- 20 4月, 2012 4 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
- 19 4月, 2012 9 次提交
-
-
由 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 26 次提交
-
-
由 nouiz 提交于
Add MergeOptimizer in canonicalize phase
-
由 Frederic 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
config.blah should not be used as a default argument as the values can change during execution, but default arguments are only evaluated at function definition time. The correct idiom is to use a sentinel value such as None and then check for it, and read out the config value in the function body.
-
由 David Warde-Farley 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
All the boiller plate code to allow using the run time maximum number of theads on the dimensions 0 of gpu block of threads.
-
由 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 提交于
-