From: peterjc123 Date: Wed, 5 Dec 2018 17:50:41 +0000 (-0800) Subject: Update magma to 2.4.0 for Windows X-Git-Tag: accepted/tizen/6.5/unified/20211028.231830~2455 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1eb32d9f1a7e6e06901dde1065cf453a66a5de2;p=platform%2Fupstream%2Fpytorch.git Update magma to 2.4.0 for Windows Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14738 Differential Revision: D13341611 Pulled By: soumith fbshipit-source-id: 39a49fc60e710cc32a463858c9cee57c182330e2 --- diff --git a/.jenkins/pytorch/win-build.sh b/.jenkins/pytorch/win-build.sh index ea7d41c..7bca194 100755 --- a/.jenkins/pytorch/win-build.sh +++ b/.jenkins/pytorch/win-build.sh @@ -55,11 +55,11 @@ set LIB=%cd%\\mkl\\lib;%LIB :: Install MAGMA if "%REBUILD%"=="" ( if "%BUILD_ENVIRONMENT%"=="" ( - curl -k https://s3.amazonaws.com/ossci-windows/magma_cuda90_release_mkl_2018.2.185.7z --output magma_cuda90_release_mkl_2018.2.185.7z + curl -k https://s3.amazonaws.com/ossci-windows/magma_2.4.0_cuda90_release.7z --output magma_2.4.0_cuda90_release.7z ) else ( - aws s3 cp s3://ossci-windows/magma_cuda90_release_mkl_2018.2.185.7z magma_cuda90_release_mkl_2018.2.185.7z --quiet + aws s3 cp s3://ossci-windows/magma_2.4.0_cuda90_release.7z magma_2.4.0_cuda90_release.7z --quiet ) - 7z x -aoa magma_cuda90_release_mkl_2018.2.185.7z -omagma + 7z x -aoa magma_2.4.0_cuda90_release.7z -omagma ) set MAGMA_HOME=%cd%\\magma diff --git a/docs/source/notes/windows.rst b/docs/source/notes/windows.rst index 933d907..57976fd 100644 --- a/docs/source/notes/windows.rst +++ b/docs/source/notes/windows.rst @@ -19,9 +19,9 @@ MKL and MAGMA. Here are the steps to build with them. 7z x -aoa mkl_2018.2.185.7z -omkl REM Download MAGMA files - REM cuda90/cuda91 is also available in the following line. - set CUDA_PREFIX=cuda80 - curl -k https://s3.amazonaws.com/ossci-windows/magma_%CUDA_PREFIX%_release_mkl_2018.2.185.7z -o magma.7z + REM cuda90/cuda92/cuda100 is also available in the following line. + set CUDA_PREFIX=cuda80 + curl -k https://s3.amazonaws.com/ossci-windows/magma_2.4.0_%CUDA_PREFIX%_release.7z -o magma.7z 7z x -aoa magma.7z -omagma REM Setting essential environment variables