19 #include <cudf/utilities/export.hpp>
24 namespace CUDF_EXPORT
cudf {
cuda::mr::async_resource_ref< cuda::mr::host_accessible, cuda::mr::device_accessible > host_device_async_resource_ref
void set_kernel_pinned_copy_threshold(size_t threshold)
Set the threshold size for using kernels for pinned memory copies.
void set_allocate_host_as_pinned_threshold(size_t threshold)
Set the threshold size for allocating host memory as pinned memory.
size_t get_allocate_host_as_pinned_threshold()
Get the threshold size for allocating host memory as pinned memory.
size_t get_kernel_pinned_copy_threshold()
Get the threshold size for using kernels for pinned memory copies.
bool config_default_pinned_memory_resource(pinned_mr_options const &opts)
Configure the size of the default pinned memory resource.
rmm::host_device_async_resource_ref set_pinned_memory_resource(rmm::host_device_async_resource_ref mr)
Set the rmm resource to be used for pinned memory allocations.
rmm::host_device_async_resource_ref get_pinned_memory_resource()
Get the rmm resource being used for pinned memory allocations.
Options to configure the default pinned memory resource.
std::optional< size_t > pool_size