From 954ce1f611325f73f023fc8a2ae9de2bc10356ed Mon Sep 17 00:00:00 2001 From: Registrator Date: Wed, 8 Jan 2025 15:56:49 +0530 Subject: [PATCH] New version: CUDA v5.6.0 (#122580) UUID: 052768ef-5323-5732-b1bb-66c8b64840ba Repo: https://github.com/JuliaGPU/CUDA.jl.git Tree: a6e8def7bd340c08fe4c0e3c9e131c4f20299f93 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- C/CUDA/Compat.toml | 12 ++++++++++-- C/CUDA/Versions.toml | 3 +++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/C/CUDA/Compat.toml b/C/CUDA/Compat.toml index 53482546c8e8ebf..c3a8a98a850b54c 100644 --- a/C/CUDA/Compat.toml +++ b/C/CUDA/Compat.toml @@ -323,9 +323,11 @@ CUDA_Runtime_jll = "0.11" ["5.2-5"] Adapt = "4" BFloat16s = "0.2-0.5" -GPUArrays = "10.0.1-10" StaticArrays = "1" +["5.2-5.5"] +GPUArrays = "10.0.1-10" + ["5.3"] CUDA_Driver_jll = "0.8" CUDA_Runtime_jll = "0.12" @@ -346,11 +348,17 @@ LLVM = "6-7" ["5.4.3-5.4"] LLVM = "6-8" +["5.5"] +GPUCompiler = "0.24-0.27" + ["5.5-5"] CUDA_Driver_jll = "0.10" CUDA_Runtime_jll = "0.15" -GPUCompiler = "0.24-0.27" LLVM = "9.1.0-9" ["5.5.2-5"] demumble_jll = "1.3.0-1" + +["5.6-5"] +GPUArrays = "11.1.0-11" +GPUCompiler = ["0.24-0.27", "1"] diff --git a/C/CUDA/Versions.toml b/C/CUDA/Versions.toml index 4af552416520ec4..daf322358f4141f 100644 --- a/C/CUDA/Versions.toml +++ b/C/CUDA/Versions.toml @@ -297,3 +297,6 @@ git-tree-sha1 = "e7f3393fc19da7aa67774db51aaa7b08e9f3f915" ["5.5.2"] git-tree-sha1 = "e0725a467822697171af4dae15cec10b4fc19053" + +["5.6.0"] +git-tree-sha1 = "a6e8def7bd340c08fe4c0e3c9e131c4f20299f93"