Skip to content

Commit

Permalink
Increase CI root reserve for ROCm and tmp spills 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tom91136 committed Sep 24, 2023
1 parent 717c40c commit 5c9cb66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ci-prepare-bionic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@ setup_clang_gcc() {
}

setup_rocm() {
sudo apt-get install -y rocm-dev rocthrust-dev
if [ "$SETUP" = true ]; then
sudo apt-get install -y rocm-dev rocthrust-dev
else
echo "Skipping apt setup for ROCm"
fi
export_var ROCM_PATH "/opt/rocm"
export_var PATH "$ROCM_PATH/bin:$PATH" # ROCm needs this for many of their libraries' CMake build to work
export_var HIP_CXX "$ROCM_PATH/bin/hipcc"
Expand Down

0 comments on commit 5c9cb66

Please sign in to comment.