From 5879c20d37938646fd36c70d992cb2221e2681e1 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Thu, 18 Dec 2025 22:25:31 -0600 Subject: [PATCH 1/2] chore: cuda-13.0.2 --- .github/workflows/build-push.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 21276e66..4bc0536d 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -34,7 +34,7 @@ permissions: env: ## CUDA version and container operating system - CUDA_VERSION: 12.5.1 + CUDA_VERSION: 13.0.2 CUDA_OS: ubuntu24.04 ## Default versions are specified in packages.yaml but can be overridden diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2e57257..29737721 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: SINGULARITY_IMAGE: quay.io/singularity/singularity:v3.11.5 ## CUDA version and container operating system - CUDA_VERSION: 12.5.1 + CUDA_VERSION: 13.0.2 CUDA_OS: ubuntu24.04 ## Default versions are specified in packages.yaml but can be overridden From 0e55ba5706a79a7a10871428b59c591f4b5918f5 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Fri, 26 Dec 2025 09:54:27 -0600 Subject: [PATCH 2/2] fix: spack cherry-pick: cudnn: add through v9.17.0 (support CUDA 13) --- spack-packages.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spack-packages.sh b/spack-packages.sh index b5cba554..205f2dad 100644 --- a/spack-packages.sh +++ b/spack-packages.sh @@ -37,6 +37,7 @@ b9ad19ee2ce47f8b7fbe187d41d898f873bbc121 931b8f47ff9470b3f957f0bb462964702277301a 5f36a2b536a22ea3692bfdcd48a6c0c71e6488cf 58593e5d028737fef024c8136045b9d3f988e3e3 +a5b8ca84d4c3b7c811885c5dd26e0e1d4262d8ce --- ## Optional hash table with comma-separated file list ## For these commits, the cherry-pick will be restricted to the listed files only. @@ -73,3 +74,4 @@ read -r -d '' SPACKPACKAGES_CHERRYPICKS_FILES <<- \ ## 931b8f47ff9470b3f957f0bb462964702277301a: openblas: patch for +dynamic_dispatch target=aarch64 ## 5f36a2b536a22ea3692bfdcd48a6c0c71e6488cf: py-onnxruntime: add v1.21.1, v1.22.2 ## 58593e5d028737fef024c8136045b9d3f988e3e3: py-onnxruntime: patch to add linker flag -z noexecstack +## a5b8ca84d4c3b7c811885c5dd26e0e1d4262d8ce: cudnn: add through v9.17.0 (support CUDA 13)