- 06 1月, 2010 1 次提交
-
-
由 Frederic Bastien 提交于
added floatX doc.
-
- 05 1月, 2010 3 次提交
-
-
由 Frederic Bastien 提交于
now when we import theano.sandbox.cuda, we don't register gpu optimization in fast_run and inplace. When we call theano.sandbox.cuda, we add gpu optimizer to fast_run and inplace. This way, they don't get applied when use() is not call.
-
由 Frederic Bastien 提交于
in class DB moved some stuff to a new fct add_tags(name,*tags). This allow to add tag to an optimizer after it have bean registered.
-
由 Pascal Lamblin 提交于
-
- 19 12月, 2009 1 次提交
-
-
由 Frederic Bastien 提交于
make local_gpu_sum raise an exception when the sum pattern is not implemented. It make the optimizer catch this error instead of failing at compile time.
-
- 17 12月, 2009 11 次提交
-
-
由 Frederic Bastien 提交于
added new optimizer InputToGpuOptimizer that transfert the input of a graph on the gpu card when needed. This make the gpu code work when not using shared variables
-
由 Frederic Bastien 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
PermuteRowElements and ARange.
-
由 Pascal Lamblin 提交于
Added test to check for that (gradient included). New definition of inverse_permutation, using PermuteRowElements and ARange Ops instead of InversePermutation Op.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 James Bergstra 提交于
dtype. This avoids annoying compiler warnings during tests.
-
由 James Bergstra 提交于
This causes the conversion tests to pass (now that the code compiles) with recent gcc (on sencha machine in the lab).
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 16 12月, 2009 5 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
implementation.
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 James Bergstra 提交于
-
- 15 12月, 2009 3 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Olivier Delalleau 提交于
-
- 14 12月, 2009 4 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 13 12月, 2009 6 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Fix #236.
-
由 Pascal Lamblin 提交于
-
- 12 12月, 2009 2 次提交
-
-
由 Frederic Bastien 提交于
fix bug with local_gpu_shape. Their is GPUShape that inherit from Shape and it should return the good value.
-
由 Frederic Bastien 提交于
-
- 11 12月, 2009 1 次提交
-
-
由 Pascal Lamblin 提交于
-
- 10 12月, 2009 1 次提交
-
-
由 Frederic Bastien 提交于
cast to/from floatX that are not needed as they don't change the type will not generate an OP. Added test for this.
-
- 09 12月, 2009 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
implemented the new flag THEANO_FLAGS=gpuelemwise.sync that default to True. When false it won't wait for the gpu fct to finish and won't check the return status. cuda/tests pass in debug mode. Should we add a sync at the end of all the theano graph? How to do so?
-