- 29 3月, 2013 8 次提交
-
-
由 nouiz 提交于
No warning if g++ does not support -march=native
-
由 Pascal Lamblin 提交于
Instead of detecting llvm, we try to use -march=native, which is more general.
-
由 nouiz 提交于
Fix C code of GpuDownsampleFactorMaxGrad.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Use safe_new(x) instead of x.type() in scan grad.
-
由 lamblin 提交于
Simpler graphs for canonical slices
-
由 Pascal Lamblin 提交于
This copies the test_value, making possible to use a test value for sequences. Add test.
-
- 27 3月, 2013 9 次提交
-
-
由 nouiz 提交于
Compute hash on whole source file
-
由 nouiz 提交于
Fix insertion of -arch=... when compiling with nvcc
-
由 nouiz 提交于
Minor fixes
-
由 Olivier Delalleau 提交于
Fixes gh-1306
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Pascal Lamblin 提交于
It used to be inserted only for the first Op after GPU initialization.
-
由 Pascal Lamblin 提交于
It was causing errors when running with cuda-memcheck, or when running on Mac OS X.
-
由 Pascal Lamblin 提交于
-
- 26 3月, 2013 2 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
including support code, in dynamic modules.
-
- 25 3月, 2013 1 次提交
-
-
由 Olivier Delalleau 提交于
-
- 24 3月, 2013 3 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
* When `step` is 1 and either `start` or `stop` is a boundary, the canonical representation of `slice(start, stop, step)` is now simpler * Other simplifications in the more general case when `step` is a constant * Fixed crash when calling `get_scalar_constant_value()` on a numpy array. * Ensure that start <= stop in canonical slice representations, which makes it easier to compute their length.
-
- 23 3月, 2013 6 次提交
-
-
由 nouiz 提交于
Fix ConstructSparseFromList.infer_shape
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Now, the first argument contains the shape itself, so we should use its value, not its shape.
-
由 lamblin 提交于
Fixes
-
由 lamblin 提交于
Add assert in make_node
-
- 22 3月, 2013 5 次提交
- 21 3月, 2013 6 次提交
-
-
由 Razvan Pascanu 提交于
-
由 nouiz 提交于
Fix bug in erfinv GPU optimization
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Check Python long are OK iff they fit in int64
-
由 Pascal Lamblin 提交于
-