andreh7
cc8fd5bde1
added #define __STDC_FORMAT_MACROS to tensor and storage code templates to avoid problems with gcc 4.8.5 ( #3629 )
2017-11-10 15:21:33 -05:00
Adam Paszke
9169f60a84
Parallelize TensorMethods.cpp builds ( #1400 )
2017-04-29 09:07:21 -04:00
Soumith Chintala
24e5a9057e
Revert "Parallelize TensorMethods.cpp builds ( #1364 )" ( #1390 )
...
This reverts commit 060048bcd8 .
2017-04-28 07:59:40 -04:00
Adam Paszke
060048bcd8
Parallelize TensorMethods.cpp builds ( #1364 )
2017-04-28 07:45:21 -04:00
Sam Gross
bd5303010d
Refactor autograd package to separate Python dependencies. ( #662 )
...
The core autograd Variable, Function, and Engine no longer depend on the
Python API. This let's us implement functions in C++. In the future, we
can also multithread engine and release the GIL for most of the
non-Python backwards.
2017-02-13 16:00:16 -08:00
Sam Gross
1af9a9637f
Refactor copy and release GIL during copy ( #286 )
2016-12-11 21:54:58 +01:00
Adam Paszke
ef557761dd
Allow to not use all function outputs in autograd
2016-10-31 22:47:09 +01:00
Adam Paszke
93b8b5631f
Improve CUDA tensor constructor speed
2016-10-13 17:16:39 -07:00
Sam Gross
e8a5f00866
Auto GPU for CUNN ( #71 )
2016-09-30 14:04:53 -04:00
Adam Paszke
1828e7c42f
Add async CUDA copy
2016-09-27 15:12:48 -07:00
Adam Paszke
12bed8dc0d
Add CUDA device selection
2016-08-12 07:46:46 -07:00
Adam Paszke
92e983a489
Fixes for Linux and new cutorch
2016-08-02 09:20:18 -07:00
Adam Paszke
3a44259b32
Add support for CUDA
2016-07-19 10:45:59 -04:00