|
|||||||||
| 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_INSUFFICIENT_RESOURCES
The function could not complete due to insufficient resources (typically CUDA device resources such as shared memory) for the specified problem size. |
static int |
CUDPP_ERROR_INVALID_HANDLE
Specified handle (for example, to a plan) is invalid. |
static int |
CUDPP_ERROR_INVALID_PLAN
The plan is not configured properly. |
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_INVALID_PLAN
public static final int CUDPP_ERROR_INSUFFICIENT_RESOURCES
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 | ||||||||