Skip to content

Commit

Permalink
Remove quotes from amdgpu_target (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: Riyaz Haque <[email protected]>
  • Loading branch information
rfhaque and Riyaz Haque authored Dec 21, 2023
1 parent d90b672 commit 0db5dd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions experiments/amg2023/rocm/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ ramble:
gtl: ["gtl", "no-gtl"]
packages:
hypre-{gtl}:
spack_spec: [email protected] +mpi+rocm+mixedint amdgpu_target="{rocm_arch}"
spack_spec: [email protected] +mpi+rocm+mixedint amdgpu_target={rocm_arch}
compiler: compiler-rocm
amg2023-gpu-{gtl}:
spack_spec: amg2023@develop +mpi+rocm amdgpu_target="{rocm_arch}"
spack_spec: amg2023@develop +mpi+rocm amdgpu_target={rocm_arch}
compiler: compiler-rocm
environments:
amg2023-gpu-{gtl}:
Expand Down
2 changes: 1 addition & 1 deletion experiments/raja-perf/rocm/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ramble:
spack_spec: '[email protected]:'
compiler: compiler-gcc
raja-perf:
spack_spec: raja-perf@develop +rocm~openmp amdgpu_target="{rocm_arch}"
spack_spec: raja-perf@develop +rocm~openmp amdgpu_target={rocm_arch}
compiler: default-compiler
environments:
raja-perf:
Expand Down
2 changes: 1 addition & 1 deletion experiments/saxpy/rocm/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ramble:
concretized: true
packages:
saxpy:
spack_spec: [email protected] +rocm amdgpu_target="{rocm_arch}"
spack_spec: [email protected] +rocm amdgpu_target={rocm_arch}
compiler: default-compiler
environments:
saxpy:
Expand Down

0 comments on commit 0db5dd2

Please sign in to comment.