From 5f4a01b2ea1dde566ff9ddd79d68fc3db2c2820c Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 4 Mar 2020 08:22:43 -0800 Subject: [PATCH] Update MAGMA to 2.5.2 for Windows (#34205) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/34205 Differential Revision: D20248224 Pulled By: soumith fbshipit-source-id: f5e0fe06aa8f8ee551abe45db1d55d06e95ab928 --- .../win-test-helpers/installation-helpers/install_magma.bat | 6 +++--- docs/source/notes/windows.rst | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) 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)