Skip to content

Commit c61b0dc

Browse files
committed
Update MAGMA to 2.5.3 for Windows
1 parent 44b018d commit c61b0dc

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.jenkins/pytorch/win-test-helpers/installation-helpers/install_magma.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ if "%CUDA_SUFFIX%" == "" (
88

99
if "%REBUILD%"=="" (
1010
if "%BUILD_ENVIRONMENT%"=="" (
11-
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
11+
curl --retry 3 -k https://s3.amazonaws.com/ossci-windows/magma_2.5.3_%CUDA_SUFFIX%_%BUILD_TYPE%.7z --output %TMP_DIR_WIN%\magma_2.5.3_%CUDA_SUFFIX%_%BUILD_TYPE%.7z
1212
) else (
13-
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
13+
aws s3 cp s3://ossci-windows/magma_2.5.3_%CUDA_SUFFIX%_%BUILD_TYPE%.7z %TMP_DIR_WIN%\magma_2.5.3_%CUDA_SUFFIX%_%BUILD_TYPE%.7z --quiet
1414
)
15-
7z x -aoa %TMP_DIR_WIN%\magma_2.5.2_%CUDA_SUFFIX%_%BUILD_TYPE%.7z -o%TMP_DIR_WIN%\magma
15+
7z x -aoa %TMP_DIR_WIN%\magma_2.5.3_%CUDA_SUFFIX%_%BUILD_TYPE%.7z -o%TMP_DIR_WIN%\magma
1616
)
1717
set MAGMA_HOME=%TMP_DIR_WIN%\magma

docs/source/notes/windows.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ MKL and MAGMA. Here are the steps to build with them.
2020
2121
REM Download MAGMA files
2222
REM version available:
23+
REM 2.5.3 (CUDA 10.1 10.2 11.0) x (Debug Release)
2324
REM 2.5.2 (CUDA 9.2 10.0 10.1 10.2) x (Debug Release)
2425
REM 2.5.1 (CUDA 9.2 10.0 10.1 10.2) x (Debug Release)
2526
REM 2.5.0 (CUDA 9.0 9.2 10.0 10.1) x (Debug Release)

0 commit comments

Comments
 (0)