Skip to content

Commit 0ef2bfe

Browse files
authored
Pin nightly CHPL_GPU=amd perf testing to use rocm 6.2.0 (#27175)
Pins nightly perf testing for CHPL_GPU=amd to use rocm 6.20, since the default on the test system has changed and we do not yet support rocm 6.3. [Reviewed by @vasslitvinov]
2 parents ff58d8b + 8bdd452 commit 0ef2bfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

util/cron/test-perf.gpu-ex-rocm.bash

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ source $UTIL_CRON_DIR/common-native-gpu-perf.bash
1010
# CONFIG_NAME
1111
source $UTIL_CRON_DIR/common-perf.bash
1212

13-
module load rocm # load the default version of ROCm
13+
# module load rocm # load the default version of ROCm
14+
# pin to rocm 6.2 for now, https://github.com/chapel-lang/chapel/issues/26934
15+
module load rocm/6.2.0
1416

1517
export CHPL_COMM=none
1618
export CHPL_LLVM=bundled

0 commit comments

Comments
 (0)