21 #include <rmm/cuda_device.hpp> 
   27   using value_type = 
typename rmm::cuda_device_id::value_type;
 
   36   auto value() const noexcept { 
return id_.value(); }
 
   39   rmm::cuda_device_id id_;
 
Definition: buffer.hpp:35
 
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:34
 
device_id() noexcept(false)
Definition: gpu.hpp:28
 
auto value() const noexcept
Definition: gpu.hpp:36
 
typename rmm::cuda_device_id::value_type value_type
Definition: gpu.hpp:27