isce3 0.25.0
|
A CUDA-enabled device. More...
#include <Device.h>
Public Member Functions | |
Device (int id) | |
Construct a new Device object. | |
int | id () const noexcept |
Return the (0-based) device index. | |
std::string | name () const |
Return a string identifying the device. | |
size_t | totalGlobalMem () const |
Get the total global memory capacity in bytes. | |
ComputeCapability | computeCapability () const |
Get the compute capability. | |
Friends | |
bool | operator== (Device lhs, Device rhs) noexcept |
bool | operator!= (Device lhs, Device rhs) noexcept |
A CUDA-enabled device.
isce3::cuda::core::Device::Device | ( | int | id | ) |