- 06 2月, 2013 8 次提交
-
-
由 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 7 次提交
-
-
由 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
-
由 Ian Goodfellow 提交于
ignore old bug before Theano 0.5
-
- 30 1月, 2013 7 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
In DebugMode, do not use the no_recycling list when calling the CLinker to build individual thunks, so that output memory can always be re-used, even for outputs of the actual function. This enables check_preallocated_output to work on Ops that compute the function's outputs. This should close gh-1174.
-
由 Olivier Delalleau 提交于
fix syntax error in python 2.4
-
由 Ian Goodfellow 提交于
-