Deprecated functionalityΒΆ
- Member rmm::detail::available_device_memory
Use rmm::available_device_memory() instead.
- Member rmm::mr::pool_memory_resource< Upstream >::pool_memory_resource (Upstream *upstream_mr, thrust::optional< std::size_t > initial_pool_size=thrust::nullopt, thrust::optional< std::size_t > maximum_pool_size=thrust::nullopt)
Use the constructor that takes an explicit initial pool size instead.
- Member rmm::mr::pool_memory_resource< Upstream >::pool_memory_resource (Upstream2 &upstream_mr, thrust::optional< std::size_t > initial_pool_size=thrust::nullopt, thrust::optional< std::size_t > maximum_pool_size=thrust::nullopt)
Use the constructor that takes an explicit initial pool size instead.