summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpeter <peterghost86@gmail.com>2019-03-01 09:45:38 -0800
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-03-01 09:53:56 -0800
commit81f2bdf9c27b76ff4e308f274d422f5adff8e15d (patch)
tree31e20c157c29e131b38ca3f273667bcee129b598 /docs
parenta6170573c898a1367517d8daf8e777abaf96f752 (diff)
downloadpytorch-81f2bdf9c27b76ff4e308f274d422f5adff8e15d.tar.gz
pytorch-81f2bdf9c27b76ff4e308f274d422f5adff8e15d.tar.bz2
pytorch-81f2bdf9c27b76ff4e308f274d422f5adff8e15d.zip
Update magma to 2.5.0 for Windows
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17607 Differential Revision: D14281291 Pulled By: yf225 fbshipit-source-id: 51209c5540932871e45e54ba6d61b3b7d264aa8c
Diffstat (limited to 'docs')
-rw-r--r--docs/source/notes/windows.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/notes/windows.rst b/docs/source/notes/windows.rst
index 57976fdf7c..d8648b33f9 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/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
+ REM cuda100 is also available in the following line. There are also 2.4.0 binaries for cuda80/cuda92.
+ set CUDA_PREFIX=cuda90
+ curl -k https://s3.amazonaws.com/ossci-windows/magma_2.5.0_%CUDA_PREFIX%_release.7z -o magma.7z
7z x -aoa magma.7z -omagma
REM Setting essential environment variables