- 25 4月, 2012 2 次提交
-
-
由 Frederic 提交于
-
由 David Warde-Farley 提交于
Install documentation for CentOS
-
- 24 4月, 2012 12 次提交
-
-
由 nouiz 提交于
Better inplace scan3
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 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.
-
由 Frederic 提交于
-
由 nouiz 提交于
Fixes to CentOS instructions, etc.
-
由 David Warde-Farley 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 20 4月, 2012 13 次提交
-
-
由 David Warde-Farley 提交于
use keyword argument for readability.
-
由 Frederic 提交于
-
由 lamblin 提交于
Gpu conv faster
-
由 nouiz 提交于
bugfix gradient of csm_properties
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 nouiz 提交于
Minor stuff (including a fix for a bug recently introduced)
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Frederic 提交于
-
- 19 4月, 2012 10 次提交
-
-
由 Frederic 提交于
-
由 nouiz 提交于
Merge feature (rebased)
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Replacement for equivalent nodes and constants are now queued when the graph is modified, through the MergeFeature, and processed when the optimization is applied. This means that appling the MergeOptimization when there is nothing to be merged is now almost instantaneous, even for big graphs. It is also faster when lots of nodes have to be merged (empirical 40 % speed-up for a graph with ~ 5000 nodes).
-
由 lamblin 提交于
Default argument fix
-
由 lamblin 提交于
Gpu conv faster
-
- 18 4月, 2012 3 次提交
-
-
由 nouiz 提交于
Add MergeOptimizer in canonicalize phase
-
由 Frederic 提交于
-
由 David Warde-Farley 提交于
-