|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jcufft.cufftResult
public class cufftResult
The result of a CUFFT operation
Field Summary | |
---|---|
static int |
CUFFT_ALLOC_FAILED
CUFFT failed to allocate GPU memory. |
static int |
CUFFT_EXEC_FAILED
CUFFT failed to execute an FFT on the GPU. |
static int |
CUFFT_INTERNAL_ERROR
Used for all internal driver errors. |
static int |
CUFFT_INVALID_PLAN
CUFFT is passed an invalid plan handle. |
static int |
CUFFT_INVALID_SIZE
The user specifies an unsupported FFT size. |
static int |
CUFFT_INVALID_TYPE
The user requests an unsupported type. |
static int |
CUFFT_INVALID_VALUE
The user specifies a bad memory pointer. |
static int |
CUFFT_SETUP_FAILED
The CUFFT library failed to initialize. |
static int |
CUFFT_SUCCESS
Any CUFFT operation is successful. |
static int |
CUFFT_UNALIGNED_DATA
Unaligned data |
static int |
JCUFFT_INTERNAL_ERROR
An internal JCufft error occurred |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int m)
Returns the String identifying the given cufftResult |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CUFFT_SUCCESS
public static final int CUFFT_INVALID_PLAN
public static final int CUFFT_ALLOC_FAILED
public static final int CUFFT_INVALID_TYPE
public static final int CUFFT_INVALID_VALUE
public static final int CUFFT_INTERNAL_ERROR
public static final int CUFFT_EXEC_FAILED
public static final int CUFFT_SETUP_FAILED
public static final int CUFFT_INVALID_SIZE
public static final int CUFFT_UNALIGNED_DATA
public static final int JCUFFT_INTERNAL_ERROR
Method Detail |
---|
public static java.lang.String stringFor(int m)
m
- The cufftResult
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |