SoCudaSoCudaErrors Enumeration |
This enum defines the possible errors returned by the Cuda API.
Namespace: OIV.Inventor.Cuda
Member name | Value | Description | |
---|---|---|---|
SO_CUDA_SUCCESS | 0 | No error, the operation is a success. | |
SO_CUDA_MODULE_LOAD_ERROR | 1 | Error: The specified module cannot be loaded. | |
SO_CUDA_MODULE_FUNCTION_ERROR | 2 | Error: The specified function cannot be loaded. | |
SO_CUDA_INVALID_PARAMETER | 3 | Error: One of the specified paramaters is invalid. | |
SO_CUDA_INVALID_CONTEXT | 4 | This error indicates that there is no valid CUDA context to perform the requested operation. See the SoCudaContext class to create a CUDA context. |