Skip to content

Commit

Permalink
Remove CHPL_LLVM_CONFIG workaround causing ROCM load
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <anna.rift@hpe.com>
  • Loading branch information
riftEmber committed Jun 14, 2024
1 parent 6075e23 commit 0750826
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions util/cron/test-gpu-rocm.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ CWD=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd)
source $CWD/common-slurm-gasnet-cray-cs.bash
source $CWD/common-native-gpu.bash

# Prevent which LLVM from being set by this variable, so it can be overridden
# # later to use ROCM LLVM.
unset CHPL_LLVM_CONFIG
export CHPL_GPU=amd
export CHPL_GPU_ARCH=gfx906
export CHPL_LLVM=system
Expand Down
3 changes: 0 additions & 3 deletions util/cron/test-gpu-rocm.gasnet.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ CWD=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd)
source $CWD/common-slurm-gasnet-cray-cs.bash
source $CWD/common-native-gpu.bash

# Prevent which LLVM from being set by this variable, so it can be overridden
# # later to use ROCM LLVM.
unset CHPL_LLVM_CONFIG
export CHPL_GPU=amd
export CHPL_GPU_ARCH=gfx906
export CHPL_LLVM=system
Expand Down
4 changes: 0 additions & 4 deletions util/cron/test-perf.gpu-rocm.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ source $CWD/common-native-gpu-perf.bash
source $CWD/common-perf.bash
export CHPL_TARGET_CPU=native

# Prevent which LLVM from being set by this variable, so it can be overridden
# # later to use ROCM LLVM.
unset CHPL_LLVM_CONFIG

# everything we source above will end up sourcing `common.bash` which will then
# source `load-base-deps.bash`. In the system we run this config,
# `load-base-deps.bash` ends up exporting
Expand Down

0 comments on commit 0750826

Please sign in to comment.