OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
heavyai::DeviceIdentifier Struct Reference

#include <DeviceGroup.h>

+ Collaboration diagram for heavyai::DeviceIdentifier:

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

Detailed Description

Definition at line 24 of file DeviceGroup.h.

Member Data Documentation

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.


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