This function indicates if CUDA is available on this platform.
Namespace: OIV.Inventor.CudaAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static bool IsAvailable()
Public Shared Function IsAvailable As Boolean
public:
static bool IsAvailable()
static member IsAvailable : unit -> bool
Return Value
Type:
BooleanTrue if at least one CUDA enabled device is available in the system.
Remarks
See Also