#include <rmm/cuda_stream_view.hpp>
#include <rmm/detail/error.hpp>
#include <rmm/detail/export.hpp>
#include <rmm/mr/device/device_memory_resource.hpp>
#include <cstddef>
类 | |
class | rmm::mr::managed_memory_resource |
device_memory_resource 的派生类,使用 cudaMallocManaged/Free 进行分配/释放。更多... | |