|
OpenMPCD
|
Holds properties of a CUDA device. More...
#include <SystemInformation.hpp>
Public Attributes | |
| std::string | name |
| The device's name. More... | |
| std::size_t | globalMemory |
| The total amount of total memory available, in bytes. More... | |
Holds properties of a CUDA device.
Definition at line 24 of file SystemInformation.hpp.
| std::size_t OpenMPCD::SystemInformation::CUDADevice::globalMemory |
The total amount of total memory available, in bytes.
Definition at line 27 of file SystemInformation.hpp.
| std::string OpenMPCD::SystemInformation::CUDADevice::name |
The device's name.
Definition at line 26 of file SystemInformation.hpp.
1.8.17