#include <rmm/aligned.hpp>
#include <rmm/detail/aligned.hpp>
#include <rmm/detail/export.hpp>
#include <rmm/mr/host/host_memory_resource.hpp>
#include <cstddef>
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... | |