RMM
23.12
RAPIDS Memory Manager
|
#include <rmm/cuda_stream_view.hpp>
#include <rmm/detail/aligned.hpp>
#include <rmm/detail/error.hpp>
#include <rmm/mr/host/host_memory_resource.hpp>
#include <cstddef>
#include <utility>
Go to the source code of this file.
Classes | |
class | rmm::mr::pinned_memory_resource |
A host_memory_resource that uses cudaMallocHost to allocate pinned/page-locked host memory. More... | |