#include <rmm/cuda_device.hpp>#include <rmm/cuda_stream_view.hpp>#include <rmm/detail/error.hpp>#include <rmm/detail/export.hpp>#include <rmm/detail/format.hpp>#include <rmm/mr/device/device_memory_resource.hpp>#include <cstddef>#include <string>

类 | |
| 类 | rmm::mr::system_memory_resource |
使用 malloc/free 进行分配/释放的 device_memory_resource 派生类。 更多... | |
函数 | |
| static bool | rmm::mr::detail::is_system_memory_supported (cuda_device_id device_id) |
| 检查指定的设备是否支持系统分配内存 (SAM)。 更多... | |
|
static |
检查指定的设备是否支持系统分配内存 (SAM)。
| device_id | 要检查的设备 |