RMM
23.12
RAPIDS Memory Manager
|
#include <rmm/mr/device/device_memory_resource.hpp>
#include <rmm/mr/device/per_device_resource.hpp>
#include <rmm/detail/thrust_namespace.h>
#include <thrust/device_malloc_allocator.h>
#include <thrust/device_ptr.h>
#include <thrust/memory.h>
#include <cuda/memory_resource>
Go to the source code of this file.
Classes | |
class | rmm::mr::thrust_allocator< T > |
An allocator compatible with Thrust containers and algorithms using a device_memory_resource for memory (de)allocation. More... | |
struct | rmm::mr::thrust_allocator< T >::rebind< U > |
Provides the type of a thrust_allocator instantiated with another type. More... | |