#include <rmm/cuda_device.hpp>
#include <rmm/cuda_stream_view.hpp>
#include <rmm/detail/error.hpp>
#include <rmm/detail/export.hpp>
#include <rmm/mr/device/device_memory_resource.hpp>
Go to the source code of this file.
◆ is_system_memory_supported()
static bool rmm::mr::detail::is_system_memory_supported |
( |
cuda_device_id |
device_id | ) |
|
|
static |
Check if system allocated memory (SAM) is supported on the specified device.
- Parameters
-
device_id | The device to check |
- Returns
- true if SAM is supported on the device, false otherwise