Constructor
ArrowCUDABuffernew_ipc
Declaration [src]
GArrowCUDABuffer*
garrow_cuda_buffer_new_ipc (
GArrowCUDAContext* context,
GArrowCUDAIPCMemoryHandle* handle,
GError** error
)
Parameters
context |
GArrowCUDAContext |
A |
|
The data is owned by the caller of the function. | |
handle |
GArrowCUDAIPCMemoryHandle |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowCUDABuffer |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |