Skip to content

Commit 17e235c

Browse files
maleadtamontoison
authored andcommitted
Update headers for CUDA 13.
1 parent 6ef625a commit 17e235c

File tree

17 files changed

+4482
-2082
lines changed

17 files changed

+4482
-2082
lines changed

lib/cublas/libcublas.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is automatically generated. Do not edit!
22
# To re-generate, execute res/wrap/wrap.jl
33

4-
using CEnum
4+
using CEnum: CEnum, @cenum
55

66
# CUBLAS uses CUDA runtime objects, which are compatible with our driver usage
77
const cudaStream_t = CUstream
@@ -3039,6 +3039,7 @@ end
30393039
CUBLAS_GEMM_ALGO13_TENSOR_OP = 113
30403040
CUBLAS_GEMM_ALGO14_TENSOR_OP = 114
30413041
CUBLAS_GEMM_ALGO15_TENSOR_OP = 115
3042+
CUBLAS_GEMM_AUTOTUNE = 999
30423043
end
30433044

30443045
@cenum cublasMath_t::UInt32 begin

lib/cublas/libcublasLt.jl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is automatically generated. Do not edit!
22
# To re-generate, execute res/wrap/wrap.jl
33

4-
using CEnum
4+
using CEnum: CEnum, @cenum
55

66
mutable struct cublasLtContext end
77

@@ -990,10 +990,6 @@ end
990990
CUBLASLT_MATMUL_DESC_EPILOGUE_AUX_AMAX_POINTER = 24
991991
CUBLASLT_MATMUL_DESC_FAST_ACCUM = 25
992992
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
997993
CUBLASLT_MATMUL_DESC_A_SCALE_MODE = 31
998994
CUBLASLT_MATMUL_DESC_B_SCALE_MODE = 32
999995
CUBLASLT_MATMUL_DESC_C_SCALE_MODE = 33
@@ -1275,7 +1271,6 @@ end
12751271
CUBLASLT_ALGO_CAP_MIN_ALIGNMENT_B_BYTES = 17
12761272
CUBLASLT_ALGO_CAP_MIN_ALIGNMENT_C_BYTES = 18
12771273
CUBLASLT_ALGO_CAP_MIN_ALIGNMENT_D_BYTES = 19
1278-
CUBLASLT_ALGO_CAP_ATOMIC_SYNC = 20
12791274
CUBLASLT_ALGO_CAP_POINTER_ARRAY_BATCH_SUPPORT = 21
12801275
CUBLASLT_ALGO_CAP_FLOATING_POINT_EMULATION_SUPPORT = 22
12811276
end
@@ -1348,7 +1343,7 @@ end
13481343
@gcsafe_ccall libcublasLt.cublasLtLoggerSetMask(mask::Cint)::cublasStatus_t
13491344
end
13501345

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
13521347
@checked function cublasLtLoggerForceDisable()
13531348
initialize_context()
13541349
@gcsafe_ccall libcublasLt.cublasLtLoggerForceDisable()::cublasStatus_t

0 commit comments

Comments
 (0)