#include <rmm/cuda_device.hpp>
#include <rmm/cuda_stream_view.hpp>
#include <rmm/detail/export.hpp>
#include <rmm/mr/device/device_memory_resource.hpp>
#include <rmm/mr/device/system_memory_resource.hpp>
#include <rmm/resource_ref.hpp>
#include <algorithm>
#include <cstddef>
类 | |
class | rmm::mr::sam_headroom_memory_resource |
使用系统内存资源分配带预留空间的内存的资源。更多... | |