94717 Commits

Author SHA1 Message Date
db57736639 Merge branch 'cudacopy' 2012-10-20 16:31:14 -04:00
cf5a8be51e Cleaning up CUDA code base. Got rid of useless device syncs 2012-10-20 16:12:35 -04:00
87ecea3154 Added missing form of CudaTensor:add
This adds the form that performs x:add(y,s,z), which was previously missing.
2012-10-03 14:54:02 +01:00
295b3c8da3 Added dok for Easy File functions. 2012-09-29 18:43:16 -04:00
ecaa6d74f8 removed one indirection when performing an arg check in TH 2012-09-28 14:18:43 +02:00
7a6a38ee78 removed one indirection when performing an arg check in TH 2012-09-28 14:18:43 +02:00
f964984b1c THStorage: added implementation for missing functions 2012-09-28 13:54:49 +02:00
027815798c THStorage: added implementation for missing functions 2012-09-28 13:54:49 +02:00
f388816f9a Merge branch 'master' into convburst 2012-09-28 12:06:18 +02:00
a9569c6fb1 avoid segfault if required class is not already loaded.
trying to load an object that contains a class that is not loaded yet causes the problem.

require 'nn'
m=nn.Linear(10,20)
torch.save('m.obj',m)
Really quit [y/N]? y

torch.load('m.obj')
2012-09-27 17:16:59 -04:00
c7132c0c1f Much faster copy. 2012-09-27 00:20:07 -04:00
c34c2e2de1 fixed some thread safety issues 2012-09-26 19:55:16 +02:00
0d534e64f5 fixed some thread safety issues 2012-09-26 19:55:16 +02:00
84a5bcb17a Allow running subset of tests 2012-09-23 15:16:59 -04:00
3dbc05d8ef Added standard Serialization functions (torch.[de]serialize()) 2012-09-22 23:50:37 -04:00
f32d123ed2 Fixing incorrect string comment for table assertion. 2012-09-19 16:06:49 +01:00
b7280dbd42 Adding assertTableEq function to test table equality.
* also added some minor spacing to help readability.
2012-09-19 15:33:07 +01:00
96b9a35756 fixed bug when calling operators + forgotten support for __call__ in new API 2012-09-13 10:51:13 +02:00
60194d73fc Merge branch 'master' into noid
Conflicts:
	extra/cuda/pkg/cutorch/TensorMath.lua
2012-09-12 16:36:29 +02:00
d13d33dd78 Correct untemplated conv code (CUDA) 2012-09-06 11:14:39 -04:00
1147218129 Added more cases to the generic stuff. 2012-09-06 11:06:13 -04:00
fe8e68c6ed Merge branch 'master' of https://github.com/2ndforks/torch into cudaconv 2012-09-05 15:21:08 -04:00
2289863e20 Working randomizer in CUDA. 2012-09-05 14:06:27 -04:00
de87f835bb Trying something simpler. 2012-09-05 00:19:47 -04:00
a8aef4e9ee removed unnecessary header. 2012-09-04 10:50:46 -04:00
6b878d7309 Dynamic linking. 2012-09-04 10:49:46 -04:00
f01c2932c7 Commiting a buggy version. 2012-09-03 20:50:23 -04:00
2b404d9a39 Random with Cuda. 2012-09-03 20:05:25 -04:00
d1e48591d7 Random with Cuda. 2012-09-03 20:05:25 -04:00
358203e655 Fixed doc for var/std. 2012-08-31 11:33:26 -04:00
8a43201996 fixed bug with non-equal strides as well 2012-08-24 11:27:45 -04:00
f179fe6d8a fixed the bugs in cuda SpatialConvolutionMap, works for equal strides 2012-08-24 11:13:11 -04:00
43fead371b added cuda convolutionMap 2012-08-23 19:03:40 -04:00
de2295f507 resize: do not resize tensors if they have the right size 2012-08-16 15:48:36 +02:00
7afb67b23e resize: do not resize tensors if they have the right size 2012-08-16 15:48:36 +02:00
4dadc516d9 Merge branch 'master' of github.com:andresy/torch 2012-08-16 14:10:16 +02:00
c846839ca8 minor dok corrections 2012-08-16 14:09:43 +02:00
0a79fd2282 dok correction 2012-08-13 15:47:27 +02:00
9cc08cb84e more luaT dok 2012-08-13 15:35:27 +02:00
4fbc1b4674 minor cosmetic changes 2012-08-13 15:35:15 +02:00
cd1f98db96 luaT_typerror: print lua name when luaT returns nothing 2012-08-13 14:40:59 +02:00
1f5bf96273 erased root-metatable tracks: rmt -> mt 2012-08-13 14:35:11 +02:00
05a6d882c4 torch now complies with the new luaT API 2012-08-13 14:25:58 +02:00
59f7533363 safer way to handling typename + cleanup 2012-08-13 12:28:06 +02:00
a8efaa7916 marked some functions as deprecated 2012-08-09 18:30:03 +02:00
d762812dfb Merge branch 'master', remote branch 'origin' into noid 2012-08-09 16:59:27 +02:00
97d8b4384a huge bug correction: MKL multithreading problem when confusing iomp5 & gomp 2012-08-09 16:56:37 +02:00
5836acc0d9 huge bug correction: MKL multithreading problem when confusing iomp5 & gomp 2012-08-09 16:56:37 +02:00
f03b1e130e luaT with no id: bug correction + put back constructor tables, which are in fact needed. 2012-08-09 16:13:31 +02:00
00518c4a3a removed id mechanism from luaT 2012-08-09 12:45:51 +02:00