SqueezeBrains SDK 1.18
|
Characteristics of a computing device. It wraps the sb_t_device_info structure. More...
#include <cs_sb.h>
Data Fields | |
SbDeviceType | type |
Device type. More... | |
array< SbFrameworkType^> | frameworks |
Frameworks compatible with the device. More... | |
String | name |
Device name. More... | |
String | compute_capability |
Device CUDA Compute capability. More... | |
int | id |
Identifier of the device. More... | |
SbMemoryInfo | memory |
Memory information of the device and the process. More... | |
Characteristics of a computing device. It wraps the sb_t_device_info structure.
String sb_cs::SbDeviceInfo::compute_capability |
Device CUDA Compute capability.
array<SbFrameworkType^> sb_cs::SbDeviceInfo::frameworks |
Frameworks compatible with the device.
int sb_cs::SbDeviceInfo::id |
SbMemoryInfo sb_cs::SbDeviceInfo::memory |
Memory information of the device and the process.
String sb_cs::SbDeviceInfo::name |
SbDeviceType sb_cs::SbDeviceInfo::type |