Skip to content

Commit

Permalink
Disable gold variant from hip's llvm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Nov 21, 2023
1 parent 87c4230 commit a93586c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/includes/hip_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ include:
CXXSTD: 20
GPU_TARGET: 'gfx90a:xnack-'
SPACK_SPEC: "pika@main arch=$ARCH %${COMPILER} +rocm +stdexec amdgpu_target=${GPU_TARGET} \
malloc=system cxxstd=$CXXSTD ^[email protected] ^[email protected] ^[email protected] ^[email protected] \
^whip amdgpu_target=${GPU_TARGET} \
malloc=system cxxstd=$CXXSTD ^[email protected] ^[email protected] ^[email protected] ^llvm~gold \
^[email protected] ^whip amdgpu_target=${GPU_TARGET} \
^[email protected]=main"

gcc12_hip5_spack_image:
Expand Down

0 comments on commit a93586c

Please sign in to comment.