File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -664,7 +664,7 @@ culang++-16 cuda-11.4.3:
664
664
- ctest -j 2 --output-on-failure
665
665
needs : ["cuda", "clang++"]
666
666
667
- culang++-18 cuda-12.5.1 tidy :
667
+ culang++-19 cuda-12.5.1 tidy : # clang 18 supports up to cuda 12.3
668
668
stage : build
669
669
image : nvcr.io/nvidia/cuda:12.5.1-devel-ubuntu24.04 # nvcr.io/nvidia/cuda:12.2.2-devel-ubuntu22.04 # nvcr.io/nvidia/cuda:12.0.0-devel-ubuntu22.04
670
670
allow_failure : false
@@ -679,12 +679,12 @@ culang++-18 cuda-12.5.1 tidy:
679
679
- apt-get install --no-install-recommends -y lsb-release software-properties-common
680
680
- wget https://apt.llvm.org/llvm.sh
681
681
- chmod u+x llvm.sh
682
- - ./llvm.sh 18
683
- - apt-get install --no-install-recommends -y clang-tidy-18
682
+ - ./llvm.sh 19
683
+ - apt-get install --no-install-recommends -y clang-tidy-19
684
684
- mkdir build && cd build
685
- - clang++-18 --version
686
- - clang-tidy-18 --version
687
- - cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_CLANG_TIDY=clang-tidy-18 -DENABLE_CUDA=1 -DCMAKE_CUDA_COMPILER=clang++-18 -DCMAKE_CXX_COMPILER=clang++-18
685
+ - clang++-19 --version
686
+ - clang-tidy-19 --version
687
+ - cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_CLANG_TIDY=clang-tidy-19 -DENABLE_CUDA=1 -DCMAKE_CUDA_COMPILER=clang++-19 -DCMAKE_CXX_COMPILER=clang++-19
688
688
- cmake --build . --parallel 2 || cmake --build . --verbose
689
689
- ctest -j 2 --output-on-failure
690
690
# needs: ["cuda", "clang++"]
You can’t perform that action at this time.
0 commit comments