OmniSciDB
a5dc49c757
|
#include <DeviceGroup.h>
Public Attributes | |
const int32_t | index |
index into device group (currently num_gpus - start_gpu) More... | |
const int32_t | gpu_id |
const UUID | uuid |
UUID for device (hardware invariant) More... | |
Definition at line 24 of file DeviceGroup.h.
const int32_t heavyai::DeviceIdentifier::gpu_id |
Gpu Id for device (ignores start_gpu). Assigned by CudaMgr or GfxDriver
Definition at line 26 of file DeviceGroup.h.
const int32_t heavyai::DeviceIdentifier::index |
index into device group (currently num_gpus - start_gpu)
Definition at line 25 of file DeviceGroup.h.
const UUID heavyai::DeviceIdentifier::uuid |
UUID for device (hardware invariant)
Definition at line 28 of file DeviceGroup.h.