|
1 | 1 | # This file is automatically generated. Do not edit! |
2 | 2 | # To re-generate, execute res/wrap/wrap.jl |
3 | 3 |
|
4 | | -using CEnum |
| 4 | +using CEnum: CEnum, @cenum |
5 | 5 |
|
6 | 6 | mutable struct cublasLtContext end |
7 | 7 |
|
|
990 | 990 | CUBLASLT_MATMUL_DESC_EPILOGUE_AUX_AMAX_POINTER = 24 |
991 | 991 | CUBLASLT_MATMUL_DESC_FAST_ACCUM = 25 |
992 | 992 | CUBLASLT_MATMUL_DESC_BIAS_DATA_TYPE = 26 |
993 | | - CUBLASLT_MATMUL_DESC_ATOMIC_SYNC_NUM_CHUNKS_D_ROWS = 27 |
994 | | - CUBLASLT_MATMUL_DESC_ATOMIC_SYNC_NUM_CHUNKS_D_COLS = 28 |
995 | | - CUBLASLT_MATMUL_DESC_ATOMIC_SYNC_IN_COUNTERS_POINTER = 29 |
996 | | - CUBLASLT_MATMUL_DESC_ATOMIC_SYNC_OUT_COUNTERS_POINTER = 30 |
997 | 993 | CUBLASLT_MATMUL_DESC_A_SCALE_MODE = 31 |
998 | 994 | CUBLASLT_MATMUL_DESC_B_SCALE_MODE = 32 |
999 | 995 | CUBLASLT_MATMUL_DESC_C_SCALE_MODE = 33 |
@@ -1275,7 +1271,6 @@ end |
1275 | 1271 | CUBLASLT_ALGO_CAP_MIN_ALIGNMENT_B_BYTES = 17 |
1276 | 1272 | CUBLASLT_ALGO_CAP_MIN_ALIGNMENT_C_BYTES = 18 |
1277 | 1273 | CUBLASLT_ALGO_CAP_MIN_ALIGNMENT_D_BYTES = 19 |
1278 | | - CUBLASLT_ALGO_CAP_ATOMIC_SYNC = 20 |
1279 | 1274 | CUBLASLT_ALGO_CAP_POINTER_ARRAY_BATCH_SUPPORT = 21 |
1280 | 1275 | CUBLASLT_ALGO_CAP_FLOATING_POINT_EMULATION_SUPPORT = 22 |
1281 | 1276 | end |
@@ -1348,7 +1343,7 @@ end |
1348 | 1343 | @gcsafe_ccall libcublasLt.cublasLtLoggerSetMask(mask::Cint)::cublasStatus_t |
1349 | 1344 | end |
1350 | 1345 |
|
1351 | | -# no prototype is found for this function at cublasLt.h:2550:29, please use with caution |
| 1346 | +# no prototype is found for this function at cublasLt.h:2520:29, please use with caution |
1352 | 1347 | @checked function cublasLtLoggerForceDisable() |
1353 | 1348 | initialize_context() |
1354 | 1349 | @gcsafe_ccall libcublasLt.cublasLtLoggerForceDisable()::cublasStatus_t |
|
0 commit comments