RMM
23.12
RAPIDS Memory Manager
|
#include <rmm/cuda_device.hpp>
#include <rmm/cuda_stream_view.hpp>
#include <rmm/detail/cuda_util.hpp>
#include <rmm/detail/dynamic_load_runtime.hpp>
#include <rmm/detail/error.hpp>
#include <rmm/mr/device/device_memory_resource.hpp>
#include <rmm/detail/thrust_namespace.h>
#include <thrust/optional.h>
#include <cuda_runtime_api.h>
#include <cstddef>
#include <limits>
Go to the source code of this file.
Classes | |
class | rmm::mr::cuda_async_view_memory_resource |
device_memory_resource derived class that uses cudaMallocAsync /cudaFreeAsync for allocation/deallocation. More... | |