Loading...
Searching...
No Matches
gpu::DeviceInfo Struct Reference

#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

Detailed Description

Definition at line 19 of file gpu_residency.hpp.

Member Data Documentation

◆ available

bool gpu::DeviceInfo::available = false

Definition at line 20 of file gpu_residency.hpp.

◆ computeMajor

int gpu::DeviceInfo::computeMajor = 0

Definition at line 22 of file gpu_residency.hpp.

◆ computeMinor

int gpu::DeviceInfo::computeMinor = 0

Definition at line 23 of file gpu_residency.hpp.

◆ freeBytes

std::size_t gpu::DeviceInfo::freeBytes = 0

Definition at line 25 of file gpu_residency.hpp.

◆ name

std::string gpu::DeviceInfo::name

Definition at line 21 of file gpu_residency.hpp.

◆ reason

std::string gpu::DeviceInfo::reason

Definition at line 26 of file gpu_residency.hpp.

◆ totalBytes

std::size_t gpu::DeviceInfo::totalBytes = 0

Definition at line 24 of file gpu_residency.hpp.


The documentation for this struct was generated from the following file: