Skip to content

Commit ce6cc54

Browse files
Update magma install instructions for ROCm7.0 (#80)
1 parent 42c1017 commit ce6cc54

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

common/install_rocm_magma.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ esac
2323
MKLROOT=${MKLROOT:-/opt/intel}
2424

2525
# "install" hipMAGMA into /opt/rocm/magma by copying after build
26-
git clone https://bitbucket.org/icl/magma.git
26+
git clone https://github.com/ROCm/utk-magma.git -b release/2.9.0_rocm70 magma
2727
pushd magma
28-
if [[ $PYTORCH_BRANCH == "release/1.10.1" ]]; then
29-
git checkout magma_ctrl_launch_bounds
30-
else
31-
git checkout a1625ff4d9bc362906bd01f805dbbe12612953f6
32-
fi
28+
# version 2.9 + ROCm 7.0 related updates
29+
git checkout 91c4f720a17e842b364e9de41edeef76995eb9ad
30+
3331
cp make.inc-examples/make.inc.hip-gcc-mkl make.inc
3432
echo 'LIBDIR += -L$(MKLROOT)/lib' >> make.inc
3533
# TODO (1)

0 commit comments

Comments
 (0)