Click or drag to resize
SoCudaDeviceGetDevicesCount Method

Returns the number of CUDA capable GPUs in the system.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static uint GetDevicesCount()

Return Value

Type: UInt32
Remarks

Note the result is always zero if SoCuda.init() has not been called.

See Also