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_COMPUTE_16F |
64 |
public static final int |
CUBLAS_COMPUTE_16F_PEDANTIC |
65 |
public static final int |
CUBLAS_COMPUTE_32F |
68 |
public static final int |
CUBLAS_COMPUTE_32F_FAST_16BF |
75 |
public static final int |
CUBLAS_COMPUTE_32F_FAST_16F |
74 |
public static final int |
CUBLAS_COMPUTE_32F_FAST_TF32 |
77 |
public static final int |
CUBLAS_COMPUTE_32F_PEDANTIC |
69 |
public static final int |
CUBLAS_COMPUTE_32I |
72 |
public static final int |
CUBLAS_COMPUTE_32I_PEDANTIC |
73 |
public static final int |
CUBLAS_COMPUTE_64F |
70 |
public static final int |
CUBLAS_COMPUTE_64F_PEDANTIC |
71 |
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_FULL |
2 |
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_ALGO10_TENSOR_OP |
110 |
public static final int |
CUBLAS_GEMM_ALGO11 |
11 |
public static final int |
CUBLAS_GEMM_ALGO11_TENSOR_OP |
111 |
public static final int |
CUBLAS_GEMM_ALGO12 |
12 |
public static final int |
CUBLAS_GEMM_ALGO12_TENSOR_OP |
112 |
public static final int |
CUBLAS_GEMM_ALGO13 |
13 |
public static final int |
CUBLAS_GEMM_ALGO13_TENSOR_OP |
113 |
public static final int |
CUBLAS_GEMM_ALGO14 |
14 |
public static final int |
CUBLAS_GEMM_ALGO14_TENSOR_OP |
114 |
public static final int |
CUBLAS_GEMM_ALGO15 |
15 |
public static final int |
CUBLAS_GEMM_ALGO15_TENSOR_OP |
115 |
public static final int |
CUBLAS_GEMM_ALGO16 |
16 |
public static final int |
CUBLAS_GEMM_ALGO17 |
17 |
public static final int |
CUBLAS_GEMM_ALGO18 |
18 |
public static final int |
CUBLAS_GEMM_ALGO19 |
19 |
public static final int |
CUBLAS_GEMM_ALGO2 |
2 |
public static final int |
CUBLAS_GEMM_ALGO2_TENSOR_OP |
102 |
public static final int |
CUBLAS_GEMM_ALGO20 |
20 |
public static final int |
CUBLAS_GEMM_ALGO21 |
21 |
public static final int |
CUBLAS_GEMM_ALGO22 |
22 |
public static final int |
CUBLAS_GEMM_ALGO23 |
23 |
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_ALGO5_TENSOR_OP |
105 |
public static final int |
CUBLAS_GEMM_ALGO6 |
6 |
public static final int |
CUBLAS_GEMM_ALGO6_TENSOR_OP |
106 |
public static final int |
CUBLAS_GEMM_ALGO7 |
7 |
public static final int |
CUBLAS_GEMM_ALGO7_TENSOR_OP |
107 |
public static final int |
CUBLAS_GEMM_ALGO8 |
8 |
public static final int |
CUBLAS_GEMM_ALGO8_TENSOR_OP |
108 |
public static final int |
CUBLAS_GEMM_ALGO9 |
9 |
public static final int |
CUBLAS_GEMM_ALGO9_TENSOR_OP |
109 |
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_MATH_DISALLOW_REDUCED_PRECISION_REDUCTION |
16 |
public static final int |
CUBLAS_PEDANTIC_MATH |
2 |
public static final int |
CUBLAS_TENSOR_OP_MATH |
1 |
public static final int |
CUBLAS_TF32_TENSOR_OP_MATH |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CUBLAS_OP_C |
2 |
public static final int |
CUBLAS_OP_CONJG |
3 |
public static final int |
CUBLAS_OP_HERMITAN |
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 © 2020. All rights reserved.