- 09 6月, 2012 1 次提交
-
-
由 Razvan Pascanu 提交于
When running on GPU, and constructing the list of inputs, they might not end up on the right device (i.e. the input is on gpu instead of cpu or the other way around). The simple fix is just to filter the arguments.
-
- 26 4月, 2012 5 次提交
- 25 4月, 2012 7 次提交
-
-
由 Olivier Delalleau 提交于
fix clear_unversioned. When there is no key file, we should use the comp...
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 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 提交于
-
- 21 4月, 2012 1 次提交
-
-
由 Frederic 提交于
fix clear_unversioned. When there is no key file, we should use the compiled module to check the time. As we check access time, we won't delete them as we update the access time of the directory when we list it. It was working fine when we used the modification time.
-
- 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 1 次提交
-
-
由 Frederic 提交于
-