Skip to content

Commit

Permalink
[ROCm] Update the magma build to new commit (pytorch#60900)
Browse files Browse the repository at this point in the history
Summary:
Magma master branch is updated with all the fixes required for ROCm, so updating the magma build to the new commit for ROCm pyTorch builds.

Pull Request resolved: pytorch#60900

Reviewed By: jbschlosser

Differential Revision: D29440587

Pulled By: malfet

fbshipit-source-id: 2ccdf48441dfff3d19c4a478e03ac11a843f8419
  • Loading branch information
pruthvistony authored and facebook-github-bot committed Jun 30, 2021
1 parent 9377279 commit e2b42c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/docker/common/install_rocm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install_magma() {
# "install" hipMAGMA into /opt/rocm/magma by copying after build
git clone https://bitbucket.org/icl/magma.git
pushd magma
git checkout 878b1ce02e9cfe4a829be22c8f911e9c0b6bd88f
git checkout aed4e285084763113ce5757393d4008e27b5194b
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 e2b42c6

Please sign in to comment.