- 18 4月, 2012 9 次提交
-
-
由 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 提交于
-
由 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 提交于
-
- 16 4月, 2012 1 次提交
-
-
由 nouiz 提交于
Disable ConvOp grad when subsampling is not 1 or 2
-
- 13 4月, 2012 1 次提交
-
-
由 Pascal Lamblin 提交于
Subsampling seems to work with 1 and 2, but gives incorrect results for (3, 3) and (1, 3).
-
- 12 4月, 2012 5 次提交
-
-
由 Olivier Delalleau 提交于
Fixes to argsort when axis is None.
-
由 David Warde-Farley 提交于
Set stride to 0 on length-1 dimension in subtensor
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
If a CudaNdarray has the right shape to be used as storage for a broadcastable Variable, its stride should be 0. Closes gh-597.
-
- 06 4月, 2012 2 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 05 4月, 2012 9 次提交
-
-
由 lamblin 提交于
C code cache version
-
由 lamblin 提交于
Added tests to check that we free all intermediate results on the gpu.
-
由 lamblin 提交于
Instructions for manual Win 64 installation
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
This is needed to be able to version the CURAND op and all other op that have a generic in its input.
-
由 Frederic 提交于
This is needed to cache the c code.
-
由 Frederic 提交于
-
- 04 4月, 2012 12 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 lamblin 提交于
Test fix
-
由 nouiz 提交于
Make CLinker use preallocated output memory
-
由 Frederic 提交于
-
由 Frederic 提交于
Commented pycuda example that use the pycuda elemwise generator is it work only with old version of pycuda.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Olivier Delalleau 提交于
-