Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::Hip::GPUInfo Struct Reference
module nullptr

#include <hip_internal.h>

Public Attributes

int index
 
hipDevice_t device
 
char name [MAX_NAME_LEN]
 
int major
 
int minor
 
size_t totalGlobalMem
 
std::set< hipDevice_t > peers
 

Static Public Attributes

static const size_t MAX_NAME_LEN = 64
 

Member Data Documentation

◆ device

hipDevice_t Realm::Hip::GPUInfo::device

◆ index

int Realm::Hip::GPUInfo::index

◆ major

int Realm::Hip::GPUInfo::major

◆ MAX_NAME_LEN

const size_t Realm::Hip::GPUInfo::MAX_NAME_LEN = 64
static

◆ minor

int Realm::Hip::GPUInfo::minor

◆ name

char Realm::Hip::GPUInfo::name[MAX_NAME_LEN]

◆ peers

std::set<hipDevice_t> Realm::Hip::GPUInfo::peers

◆ totalGlobalMem

size_t Realm::Hip::GPUInfo::totalGlobalMem

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