diff --git a/.jenkins/pytorch/win-test-helpers/installation-helpers/install_magma.bat b/.jenkins/pytorch/win-test-helpers/installation-helpers/install_magma.bat index cf1c0223f6f..d3d41fba747 100644 --- a/.jenkins/pytorch/win-test-helpers/installation-helpers/install_magma.bat +++ b/.jenkins/pytorch/win-test-helpers/installation-helpers/install_magma.bat @@ -8,10 +8,10 @@ if "%CUDA_SUFFIX%" == "" ( if "%REBUILD%"=="" ( if "%BUILD_ENVIRONMENT%"=="" ( - curl --retry 3 -k https://s3.amazonaws.com/ossci-windows/magma_2.5.1_%CUDA_SUFFIX%_%BUILD_TYPE%.7z --output %TMP_DIR_WIN%\magma_2.5.1_%CUDA_SUFFIX%_%BUILD_TYPE%.7z + curl --retry 3 -k https://s3.amazonaws.com/ossci-windows/magma_2.5.2_%CUDA_SUFFIX%_%BUILD_TYPE%.7z --output %TMP_DIR_WIN%\magma_2.5.2_%CUDA_SUFFIX%_%BUILD_TYPE%.7z ) else ( - aws s3 cp s3://ossci-windows/magma_2.5.1_%CUDA_SUFFIX%_%BUILD_TYPE%.7z %TMP_DIR_WIN%\magma_2.5.1_%CUDA_SUFFIX%_%BUILD_TYPE%.7z --quiet + aws s3 cp s3://ossci-windows/magma_2.5.2_%CUDA_SUFFIX%_%BUILD_TYPE%.7z %TMP_DIR_WIN%\magma_2.5.2_%CUDA_SUFFIX%_%BUILD_TYPE%.7z --quiet ) - 7z x -aoa %TMP_DIR_WIN%\magma_2.5.1_%CUDA_SUFFIX%_%BUILD_TYPE%.7z -o%TMP_DIR_WIN%\magma + 7z x -aoa %TMP_DIR_WIN%\magma_2.5.2_%CUDA_SUFFIX%_%BUILD_TYPE%.7z -o%TMP_DIR_WIN%\magma ) set MAGMA_HOME=%TMP_DIR_WIN%\magma diff --git a/docs/source/notes/windows.rst b/docs/source/notes/windows.rst index 02d2a781042..4648beec969 100644 --- a/docs/source/notes/windows.rst +++ b/docs/source/notes/windows.rst @@ -20,6 +20,7 @@ MKL and MAGMA. Here are the steps to build with them. REM Download MAGMA files REM version available: + REM 2.5.2 (CUDA 9.2 10.0 10.1 10.2) x (Debug Release) REM 2.5.1 (CUDA 9.2 10.0 10.1 10.2) x (Debug Release) REM 2.5.0 (CUDA 9.0 9.2 10.0 10.1) x (Debug Release) REM 2.4.0 (CUDA 8.0 9.2) x (Release)