Click or drag to resize
SoCudaSoCudaErrors Enumeration

This enum defines the possible errors returned by the Cuda API.

Namespace: OIV.Inventor.Cuda
Assembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public enum SoCudaErrors
Members
  Member nameValueDescription
SO_CUDA_SUCCESS0

No error, the operation is a success.

SO_CUDA_MODULE_LOAD_ERROR1

Error: The specified module cannot be loaded.

SO_CUDA_MODULE_FUNCTION_ERROR2

Error: The specified function cannot be loaded.

SO_CUDA_INVALID_PARAMETER3

Error: One of the specified paramaters is invalid.

SO_CUDA_INVALID_CONTEXT4

This error indicates that there is no valid CUDA context to perform the requested operation.

See the SoCudaContext class to create a CUDA context.

Remarks