#include <gpu_residency.hpp>
Public Attributes | |
| bool | available = false |
| std::string | name |
| int | computeMajor = 0 |
| int | computeMinor = 0 |
| std::size_t | totalBytes = 0 |
| std::size_t | freeBytes = 0 |
| std::string | reason |
Definition at line 19 of file gpu_residency.hpp.
| bool gpu::DeviceInfo::available = false |
Definition at line 20 of file gpu_residency.hpp.
| int gpu::DeviceInfo::computeMajor = 0 |
Definition at line 22 of file gpu_residency.hpp.
| int gpu::DeviceInfo::computeMinor = 0 |
Definition at line 23 of file gpu_residency.hpp.
| std::size_t gpu::DeviceInfo::freeBytes = 0 |
Definition at line 25 of file gpu_residency.hpp.
| std::string gpu::DeviceInfo::name |
Definition at line 21 of file gpu_residency.hpp.
| std::string gpu::DeviceInfo::reason |
Definition at line 26 of file gpu_residency.hpp.
| std::size_t gpu::DeviceInfo::totalBytes = 0 |
Definition at line 24 of file gpu_residency.hpp.