建構子
ArrowCUDABuffernew_ipc
始於 0.8.0 版本
宣告 [src]
GArrowCUDABuffer*
garrow_cuda_buffer_new_ipc (
GArrowCUDAContext* context,
GArrowCUDAIPCMemoryHandle* handle,
GError** error
)
參數
回傳值
類型: GArrowCUDABuffer
成功時,新建立的 GArrowCUDABuffer
;錯誤時,NULL
。此緩衝區包含來自 IPC 目標的資料。
函式的呼叫者取得資料的所有權,並負責釋放它。 |