diff --git a/singularity.def b/singularity.def index 787ea8e..16eb7e4 100644 --- a/singularity.def +++ b/singularity.def @@ -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" @@ -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 \ No newline at end of file +fi