Enum cufftResult
CUFFT API function return values
Namespace: ManagedCuda.CudaFFT
Assembly: CudaFFT.dll
Syntax
public enum cufftResult
Fields
Name | Description |
---|---|
AllocFailed | CUFFT failed to allocate GPU memory. |
ExecFailed | CUFFT failed to execute an FFT on the GPU. |
IncompleteParameterList | |
InternalError | Used for all internal driver errors. |
InvalidDevice | Plan creation and execution are on different device |
InvalidPlan | CUFFT is passed an invalid plan handle. |
InvalidSize | The user specifies an unsupported FFT size. |
InvalidType | The user requests an unsupported type. |
InvalidValue | The user specifies a bad memory pointer. |
LicenseError | License error |
NotImplemented | Not implemented |
NotSupported | Not supported error |
NoWorkspace | Workspace not initialized |
ParseError | |
SetupFailed | The CUFFT library failed to initialize. |
Success | Any CUFFT operation is successful. |
UnalignedData | Input or output does not satisfy texture alignment requirements. |