diff --git a/C/CUDA/Compat.toml b/C/CUDA/Compat.toml index 95b80ccf198bc67..21bc4c0948c483f 100644 --- a/C/CUDA/Compat.toml +++ b/C/CUDA/Compat.toml @@ -304,8 +304,6 @@ CUDA_Runtime_jll = "0.10" ["5.1-5"] CEnum = "0.2-0.5" -CUDA_Driver_jll = "0.7" -GPUCompiler = "0.24-0.25" LLVMLoopInfo = "1" Libdl = "1" LinearAlgebra = "1" @@ -315,9 +313,20 @@ Random = "1" SparseArrays = "1" Statistics = "1" +["5.1-5.2"] +CUDA_Driver_jll = "0.7" +GPUCompiler = "0.24-0.25" + +["5.2"] +CUDA_Runtime_jll = "0.11" + ["5.2-5"] Adapt = "4" BFloat16s = "0.2-0.5" -CUDA_Runtime_jll = "0.11" GPUArrays = "10.0.1-10" StaticArrays = "1" + +["5.3-5"] +CUDA_Driver_jll = "0.8" +CUDA_Runtime_jll = "0.12" +GPUCompiler = "0.24-0.26" diff --git a/C/CUDA/Versions.toml b/C/CUDA/Versions.toml index 93d91b93dd68331..deb290aa5ca8a9f 100644 --- a/C/CUDA/Versions.toml +++ b/C/CUDA/Versions.toml @@ -258,3 +258,6 @@ git-tree-sha1 = "95ac638373ac40e29c1b6d086a3698f5026ff6a6" ["5.2.0"] git-tree-sha1 = "baa8ea7a1ea63316fa3feb454635215773c9c845" + +["5.3.0"] +git-tree-sha1 = "3dcab8a2c18ca319ea15a41d90e9528b8e93894a"