#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_memory_resource.hpp>
#include <cstddef>
#include <string>
Go to the source code of this file.
|
| | rmm |
| | RAPIDS Memory Manager - The top-level namespace for all RMM functionality.
|
| |
| | rmm::mr |
| | Memory Resource classes and adaptors.
|
| |
◆ 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