SqueezeBrains SDK 1.13
sb_cs::SbDeviceInfo Class Reference

Characteristics of a computing device. It wraps the sb_t_device_info structure. More...

#include <cs_sb.h>

Collaboration diagram for sb_cs::SbDeviceInfo:

Data Fields

SbDeviceType type
 Device type. 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...
 

Detailed Description

Characteristics of a computing device. It wraps the sb_t_device_info structure.

Definition at line 265 of file cs_sb.h.

Field Documentation

◆ compute_capability

String sb_cs::SbDeviceInfo::compute_capability

Device CUDA Compute capability.

See also
sb_t_device_info::compute_capability

Definition at line 283 of file cs_sb.h.

◆ id

int sb_cs::SbDeviceInfo::id

Identifier of the device.

See also
sb_t_device_info::id

Definition at line 289 of file cs_sb.h.

◆ memory

SbMemoryInfo sb_cs::SbDeviceInfo::memory

Memory information of the device and the process.

See also
sb_t_device_info::memory

Definition at line 295 of file cs_sb.h.

◆ name

String sb_cs::SbDeviceInfo::name

Device name.

See also
sb_t_device_info::name

Definition at line 277 of file cs_sb.h.

◆ type

SbDeviceType sb_cs::SbDeviceInfo::type

Device type.

See also
sb_t_device_info::type

Definition at line 271 of file cs_sb.h.


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