|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jcudpp.CUDPPResult
public class CUDPPResult
CUDPP Result codes returned by CUDPP API functions.
Field Summary | |
---|---|
static int |
CUDPP_ERROR_ILLEGAL_CONFIGURATION
Specified configuration is illegal. |
static int |
CUDPP_ERROR_INVALID_HANDLE
Specified handle (for example, to a plan) is invalid. |
static int |
CUDPP_ERROR_UNKNOWN
Unknown or untraceable error. |
static int |
CUDPP_SUCCESS
No error. |
static int |
JCUDPP_INTERNAL_ERROR
Internal JCudpp error |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int result)
Returns the String representation of the given result |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CUDPP_SUCCESS
public static final int CUDPP_ERROR_INVALID_HANDLE
public static final int CUDPP_ERROR_ILLEGAL_CONFIGURATION
public static final int CUDPP_ERROR_UNKNOWN
public static final int JCUDPP_INTERNAL_ERROR
Method Detail |
---|
public static java.lang.String stringFor(int result)
result
- The result
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |