Adam Paszke
28f0cf6cee
Add docstring support to cwrap ( #295 )
2016-12-11 23:25:14 +01:00
Adam Paszke
cb849524f3
Improve cuDNN detection at build time
2016-12-01 23:14:41 +01:00
Adam Paszke
ebc70f7919
Look for libcudart in default CUDA installation paths ( #195 )
2016-11-02 19:36:10 -04:00
Adam Paszke
ef557761dd
Allow to not use all function outputs in autograd
2016-10-31 22:47:09 +01:00
Sam Gross
ad5fdef6ac
Make every user-visible Tensor have a Storage ( #179 )
2016-10-31 12:12:22 -04:00
Sam Gross
f2d7e94948
Use torch.Size for Tensor sizes and tuple for strides
...
See issue #20
The torch.Size class is a tuple subclass which distinguishes sizes from
other tuples so that torch.Tensor(size) is interpreted as size instead
of data.
2016-10-28 19:37:09 +02:00
Sam Gross
ad2d413c0b
Add C++ bindings for cuDNN ( #167 )
...
The Python ctypes bindings overhead was high enough that it slowed down
multi-gpu training when using 4+ Maxwell GPUs.
2016-10-26 19:51:48 -04:00
Soumith Chintala
140c65e52b
fixing python setup.py clean
2016-10-21 23:20:02 -04:00
Sam Gross
79ead42ade
Add CUDA Stream and Event API ( #133 )
2016-10-18 12:15:57 -04:00
Adam Paszke
0325e2f646
Major autograd refactor
...
Improves autograd performance by more than 2x and fixes a couple
of bugs. All core functions have been moved to C.
2016-10-13 17:17:49 -07:00
Adam Paszke
2acee24332
Add keyword argument support to most tensor functions
2016-10-13 12:32:04 -04:00
Adam Paszke
96f61bff30
Add LAPACK functions
2016-10-08 20:37:37 -07:00
Sam Gross
e8a5f00866
Auto GPU for CUNN ( #71 )
2016-09-30 14:04:53 -04:00
Adam Paszke
941cf4e63d
Add ffi utils for user C extensions
2016-09-29 09:35:56 -07:00
Sam Gross
cb5d4e836f
Lazy load CUDA and THNN modules ( #64 )
2016-09-28 19:29:53 -04:00
Adam Paszke
52ed57352a
Free GIL in C functions
2016-09-27 15:22:20 -07:00
Soumith Chintala
1cf87e8a0b
OSX + Python 2 build fixes
2016-09-25 19:26:13 -04:00
Adam Paszke
ddf1598ef8
Add a method for catching exceptions thrown in ctypes
2016-09-25 12:25:54 -07:00
Adam Paszke
06ab3f962f
Refactor _C extension to export some utilities
2016-09-21 08:36:54 -07:00
soumith
65d4055366
adding static linking on binary builds
2016-09-13 10:34:13 -07:00
Sam Gross
1486d880b0
Add Storage.from_buffer
...
The from_buffer is similar to numpy's frombuffer. It decodes a Python
buffer object into a Storage object. For byte and char storages, it
simply copies the bytes.
2016-09-07 15:32:33 -07:00
Soumith Chintala
4cffa2219a
build fixes for OSX
2016-09-06 22:06:06 -04:00
Adam Paszke
f9d186d33a
Add initial version of multiprocessing module
2016-08-31 19:46:08 -07:00
Adam Paszke
686e8d32e2
Add torch.save and torch.load
2016-08-23 07:51:55 -07:00
Adam Paszke
8d933cbfc4
Fixes for OS X
2016-08-22 22:45:35 -04:00
Adam Paszke
4c51a523c8
Add super basic CUDA autodetection
2016-08-19 14:23:53 -07:00
Adam Paszke
b06c000478
Fix <3.5 compatibility and travis configuration
2016-08-16 21:11:10 -07:00
Adam Paszke
207d6ae60d
Override build commands in setup.py
2016-08-14 20:47:27 -07:00
Adam Paszke
1902bc0bfb
Interface with numpy
2016-08-13 20:19:17 -07:00
Adam Paszke
9fff8e7392
Fixes for changes in libs
2016-08-12 22:02:57 -07:00
Adam Paszke
ef7364b80e
Fix Python 2.7 compatibility
2016-08-12 18:26:10 -07:00
Adam Paszke
12bed8dc0d
Add CUDA device selection
2016-08-12 07:46:46 -07:00
Adam Paszke
e9f9fd3727
Major refactor
2016-08-10 09:24:53 -07:00
Adam Paszke
652a31b714
Add build scripts for libraries
2016-08-04 14:12:31 -07:00
Adam Paszke
6df0ae5d35
Add cunn
2016-08-02 09:20:18 -07:00
Adam Paszke
2f342af22f
Move optim to legacy
2016-08-01 12:01:46 -04:00
Adam Paszke
ae40bcd58c
Base for nn conversion
2016-07-22 22:21:29 -04:00
Adam Paszke
554a1d8336
Add optim
2016-07-21 16:42:06 -04:00
Adam Paszke
bc7bd7a8b3
Add unit tests and fix detected bugs
2016-07-21 13:46:59 -04:00
Adam Paszke
3a44259b32
Add support for CUDA
2016-07-19 10:45:59 -04:00
Adam Paszke
cf90bee8af
Enable parallel builds
2016-07-18 23:56:50 -04:00
Adam Paszke
3cec305524
Restructure python code
2016-06-23 22:55:05 +02:00
Adam Paszke
077bfbde03
Add all constructors for Tensor and Storage
2016-06-19 23:45:41 +02:00
Adam Paszke
4f66ea42af
Add random-related Tensor methods
2016-06-18 21:36:10 +02:00
Soumith Chintala
5ee3358a92
python 2 support
2016-06-08 19:14:57 -04:00
Adam Paszke
449ac4ca2a
Add torch.* functions
2016-05-09 19:14:40 +02:00
Adam Paszke
7567a0bb13
Add cwrap
2016-05-07 15:28:13 +02:00
Adam Paszke
c3b3df9f22
Add utilities and clenup Tensor wrappers
2016-05-06 15:04:57 +02:00
Adam Paszke
842e1b6358
Add exception handling
2016-05-05 20:58:13 +02:00
Adam Paszke
f4b3554d9e
Refactor generic/Tensor.c and add Short objects
2016-05-03 21:20:54 +02:00