Options to configure the default pinned memory resource. More...
#include <pinned_memory.hpp>
Public Attributes | |
std::optional< size_t > | pool_size |
Options to configure the default pinned memory resource.
Definition at line 45 of file pinned_memory.hpp.
std::optional<size_t> cudf::pinned_mr_options::pool_size |
The size of the pool to use for the default pinned memory resource. If not set, the default pool size is used.
Definition at line 46 of file pinned_memory.hpp.