RMM
23.12
RAPIDS Memory Manager
|
#include <rmm/mr/host/host_memory_resource.hpp>
#include <rmm/detail/aligned.hpp>
#include <cstddef>
#include <utility>
Go to the source code of this file.
Classes | |
class | rmm::mr::new_delete_resource |
A host_memory_resource that uses the global operator new and operator delete to allocate host memory. More... | |