可在设备内存中使用的可变表设备视图。 更多...
静态公有成员函数 | |
static auto | create (mutable_table_view source_view, rmm::cuda_stream_view stream=cudf::get_default_stream()) |
用于构造可在设备内存中使用的可变表设备视图的工厂。 更多... | |
|
内联静态 |
用于构造可在设备内存中使用的可变表设备视图的工厂。
分配并将 source_view
子代的视图复制到设备内存,以便在设备代码中访问它们。
返回一个带有自定义删除器的 std::unique_ptr<mutable_table_device_view>
,用于释放为子代分配的设备内存。
source_view | 其内容将被复制以创建新表的表视图 |
stream | 用于设备内存操作的 CUDA 流 |
mutable_table_device_view
的 unique_ptr
,它使得 source_view
中的数据在设备内存中可用定义于文件 table_device_view.cuh 的第 216 行。