SoCudaDeviceGetCudaDeviceId Method |
Returns the CUDA device ID.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic int GetCudaDeviceId()
Public Function GetCudaDeviceId As Integer
public:
int GetCudaDeviceId()
member GetCudaDeviceId : unit -> int
Return Value
Type:
Int32The CUDA device id.
Remarks
See Also