We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c1017 commit ce6cc54Copy full SHA for ce6cc54
common/install_rocm_magma.sh
@@ -23,13 +23,11 @@ esac
23
MKLROOT=${MKLROOT:-/opt/intel}
24
25
# "install" hipMAGMA into /opt/rocm/magma by copying after build
26
-git clone https://bitbucket.org/icl/magma.git
+git clone https://github.com/ROCm/utk-magma.git -b release/2.9.0_rocm70 magma
27
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
+# version 2.9 + ROCm 7.0 related updates
+git checkout 91c4f720a17e842b364e9de41edeef76995eb9ad
+
33
cp make.inc-examples/make.inc.hip-gcc-mkl make.inc
34
echo 'LIBDIR += -L$(MKLROOT)/lib' >> make.inc
35
# TODO (1)
0 commit comments