Skip to content

Commit 6b5ff3b

Browse files
authored
Merge pull request #1475 from LLNL/bugfix/han12/hip_path
Update ROCM_PATH
2 parents d7bba8b + 1c89b57 commit 6b5ff3b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

scripts/spack/configs/toss_4_x86_64_ib_cray/spack.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ spack:
161161
162162
prefix: /opt/rocm-5.7.1/hip
163163
164-
prefix: /opt/rocm-6.1.2/hip
164+
prefix: /opt/rocm-6.1.2
165165
166-
prefix: /opt/rocm-6.2.1/hip
166+
prefix: /opt/rocm-6.2.1
167167

168168
llvm-amdgpu:
169169
version: [5.2.3, 5.4.3, 5.6.0, 5.7.1, 6.1.2, 6.2.1]

scripts/spack/packages/axom/package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def initconfig_hardware_entries(self):
327327

328328
entries.append(cmake_cache_option("ENABLE_HIP", True))
329329

330-
rocm_root = os.path.dirname(spec["hip"].prefix)
330+
rocm_root = os.path.dirname(spec["llvm-amdgpu"].prefix)
331331
entries.append(cmake_cache_path("ROCM_PATH", rocm_root))
332332

333333
hip_link_flags = ""

0 commit comments

Comments
 (0)