Click or drag to resize
SoCudaDeviceFindFirstAvailableDevice Method

Returns the first available CUDA device 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 SoCudaDevice FindFirstAvailableDevice()

Return Value

Type: SoCudaDevice
Remarks

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

See Also