|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.jcublas.cublasStatus
public class cublasStatus
JCublas status return values.
| Field Summary | |
|---|---|
static int |
CUBLAS_STATUS_ALLOC_FAILED
Resource allocation failed |
static int |
CUBLAS_STATUS_ARCH_MISMATCH
Function requires an architectural feature absent from the architecture of the device |
static int |
CUBLAS_STATUS_EXECUTION_FAILED
GPU program failed to execute |
static int |
CUBLAS_STATUS_INTERNAL_ERROR
An internal CUBLAS operation failed |
static int |
CUBLAS_STATUS_INVALID_VALUE
Unsupported numerical value was passed to function |
static int |
CUBLAS_STATUS_MAPPING_ERROR
Access to GPU memory space failed |
static int |
CUBLAS_STATUS_NOT_INITIALIZED
Library not initialized |
static int |
CUBLAS_STATUS_SUCCESS
Operation completed successfully |
static int |
JCUBLAS_STATUS_INTERNAL_ERROR
JCublas status returns |
| Method Summary | |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given cublasStatus |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CUBLAS_STATUS_SUCCESS
public static final int CUBLAS_STATUS_NOT_INITIALIZED
public static final int CUBLAS_STATUS_ALLOC_FAILED
public static final int CUBLAS_STATUS_INVALID_VALUE
public static final int CUBLAS_STATUS_ARCH_MISMATCH
public static final int CUBLAS_STATUS_MAPPING_ERROR
public static final int CUBLAS_STATUS_EXECUTION_FAILED
public static final int CUBLAS_STATUS_INTERNAL_ERROR
public static final int JCUBLAS_STATUS_INTERNAL_ERROR
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The cublasStatus
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||