- 14 4月, 2010 7 次提交
-
-
由 James Bergstra 提交于
-
由 James Bergstra 提交于
-
由 Frederic Bastien 提交于
It was putting into the same profile the time taked inside the scan op to the sacn op AND into the individual op. Now make multiple profiler instance to split them.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
make shared constructor for scalar respect floatX and make test that tensor shared constructor respects it.
-
由 Frederic Bastien 提交于
This is done to don't insert Rerebroadcast op that do nothing after those optimization are applied. This happen with GpuJoin.
-
- 13 4月, 2010 8 次提交
-
-
由 fsavard 提交于
-
由 fsavard 提交于
-
由 fsavard 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 fsavard 提交于
-
由 fsavard 提交于
-
- 12 4月, 2010 4 次提交
-
-
由 fsavard 提交于
-
由 fsavard 提交于
-
由 Frederic Bastien 提交于
make the api of the cuda shared variable constructor similar to the tensor shared variable constructor.
-
由 fsavard 提交于
Added checks around call to CopyFromCudaNdarray in setitem, and added Equal method for comparing CudaNdarrays in C code
-
- 10 4月, 2010 10 次提交
-
-
由 fsavard 提交于
-
由 fsavard 提交于
Added a few things to support GpuJoin: a ZerosWithPattern method to cuda_ndarray, and a slight refactoring of Join(Op) to inherit from this class in GpuJoin. And added GpuJoin itself. And a few unit tests for it.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Razvan Pascanu 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
numpy define the fct maximum and mininum as doing elemwise max and min. We have the theano.tensor.{largest, smallest} that did that but with more op. That make the graph harder to read. We will probably map largest and smallest to the new fct in the futur after time show they are good. -
由 Frederic Bastien 提交于
-
- 09 4月, 2010 11 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 fsavard 提交于
Added setitem for CudaNdarray based on suggestions from Fred. Can only assign another CudaNdarray, and no support for broadcast in assignment, for the moment.
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-