Strong type for a CUDA device identifier.
More...
#include <cuda_device.hpp>
|
constexpr | cuda_device_id (value_type dev_id) noexcept |
| Construct a cuda_device_id from the specified integer value. More...
|
|
constexpr value_type | value () const noexcept |
| Returns the wrapped integer value.
|
|
Strong type for a CUDA device identifier.
◆ cuda_device_id()
constexpr rmm::cuda_device_id::cuda_device_id |
( |
value_type |
dev_id | ) |
|
|
inlineexplicitconstexprnoexcept |
Construct a cuda_device_id
from the specified integer value.
- Parameters
-
id | The device's integer identifier |
The documentation for this struct was generated from the following file: