Show / Hide Table of Contents

Enum curand.curandStatus_t

Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("curandStatus_t")]
public enum curandStatus_t

Fields

Name Description
CURAND_STATUS_ALLOCATION_FAILED = 102

Memory allocation failed.

CURAND_STATUS_ARCH_MISMATCH = 204

Architecture mismatch, GPU does not support requested feature.

CURAND_STATUS_DOUBLE_PRECISION_REQUIRED = 106

GPU does not have double precision required by MRG32k3a.

CURAND_STATUS_INITIALIZATION_FAILED = 203

Initialization of CUDA failed.

CURAND_STATUS_INTERNAL_ERROR = 999

Internal library error.

CURAND_STATUS_LAUNCH_FAILURE = 201

Kernel launch failure.

CURAND_STATUS_LENGTH_NOT_MULTIPLE = 105

Length requested is not a multple of dimension.

CURAND_STATUS_NOT_INITIALIZED = 101

Generator not initialized.

CURAND_STATUS_OUT_OF_RANGE = 104

Argument out of range.

CURAND_STATUS_PREEXISTING_FAILURE = 202

Preexisting failure on library entry.

CURAND_STATUS_SUCCESS = 0

No errors.

CURAND_STATUS_TYPE_ERROR = 103

Generator is wrong type.

CURAND_STATUS_VERSION_MISMATCH = 100

Header file and linked library version do not match.

Back to top Generated by DocFX