public class cusolverStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CUSOLVER_STATUS_ALLOC_FAILED
Resource allocation failed inside the cuSolver library.
|
static int |
CUSOLVER_STATUS_ARCH_MISMATCH
The function requires a feature absent from the device architecture;
usually caused by the lack of support for atomic operations or double
precision.
|
static int |
CUSOLVER_STATUS_EXECUTION_FAILED
The GPU program failed to execute.
|
static int |
CUSOLVER_STATUS_INTERNAL_ERROR
An internal cuSolver operation failed.
|
static int |
CUSOLVER_STATUS_INVALID_LICENSE
Invalid license
|
static int |
CUSOLVER_STATUS_INVALID_VALUE
An unsupported value or parameter was passed to the function (a
negative vector size, for example).
|
static int |
CUSOLVER_STATUS_MAPPING_ERROR
Mapping error
|
static int |
CUSOLVER_STATUS_MATRIX_TYPE_NOT_SUPPORTED
The matrix type is not supported by this function.
|
static int |
CUSOLVER_STATUS_NOT_INITIALIZED
The cuSolver library was not initialized.
|
static int |
CUSOLVER_STATUS_NOT_SUPPORTED
Status not supported
|
static int |
CUSOLVER_STATUS_SUCCESS
The operation completed successfully.
|
static int |
CUSOLVER_STATUS_ZERO_PIVOT
Zero pivot
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CUSOLVER_STATUS_SUCCESS
public static final int CUSOLVER_STATUS_NOT_INITIALIZED
public static final int CUSOLVER_STATUS_ALLOC_FAILED
public static final int CUSOLVER_STATUS_INVALID_VALUE
public static final int CUSOLVER_STATUS_ARCH_MISMATCH
public static final int CUSOLVER_STATUS_MAPPING_ERROR
public static final int CUSOLVER_STATUS_EXECUTION_FAILED
public static final int CUSOLVER_STATUS_INTERNAL_ERROR
public static final int CUSOLVER_STATUS_MATRIX_TYPE_NOT_SUPPORTED
public static final int CUSOLVER_STATUS_NOT_SUPPORTED
public static final int CUSOLVER_STATUS_ZERO_PIVOT
public static final int CUSOLVER_STATUS_INVALID_LICENSE