- 07 2月, 2013 6 次提交
-
-
由 lamblin 提交于
Fix cachelock
-
由 Frederic 提交于
Set the file in the compiledir, not the case. Some user set the compiledir directly, not the base_compiledir and this make that sometimes, the base_compiledir isn't working.
-
由 Frederic 提交于
It is a todo to find a better fix, but to don't cause probleme, here is a work around.
-
由 nouiz 提交于
Shorter error
-
由 Ian Goodfellow 提交于
-
由 Ian Goodfellow 提交于
-
- 06 2月, 2013 10 次提交
-
-
由 lamblin 提交于
Minor fixes
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
Make sure preallocated output is contiguous before using it
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
Take the compiledir lock only if the op generate c code.
-
- 05 2月, 2013 7 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 nouiz 提交于
Make check_preallocated_output work on fct outputs
-
由 Pascal Lamblin 提交于
Also set Python Exceptions before failing.
-
由 lamblin 提交于
grad method for GpuContiguous
-
由 nouiz 提交于
fix a NotScalarConstantError issue
-
由 Ian Goodfellow 提交于
-
- 03 2月, 2013 1 次提交
-
-
由 Ian Goodfellow 提交于
Add test for when b is not constant
-
- 02 2月, 2013 7 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
To be able to use negative offsets in indexing, threadIdx.x (and y) should be cast to signed int.
-
由 nouiz 提交于
Issue #1193: Fixed theano-nose --batch.
-
由 abalkin 提交于
-
由 Pascal Lamblin 提交于
It may be slower than allocated new memory and calling memset, but if that non-contiguous memory was provided, it is probable that the output will end up being copied into that non-contiguous memory, and that would be even slower.
-
- 01 2月, 2013 3 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
WIP: fix compilation problem for GPU on windows.
-
- 31 1月, 2013 6 次提交
-
-
由 nouiz 提交于
Small fixes for Python 2.4
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Revert "Fix error in EPD when using Python from C"
-
由 Pascal Lamblin 提交于
This reverts commit 962d3b2d.
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Fix error in EPD when using Python from C
-