We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6705d88 commit 9721f0fCopy full SHA for 9721f0f
.gitlab-ci-correaa.yml
@@ -664,9 +664,9 @@ culang++-16 cuda-11.4.3:
664
- ctest -j 2 --output-on-failure
665
needs: ["cuda", "clang++"]
666
667
-culang++-20 cuda-12.4.1 tidy:
+culang++-20 cuda-12.3.2 tidy:
668
stage: build
669
- image: nvcr.io/nvidia/cuda:12.4.1-devel-ubuntu22.04 # nvcr.io/nvidia/cuda:12.5.1-devel-ubuntu24.04 # nvcr.io/nvidia/cuda:12.6.3-devel-ubuntu24.04
+ image: nvcr.io/nvidia/cuda:12.3.2-devel-ubuntu22.04 # nvcr.io/nvidia/cuda:12.5.1-devel-ubuntu24.04 # nvcr.io/nvidia/cuda:12.6.3-devel-ubuntu24.04
670
allow_failure: false
671
tags:
672
- non-shared
0 commit comments