Skip to content

Commit a73c571

Browse files
authored
Merge pull request #126 from mgates3/rocm6.3.2
Use ROCm 6.3.2 as latest version supported on our CT hardware
2 parents 21eeb00 + cf8fe0a commit a73c571

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/setup_env.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,10 @@ if [ "${device}" = "gpu_nvidia" ]; then
150150

151151
elif [ "${device}" = "gpu_amd" ]; then
152152
print "======================================== Load ROCm"
153-
export ROCM_PATH=/opt/rocm
153+
export MODULEPATH=$MODULEPATH:/apps/rocm/Modulefiles
154+
quiet module load rocm/6.3.2
154155
# Some hip utilities require /usr/sbin/lsmod
155-
export PATH=${PATH}:${ROCM_PATH}/bin:/usr/sbin
156+
export PATH=${PATH}:/usr/sbin
156157
export gpu_backend=hip
157158
quiet which hipcc
158159
hipcc --version

0 commit comments

Comments
 (0)