Enum CurandStatus
CURAND function call status types
Namespace: ManagedCuda.CudaRand
Assembly: CudaRand.dll
Syntax
public enum CurandStatus
Fields
| Name | Description |
|---|---|
| AllocationFailed | Memory allocation failed. |
| ArchMismatch | Architecture mismatch, GPU does not support requested feature. |
| DoublePrecisionRequired | GPU does not have double precision required by MRG32k3a. |
| InitializationFailed | Initialization of CUDA failed. |
| InternalError | Internal library error. |
| LaunchFailure | Kernel launch failure. |
| LengthNotMultiple | Length requested is not a multple of dimension. |
| NotInitialized | Generator not initialized. |
| OutOfRange | Argument out of range. |
| PreexistingFailure | Preexisting failure on library entry. |
| Success | No errors. |
| TypeError | Generator is wrong type. |
| VersionMismatch | Header file and linked library version do not match. |