| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CUBLAS_ATOMICS_ALLOWED |
1 |
public static final int |
CUBLAS_ATOMICS_NOT_ALLOWED |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CUBLAS_DATA_DOUBLE |
1 |
public static final int |
CUBLAS_DATA_FLOAT |
0 |
public static final int |
CUBLAS_DATA_HALF |
2 |
public static final int |
CUBLAS_DATA_INT8 |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CUBLAS_DIAG_NON_UNIT |
0 |
public static final int |
CUBLAS_DIAG_UNIT |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CUBLAS_FILL_MODE_LOWER |
0 |
public static final int |
CUBLAS_FILL_MODE_UPPER |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CUBLAS_GEMM_ALGO0 |
0 |
public static final int |
CUBLAS_GEMM_ALGO0_TENSOR_OP |
100 |
public static final int |
CUBLAS_GEMM_ALGO1 |
1 |
public static final int |
CUBLAS_GEMM_ALGO1_TENSOR_OP |
101 |
public static final int |
CUBLAS_GEMM_ALGO10 |
10 |
public static final int |
CUBLAS_GEMM_ALGO11 |
11 |
public static final int |
CUBLAS_GEMM_ALGO12 |
12 |
public static final int |
CUBLAS_GEMM_ALGO13 |
13 |
public static final int |
CUBLAS_GEMM_ALGO14 |
14 |
public static final int |
CUBLAS_GEMM_ALGO15 |
15 |
public static final int |
CUBLAS_GEMM_ALGO16 |
16 |
public static final int |
CUBLAS_GEMM_ALGO17 |
17 |
public static final int |
CUBLAS_GEMM_ALGO2 |
2 |
public static final int |
CUBLAS_GEMM_ALGO2_TENSOR_OP |
102 |
public static final int |
CUBLAS_GEMM_ALGO3 |
3 |
public static final int |
CUBLAS_GEMM_ALGO3_TENSOR_OP |
103 |
public static final int |
CUBLAS_GEMM_ALGO4 |
4 |
public static final int |
CUBLAS_GEMM_ALGO4_TENSOR_OP |
104 |
public static final int |
CUBLAS_GEMM_ALGO5 |
5 |
public static final int |
CUBLAS_GEMM_ALGO6 |
6 |
public static final int |
CUBLAS_GEMM_ALGO7 |
7 |
public static final int |
CUBLAS_GEMM_ALGO8 |
8 |
public static final int |
CUBLAS_GEMM_ALGO9 |
9 |
public static final int |
CUBLAS_GEMM_DEFAULT |
-1 |
public static final int |
CUBLAS_GEMM_DEFAULT_TENSOR_OP |
99 |
public static final int |
CUBLAS_GEMM_DFALT |
-1 |
public static final int |
CUBLAS_GEMM_DFALT_TENSOR_OP |
99 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CUBLAS_DEFAULT_MATH |
0 |
public static final int |
CUBLAS_TENSOR_OP_MATH |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CUBLAS_OP_C |
2 |
public static final int |
CUBLAS_OP_N |
0 |
public static final int |
CUBLAS_OP_T |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CUBLAS_POINTER_MODE_DEVICE |
1 |
public static final int |
CUBLAS_POINTER_MODE_HOST |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CUBLAS_SIDE_LEFT |
0 |
public static final int |
CUBLAS_SIDE_RIGHT |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CUBLAS_STATUS_ALLOC_FAILED |
3 |
public static final int |
CUBLAS_STATUS_ARCH_MISMATCH |
8 |
public static final int |
CUBLAS_STATUS_EXECUTION_FAILED |
13 |
public static final int |
CUBLAS_STATUS_INTERNAL_ERROR |
14 |
public static final int |
CUBLAS_STATUS_INVALID_VALUE |
7 |
public static final int |
CUBLAS_STATUS_MAPPING_ERROR |
11 |
public static final int |
CUBLAS_STATUS_NOT_INITIALIZED |
1 |
public static final int |
CUBLAS_STATUS_NOT_SUPPORTED |
15 |
public static final int |
CUBLAS_STATUS_SUCCESS |
0 |
public static final int |
JCUBLAS_STATUS_INTERNAL_ERROR |
268435457 |
Copyright © 2018. All rights reserved.