Skip to content

Commit

Permalink
Disable ROCm on Power
Browse files Browse the repository at this point in the history
  • Loading branch information
blue42u committed Aug 25, 2022
1 parent 9b03777 commit 2a7dcab
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ spack:
gpus:
# CUDA on ARM is only supported in CUDA 11 and following
- +cuda ^cuda@10.2
# ROCm fails to build on ARM currently
- when: arch.satisfies('target=x86_64:')
gpus:
# ROCm currently only supports x86
- +rocm ^hip@5.2 ^hsa-rocr-dev@5.2 ^rocprofiler-dev@5.2 ^roctracer-dev@5.2

specs:
Expand Down

0 comments on commit 2a7dcab

Please sign in to comment.