The CogDLRuntimeComputeDevice type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FreeMemory |
The device's available memory size in bytes.
| |
| Index |
The zero-based device index. Note that this
may not correspond to the CUDA device ID.
| |
| Memory |
The device's memory size in bytes.
| |
| Name |
The name of the device, e.g. "GeForce GTX 1080 Ti".
| |
| OptimizedGpuMemory |
The device's allocated optimized memory size in bytes.
| |
| OptimizedGpuMemoryEnabled |
True if the device is currently using optimized GPU memory.
| |
| PerformanceState |
The GPU's CUDA performance state. This is the GPU's active
performance capability and power consumption state, or
"P-State". Ranges from 0 (highest performance state) to
15 (lowest performance state).
| |
| SupportsLowPrecision |
True if the device supports low-precision mode.
| |
| Type |
The type of the device, e.g. "cuda".
| |
| Version |
The device version, e.g. "6.1".
|
See Also