Skip to content

Commit

Permalink
no unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Jan 25, 2025
1 parent e2837d9 commit f223cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci-correaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ culang++-20 cuda-12.6.3 tidy: # clang 18 supports up to cuda 12.3
- mkdir build && cd build
- clang++-20 --version
- clang-tidy-20 --version
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_CLANG_TIDY=clang-tidy-20 -DENABLE_CUDA=1 -DCMAKE_CUDA_COMPILER=clang++-20 -DCMAKE_CXX_COMPILER=clang++-20 -DCMAKE_CUDA_ARCHITECTURES=61
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CUDA_FLAGS="-Wno-unknown-cuda-version" -DCMAKE_CXX_CLANG_TIDY=clang-tidy-20 -DENABLE_CUDA=1 -DCMAKE_CUDA_COMPILER=clang++-20 -DCMAKE_CXX_COMPILER=clang++-20 -DCMAKE_CUDA_ARCHITECTURES=61
- cmake --build . --parallel 2 || cmake --build . --verbose
- ctest -j 2 --output-on-failure
needs: ["cuda", "clang++"]
Expand Down

0 comments on commit f223cca

Please sign in to comment.