Jessica Lin
ac950bb9c8
Update docs for master to remove Python 2 references ( #36336 )
...
Summary:
Fix compile error from original PR in jit_language_references.rst: https://github.com/pytorch/pytorch/pull/36114
Full details in task: https://our.intern.facebook.com/intern/tasks/?t=64776265
With pytroch 1.5+ we remove python2 support from PyTorch. All documentation under docs/ and on the pytorch.org website needs to remove Python 2 references.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/36336
Differential Revision: D21057507
Pulled By: jlin27
fbshipit-source-id: 993a763f1ecb16dad859bc02a07625ddc023645d
2020-04-16 10:15:48 -07:00
Edward Yang
6016f694c0
Revert D20901746: [pytorch][PR] Update docs for master to remove Python 2 references
...
Test Plan: revert-hammer
Differential Revision:
D20901746
Original commit changeset: 07f8dc8e6fab
fbshipit-source-id: 13c55597f9f79b8473210cf35a5a0f1fb34bae39
2020-04-08 14:49:11 -07:00
Jessica Lin
43234be525
Update docs for master to remove Python 2 references ( #36114 )
...
Summary:
Full details in task: https://our.intern.facebook.com/intern/tasks/?t=64776265
With pytroch 1.5+ we remove python2 support from PyTorch. All documentation under docs/ and on the pytorch.org website needs to remove Python 2 references.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/36114
Differential Revision: D20901746
Pulled By: jlin27
fbshipit-source-id: 07f8dc8e6fab0b232e5048a63079cab0c433c85f
2020-04-07 16:13:18 -07:00
peter
5f4a01b2ea
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
2020-03-04 08:28:09 -08:00
peter
adbe289870
Update MKL to 2020.0.166 for Windows ( #33690 )
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/33690
Differential Revision: D20089300
Pulled By: ezyang
fbshipit-source-id: 887c006fbdb2c837f0a1c607a196811f44f1fb35
2020-02-24 22:43:34 -08:00
Brian Wignall
f326045b37
Fix typos, via a Levenshtein-type corrector ( #31523 )
...
Summary:
Should be non-semantic.
Uses https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines to find likely typos, with https://github.com/bwignall/typochecker to help automate the checking.
Uses an updated version of the tool used in https://github.com/pytorch/pytorch/pull/30606 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/31523
Differential Revision: D19216749
Pulled By: mrshenli
fbshipit-source-id: 7fd489cb9a77cd7e4950c1046f925d57524960ea
2020-01-17 16:03:19 -08:00
peterjc123
6deb41c88d
Update magma to 2.5.1 for Windows and switch CUDA in CI to 9.2
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/30513
Differential Revision: D18764184
Pulled By: ezyang
fbshipit-source-id: 4992869fd6a89471a5d25eb6a9b44ad8eceb480f
2019-12-02 11:56:10 -08:00
zou3519
e5d6b75319
Bag of documentation fixes; fix more sphinx warnings ( #27850 )
...
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/27850
Many of these are real problems in the documentation (i.e., link or
bullet point doesn't display correctly).
Test Plan: - built and viewed the documentation for each change locally.
Differential Revision: D17908123
Pulled By: zou3519
fbshipit-source-id: 65c92a352c89b90fb6b508c388b0874233a3817a
2019-10-15 07:31:14 -07:00
peter
39b885cbbf
Add magma for CUDA 10.1 to Windows docs
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/19914
Differential Revision: D15123029
Pulled By: soumith
fbshipit-source-id: a3d4b498a763e1a9829896d44211be00400ec39d
2019-04-29 10:13:21 -07:00
Edward Yang
48a35135fb
Convert all tabs to spaces, add CI. ( #18959 )
...
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18959
ghimport-source-id: a934163fa34cb2019732d5f49dc7290c376bf156
Differential Revision: D14831246
Pulled By: ezyang
fbshipit-source-id: beb92dc4ee8c82f4c8259c081dd72e477fe7a9d0
2019-04-09 08:12:26 -07:00
peter
9af6564060
Add magma debug version for Windows
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18008
Differential Revision: D14455117
Pulled By: soumith
fbshipit-source-id: 29d9a2e0b36d72bece0bb1870bbdc740c4d1f9d6
2019-03-14 10:15:57 -07:00
peter
c78da0c6ed
Enable using CMD when building cpp extensions on Windows
...
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17706
Differential Revision: D14346482
Pulled By: ezyang
fbshipit-source-id: 7c85e51c701f6c0947ad324ef19fafda40ae1cb9
2019-03-06 14:45:31 -08:00
peter
81f2bdf9c2
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
2019-03-01 09:53:56 -08:00
peterjc123
e1eb32d9f1
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
2018-12-05 09:53:39 -08:00
Thomas Viehmann
3799b10c44
various documentation formatting ( #9359 )
...
Summary:
This is a grab-bag of documentation formatting fixes.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/9359
Differential Revision: D8831400
Pulled By: soumith
fbshipit-source-id: 8dac02303168b2ea365e23938ee528d8e8c9f9b7
2018-07-13 02:48:25 -07:00
peterjc123
108fb1c2c9
Fix the import part of the windows doc ( #7979 )
2018-05-30 21:51:30 -04:00
peterjc123
267fc43a96
Fix Windows doc for import error ( #7704 )
...
* Fix Windows doc for import error
* Fix doc again
* Fix wrong format
2018-05-29 22:07:00 +01:00
peterjc123
a4dbd37403
[doc] Minor fixes for Windows docs ( #6853 )
2018-04-23 13:15:33 +02:00
peterjc123
56567fe47d
Add documents for Windows ( #6653 )
...
* Add Windows doc
* some minor fixes
* Fix typo
* more minor fixes
* Fixes on dataloader
2018-04-22 15:18:02 -04:00