构造函数
ArrowCUDABuffernew_ipc
since: 0.8.0
声明 [src]
GArrowCUDABuffer*
garrow_cuda_buffer_new_ipc (
GArrowCUDAContext* context,
GArrowCUDAIPCMemoryHandle* handle,
GError** error
)
参数
返回值
类型: GArrowCUDABuffer
成功时返回一个新创建的 GArrowCUDABuffer
,错误时返回 NULL
。该 buffer 拥有来自 IPC 目标的数据。
函数的调用者拥有该数据的所有权,并负责释放它。 |