CogDLRuntimeComputeDevice PropertiesCognex VisionPro 9.25 SR1

The CogDLRuntimeComputeDevice type exposes the following members.

Properties

  NameDescription
Public propertyFreeMemory
The device's available memory size in bytes.
Public propertyIndex
The zero-based device index. Note that this may not correspond to the CUDA device ID.
Public propertyMemory
The device's memory size in bytes.
Public propertyName
The name of the device, e.g. "GeForce GTX 1080 Ti".
Public propertyOptimizedGpuMemory
The device's allocated optimized memory size in bytes.
Public propertyOptimizedGpuMemoryEnabled
True if the device is currently using optimized GPU memory.
Public propertyPerformanceState
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).
Public propertySupportsLowPrecision
True if the device supports low-precision mode.
Public propertyType
The type of the device, e.g. "cuda".
Public propertyVersion
The device version, e.g. "6.1".
Top
See Also