方法

ArrowCUDA缓冲区获取上下文

自:0.8.0 起可用

声明 [源代码]

GArrowCUDAContext*
garrow_cuda_buffer_get_context (
  GArrowCUDABuffer* buffer
)

描述

暂无描述。

可用版本:0.8.0

返回值

类型: GArrowCUDAContext

为缓冲区新创建的 GArrowCUDAContext。同一缓冲区的上下文在内部共享相同的数据。

该方法的调用者拥有数据的所有权,并负责释放它。