OpenMPCD
Public Attributes | List of all members
OpenMPCD::SystemInformation::CUDADevice Struct Reference

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...
 

Detailed Description

Holds properties of a CUDA device.

Definition at line 24 of file SystemInformation.hpp.

Member Data Documentation

◆ globalMemory

std::size_t OpenMPCD::SystemInformation::CUDADevice::globalMemory

The total amount of total memory available, in bytes.

Definition at line 27 of file SystemInformation.hpp.

◆ name

std::string OpenMPCD::SystemInformation::CUDADevice::name

The device's name.

Definition at line 26 of file SystemInformation.hpp.


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