Commit Graph

88238 Commits

Author SHA1 Message Date
Clement Farabet
358203e655 Fixed doc for var/std. 2012-08-31 11:33:26 -04:00
Soumith Chintala
8a43201996 fixed bug with non-equal strides as well 2012-08-24 11:27:45 -04:00
Soumith Chintala
f179fe6d8a fixed the bugs in cuda SpatialConvolutionMap, works for equal strides 2012-08-24 11:13:11 -04:00
Soumith Chintala
43fead371b added cuda convolutionMap 2012-08-23 19:03:40 -04:00
Ronan Collobert
de2295f507 resize: do not resize tensors if they have the right size 2012-08-16 15:48:36 +02:00
Ronan Collobert
7afb67b23e resize: do not resize tensors if they have the right size 2012-08-16 15:48:36 +02:00
Ronan Collobert
4dadc516d9 Merge branch 'master' of github.com:andresy/torch 2012-08-16 14:10:16 +02:00
Ronan Collobert
c846839ca8 minor dok corrections 2012-08-16 14:09:43 +02:00
Ronan Collobert
0a79fd2282 dok correction 2012-08-13 15:47:27 +02:00
Ronan Collobert
9cc08cb84e more luaT dok 2012-08-13 15:35:27 +02:00
Ronan Collobert
4fbc1b4674 minor cosmetic changes 2012-08-13 15:35:15 +02:00
Ronan Collobert
cd1f98db96 luaT_typerror: print lua name when luaT returns nothing 2012-08-13 14:40:59 +02:00
Ronan Collobert
1f5bf96273 erased root-metatable tracks: rmt -> mt 2012-08-13 14:35:11 +02:00
Ronan Collobert
05a6d882c4 torch now complies with the new luaT API 2012-08-13 14:25:58 +02:00
Ronan Collobert
59f7533363 safer way to handling typename + cleanup 2012-08-13 12:28:06 +02:00
Ronan Collobert
a8efaa7916 marked some functions as deprecated 2012-08-09 18:30:03 +02:00
Ronan Collobert
d762812dfb Merge branch 'master', remote branch 'origin' into noid 2012-08-09 16:59:27 +02:00
Ronan Collobert
97d8b4384a huge bug correction: MKL multithreading problem when confusing iomp5 & gomp 2012-08-09 16:56:37 +02:00
Ronan Collobert
5836acc0d9 huge bug correction: MKL multithreading problem when confusing iomp5 & gomp 2012-08-09 16:56:37 +02:00
Ronan Collobert
f03b1e130e luaT with no id: bug correction + put back constructor tables, which are in fact needed. 2012-08-09 16:13:31 +02:00
Ronan Collobert
00518c4a3a removed id mechanism from luaT 2012-08-09 12:45:51 +02:00
Ronan Collobert
0d50c1184a added global function include() and replaced torch.include calls accordingly 2012-07-31 11:49:52 +02:00
Ivo Danihelka
67ea3368f6 Removed reading from an undeclared var. 2012-07-30 17:57:53 +01:00
Clement Farabet
4c32b140aa Added expand/expandAs functions.
These functions facilitate expansions of dimensions, to automatically
combine tensors of different geometries. This is very much alike
Matlab's bsxfun function does, but without the crazy syntax.
2012-07-20 16:54:55 -04:00
Ronan Collobert
e53cc4d17d sort dok correction 2012-07-17 16:10:26 +02:00
Clement Farabet
6a20546b1d Fixed dok for sort() 2012-07-06 21:19:02 -04:00
Ronan Collobert
7f21dc83b7 added real() method to tensors 2012-06-13 17:11:47 +02:00
Ronan Collobert
930061a990 removed unroll in convolutions [harming most normal size convolutions] 2012-06-05 11:31:43 +02:00
Ronan Collobert
96adce80d6 removed unroll in convolutions [harming most normal size convolutions] 2012-06-05 11:31:43 +02:00
Ronan Collobert
44ffeabbf1 Merge branch 'master' into mergeopenmp 2012-06-05 10:52:38 +02:00
Ronan Collobert
6a5f07504d Merge branch 'master' into mergeopenmp 2012-06-05 10:52:38 +02:00
Ronan Collobert
40698ef12d SDL is no good 2012-05-17 00:40:35 +02:00
Ronan Collobert
949aa3e079 SDL is no good 2012-05-17 00:40:35 +02:00
Ronan Collobert
a90bdd558c Merge branch 'master' into mergeopenmp
Conflicts:
	extra/openmp/pkg/openmp/generic/SpatialMaxPoolingOmp.c
	extra/openmp/pkg/openmp/generic/SpatialSubSamplingOmp.c
	extra/openmp/pkg/openmp/generic/SqrtOmp.c
	extra/openmp/pkg/openmp/generic/SquareOmp.c
2012-05-17 00:40:02 +02:00
Ronan Collobert
f85e8e6e43 Merge branch 'master' into mergeopenmp
Conflicts:
	extra/openmp/pkg/openmp/generic/SpatialMaxPoolingOmp.c
	extra/openmp/pkg/openmp/generic/SpatialSubSamplingOmp.c
	extra/openmp/pkg/openmp/generic/SqrtOmp.c
	extra/openmp/pkg/openmp/generic/SquareOmp.c
2012-05-17 00:40:02 +02:00
Ronan Collobert
105bbcefe4 added support for MKL SDL link 2012-05-16 15:02:54 +02:00
Ronan Collobert
11b10c5041 added support for MKL SDL link 2012-05-16 15:02:54 +02:00
koray kavukcuoglu
7a44eac02c corrected bug in abs computation of numbers using torch.abs. 2012-05-05 20:52:32 -04:00
koray kavukcuoglu
c22e6aa43b add documentation for general eigen values and rename the functions
eig->symeig since this is only for symmetric matrices
reig->eig since this solves all cases.
2012-05-03 12:37:53 -04:00
koray kavukcuoglu
05e2c97331 add documentation for general eigen values and rename the functions
eig->symeig since this is only for symmetric matrices
reig->eig since this solves all cases.
2012-05-03 12:37:53 -04:00
koray kavukcuoglu
5e4f8e627d Add non-sym eigen value computation. 2012-05-03 09:17:40 -04:00
koray kavukcuoglu
cda05dcaf7 Add non-sym eigen value computation. 2012-05-03 09:17:40 -04:00
Clement Farabet
1bde0d549e Added negative indices to slicing operators 2012-04-12 00:23:30 -04:00
Pierre-Francois Laquerre
9766daa1b2 Fix bad string.format usage in pkg/torch/File
* .. should be ,
* wrapped className with tostring, in case it is nil
2012-04-10 16:55:36 -04:00
Arnaud Chauveur
ae19f5ba96 Performance improvement on convolution using SSE : Unrolled loop in add function in THVector.h 2012-04-08 10:27:30 -04:00
Arnaud Chauveur
33549f847a Performance improvement on convolution using SSE : Unrolled loop in add function in THVector.h 2012-04-08 10:27:30 -04:00
Ronan Collobert
5a0958d2f6 restoring CMAKE_REQUIRED_FLAGS after messing with it 2012-04-04 13:49:21 +02:00
Ronan Collobert
22b4a62161 restoring CMAKE_REQUIRED_FLAGS after messing with it 2012-04-04 13:49:21 +02:00
Ronan Collobert
4723cff696 corrected stuff related to print(...) overriding 2012-04-03 18:49:20 +02:00
Arnaud Chauveur
dfb4c913a8 Add NEON assembly routine for ARM processor 2012-03-29 11:12:05 -05:00