Public Attributes | List of all members
cudf::pinned_mr_options Struct Reference

Options to configure the default pinned memory resource. More...

#include <pinned_memory.hpp>

Public Attributes

std::optional< size_t > pool_size
 

Detailed Description

Options to configure the default pinned memory resource.

Definition at line 46 of file pinned_memory.hpp.

Member Data Documentation

◆ pool_size

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 47 of file pinned_memory.hpp.


The documentation for this struct was generated from the following file: