SoCudaDeviceGetComputingVersion Method |
Returns the version of CUDA supported by the device.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic float GetComputingVersion()
Public Function GetComputingVersion As Single
public:
float GetComputingVersion()
member GetComputingVersion : unit -> float32
Return Value
Type:
SingleThe supported CUDA version.
Remarks
See Also