Commit Graph

893 Commits

Author SHA1 Message Date
2acee24332 Add keyword argument support to most tensor functions 2016-10-13 12:32:04 -04:00
96f61bff30 Add LAPACK functions 2016-10-08 20:37:37 -07:00
e8a5f00866 Auto GPU for CUNN (#71) 2016-09-30 14:04:53 -04:00
941cf4e63d Add ffi utils for user C extensions 2016-09-29 09:35:56 -07:00
cb5d4e836f Lazy load CUDA and THNN modules (#64) 2016-09-28 19:29:53 -04:00
52ed57352a Free GIL in C functions 2016-09-27 15:22:20 -07:00
1cf87e8a0b OSX + Python 2 build fixes 2016-09-25 19:26:13 -04:00
ddf1598ef8 Add a method for catching exceptions thrown in ctypes 2016-09-25 12:25:54 -07:00
06ab3f962f Refactor _C extension to export some utilities 2016-09-21 08:36:54 -07:00
65d4055366 adding static linking on binary builds 2016-09-13 10:34:13 -07:00
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
4cffa2219a build fixes for OSX 2016-09-06 22:06:06 -04:00
f9d186d33a Add initial version of multiprocessing module 2016-08-31 19:46:08 -07:00
686e8d32e2 Add torch.save and torch.load 2016-08-23 07:51:55 -07:00
8d933cbfc4 Fixes for OS X 2016-08-22 22:45:35 -04:00
4c51a523c8 Add super basic CUDA autodetection 2016-08-19 14:23:53 -07:00
b06c000478 Fix <3.5 compatibility and travis configuration 2016-08-16 21:11:10 -07:00
207d6ae60d Override build commands in setup.py 2016-08-14 20:47:27 -07:00
1902bc0bfb Interface with numpy 2016-08-13 20:19:17 -07:00
9fff8e7392 Fixes for changes in libs 2016-08-12 22:02:57 -07:00
ef7364b80e Fix Python 2.7 compatibility 2016-08-12 18:26:10 -07:00
12bed8dc0d Add CUDA device selection 2016-08-12 07:46:46 -07:00
e9f9fd3727 Major refactor 2016-08-10 09:24:53 -07:00
652a31b714 Add build scripts for libraries 2016-08-04 14:12:31 -07:00
6df0ae5d35 Add cunn 2016-08-02 09:20:18 -07:00
2f342af22f Move optim to legacy 2016-08-01 12:01:46 -04:00
ae40bcd58c Base for nn conversion 2016-07-22 22:21:29 -04:00
554a1d8336 Add optim 2016-07-21 16:42:06 -04:00
bc7bd7a8b3 Add unit tests and fix detected bugs 2016-07-21 13:46:59 -04:00
3a44259b32 Add support for CUDA 2016-07-19 10:45:59 -04:00
cf90bee8af Enable parallel builds 2016-07-18 23:56:50 -04:00
3cec305524 Restructure python code 2016-06-23 22:55:05 +02:00
077bfbde03 Add all constructors for Tensor and Storage 2016-06-19 23:45:41 +02:00
4f66ea42af Add random-related Tensor methods 2016-06-18 21:36:10 +02:00
5ee3358a92 python 2 support 2016-06-08 19:14:57 -04:00
449ac4ca2a Add torch.* functions 2016-05-09 19:14:40 +02:00
7567a0bb13 Add cwrap 2016-05-07 15:28:13 +02:00
c3b3df9f22 Add utilities and clenup Tensor wrappers 2016-05-06 15:04:57 +02:00
842e1b6358 Add exception handling 2016-05-05 20:58:13 +02:00
f4b3554d9e Refactor generic/Tensor.c and add Short objects 2016-05-03 21:20:54 +02:00
690d470c71 Add Storage.py template 2016-05-03 15:13:12 +02:00
b0d90e3688 Add templated __init__ 2016-05-02 23:54:59 +02:00
731041cb6a Initial commit 2016-05-02 23:19:57 +02:00