- 24 4月, 2012 3 次提交
-
-
由 Razvan Pascanu 提交于
If you try to call __str__ before compiling the function the destroy_map attribute might not exist.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
The optimization before was all or nothing, which is a bad compromise for scan. This new optimization tries to work in place on each outputs, and keeps only those for which it can. This way you do not get your entire op to be non-inplace because of a single output that can not be computed inplace.
-
- 18 4月, 2012 6 次提交
-
-
由 nouiz 提交于
Add MergeOptimizer in canonicalize phase
-
由 nouiz 提交于
Fix advanced indexing with constants (not variables)
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Closes gh-607
-
由 lamblin 提交于
fix test in float32, but also check float64 at the same time.
-
- 17 4月, 2012 1 次提交
-
-
由 Frederic 提交于
-
- 16 4月, 2012 1 次提交
-
-
由 nouiz 提交于
Disable ConvOp grad when subsampling is not 1 or 2
-
- 13 4月, 2012 1 次提交
-
-
由 Pascal Lamblin 提交于
Subsampling seems to work with 1 and 2, but gives incorrect results for (3, 3) and (1, 3).
-
- 12 4月, 2012 5 次提交
-
-
由 Olivier Delalleau 提交于
Fixes to argsort when axis is None.
-
由 David Warde-Farley 提交于
Set stride to 0 on length-1 dimension in subtensor
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
If a CudaNdarray has the right shape to be used as storage for a broadcastable Variable, its stride should be 0. Closes gh-597.
-
- 06 4月, 2012 2 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 05 4月, 2012 13 次提交
-
-
由 lamblin 提交于
C code cache version
-
由 lamblin 提交于
Added tests to check that we free all intermediate results on the gpu.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
This makes it easier to do some simplifications.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Like config.time_seq_optimizer, prints timing information on EquilibriumOptimizer. Also change a little bit how config.time_seq_optimizer prints some informations.
-
由 lamblin 提交于
Instructions for manual Win 64 installation
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
This is needed to be able to version the CURAND op and all other op that have a generic in its input.
-
由 Frederic 提交于
This is needed to cache the c code.
-
由 Frederic 提交于
-
- 04 4月, 2012 8 次提交