Skip to content

Commit

Permalink
Upgrade clang + CUDA CI pipeline to use CUDA 12
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jan 13, 2025
1 parent ac866b1 commit cad0c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/includes/clang14_cuda11_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ include:
SPACK_ARCH: linux-ubuntu24.04-neoverse_v2
BASE_COMPILER: gcc@11
COMPILER: [email protected]
CXXSTD: 17
CXXSTD: 20
GPU_TARGET: '80'
SPACK_SPEC: "pika@main arch=$SPACK_ARCH %${COMPILER} +cuda cuda_arch=${GPU_TARGET} malloc=system
cxxstd=$CXXSTD ^[email protected] ^cuda@11 ^[email protected]"
cxxstd=$CXXSTD ^[email protected] ^cuda@12.0 ^[email protected]"
CMAKE_FLAGS: "-DCMAKE_CXX_CLANG_TIDY=clang-tidy -DPIKA_WITH_CXX_STANDARD=20 -DPIKA_WITH_CUDA=ON -DPIKA_WITH_MALLOC=system \
-DPIKA_WITH_SPINLOCK_DEADLOCK_DETECTION=ON -DCMAKE_CUDA_COMPILER=c++ \
-DCMAKE_CUDA_ARCHITECTURES=${GPU_TARGET} \
Expand Down

0 comments on commit cad0c4f

Please sign in to comment.