20 #include <rmm/cuda_device.hpp>
26 using value_type =
typename rmm::cuda_device_id::value_type;
35 auto value() const noexcept {
return id_.value(); }
38 rmm::cuda_device_id id_;
Definition: buffer.hpp:33
void cuda_check(error_t const &err) noexcept(!GPU_ENABLED)
Definition: cuda_check.hpp:26
device_type
Definition: device_type.hpp:18
device_id(value_type dev_id) noexcept
Definition: gpu.hpp:33
device_id() noexcept(false)
Definition: gpu.hpp:27
auto value() const noexcept
Definition: gpu.hpp:35
typename rmm::cuda_device_id::value_type value_type
Definition: gpu.hpp:26