cuda::experimental::memory_pool_properties#

struct memory_pool_properties#

memory_pool_properties is a type that can controls memory pool to control the creation options.

Compared to attributes, properties can not be set after the pool is created.

Public Members

size_t initial_pool_size = 0#
size_t release_threshold = ::cuda::std::numeric_limits<size_t>::max()#
cudaMemAllocationHandleType allocation_handle_type = ::cudaMemAllocationHandleType::cudaMemHandleTypeNone#