OEFastROCSReturnCode¶
This namespace contains constants returned by OEFastROCSGPUStatus
to indicate the status of the GPU.
See also
Success
The API call returned with no errors. The GPU is ready.
InitializationError
The CUDA driver and runtime could not be initialized.
InsufficientDriver
The NVIDIA CUDA driver is older than the CUDA runtime library. This is not a supported configuration. Users should install an updated NVIDIA display driver to allow the application to run.
NoDevice
No CUDA-capable devices were detected by the installed CUDA driver.
NoDeviceDetected
No CUDA-capable devices were detected by the installed CUDA driver.
NotPermitted
The attempted operation is not permitted.
Unknown
Unknown failure.