Skip to content

Commit

Permalink
Fix version for HIPCC to use old 6.0.x branch when building for NVIDI…
Browse files Browse the repository at this point in the history
…A, since 6.1.x branch does not exist

See https://github.com/ROCm/HIPCC/issues/151
  • Loading branch information
torrance committed May 6, 2024
1 parent 9a74660 commit c74095a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singularity.def
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [ "$HIP_PLATFORM" = "nvidia" ]; then
cd $HOME
git clone -b "$ROCM_BRANCH" https://github.com/ROCm-Developer-Tools/hip.git
git clone -b "$ROCM_BRANCH" https://github.com/ROCm-Developer-Tools/clr.git
git clone -b "$ROCM_BRANCH" https://github.com/ROCm-Developer-Tools/HIPCC.git
git clone -b "rocm-6.0.x" https://github.com/ROCm-Developer-Tools/HIPCC.git
git clone -b "$ROCM_BRANCH" https://github.com/ROCm/hipother.git
export HIP_DIR="$HOME/hip"
export CLR_DIR="$HOME/clr"
Expand Down Expand Up @@ -145,4 +145,4 @@ if [ "$HIP_PLATFORM" = "amd" ]; then
wget https://repo.radeon.com/amdgpu-install/5.6.1/ubuntu/jammy/amdgpu-install_5.6.50601-1_all.deb
apt install -y ./amdgpu-install_5.6.50601-1_all.deb
apt update && apt install -y rocm-hip-sdk
fi
fi

0 comments on commit c74095a

Please sign in to comment.