RMM
23.12
RAPIDS Memory Manager
|
A helper class to remove the device_accessible property. More...
#include <pool_memory_resource.hpp>
A helper class to remove the device_accessible property.
We want to be able to use the pool_memory_resource with an upstream that may not be device accessible. To avoid rewriting the world, we allow conditionally removing the cuda::mr::device_accessible property.
PoolResource | the pool_memory_resource class |
Upstream | memory_resource to use for allocating the pool. |
Property | The property we want to potentially remove. |