Skip to content

Commit

Permalink
Update the magma to version 2.7.2 (pytorch#111442)
Browse files Browse the repository at this point in the history
- 2.7.2 version + few ROCm related commits: https://bitbucket.org/icl/magma/pull-requests/37

Pull Request resolved: pytorch#111442
Approved by: https://github.com/Skylion007, https://github.com/jithunnair-amd
  • Loading branch information
pruthvistony authored and pytorchmergebot committed Oct 18, 2023
1 parent 102fbd4 commit a771fde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .ci/docker/common/install_rocm_magma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ set -ex
# "install" hipMAGMA into /opt/rocm/magma by copying after build
git clone https://bitbucket.org/icl/magma.git
pushd magma
# Fixes memory leaks of magma found while executing linalg UTs
git checkout 28592a7170e4b3707ed92644bf4a689ed600c27f

# Version 2.7.2 + ROCm related updates
git checkout 823531632140d0edcb7e77c3edc0e837421471c5

cp make.inc-examples/make.inc.hip-gcc-mkl make.inc
echo 'LIBDIR += -L$(MKLROOT)/lib' >> make.inc
echo 'LIB += -Wl,--enable-new-dtags -Wl,--rpath,/opt/rocm/lib -Wl,--rpath,$(MKLROOT)/lib -Wl,--rpath,/opt/rocm/magma/lib' >> make.inc
Expand Down

0 comments on commit a771fde

Please sign in to comment.