- 17 2月, 2012 4 次提交
-
-
由 nouiz 提交于
Fix dtype of input value in test_diag
-
由 Pascal Lamblin 提交于
Since csc_matrix's default dtype is floatX, the numpy value needs to have a compatible dtype.
-
由 Pascal Lamblin 提交于
-
由 Olivier Delalleau 提交于
Do not constant-fold Alloc if it is the output
-
- 16 2月, 2012 14 次提交
-
-
由 lamblin 提交于
Finished DOC/TEST/REVIEW sparse Diag Op
-
由 Grégoire 提交于
Fix test_diag_grad to work with verify_grad
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Also fix an optimization bug in that case.
-
由 nouiz 提交于
Fix perform of structureddot_grad with dense grad
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Include "canonicalize" in tests for shape opt.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Fix comparison of "borrow" flag.
-
- 15 2月, 2012 4 次提交
-
-
由 Pascal Lamblin 提交于
This was causing lots of warnings to print in the buildbot. The error was introduced during a seemingly innocent PEP8 fix.
-
由 Grégoire 提交于
-
由 Olivier Delalleau 提交于
Update code for mean's dtype after code review
-
由 nouiz 提交于
Miscellaneous documentation updates
-
- 14 2月, 2012 11 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Olivier Delalleau 提交于
Remove duplicated code.
-
由 Pascal Lamblin 提交于
This seems like the result of a bad merge.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Fixed crash with Composite support code and GPU
-
由 Olivier Delalleau 提交于
The problem was that when a Composite Op had a Composite subnode, having the subnode return an empty support code would cause the parent node to return '\n' as support code. As a result, GPU code generation would crash due to non-empty support code. Thanks to Fred for writing the associated test.
-
- 10 2月, 2012 4 次提交
-
-
由 Olivier Delalleau 提交于
Make a machanism to don't have Alloc and GpuAlloc constant folded in som...
-
由 Olivier Delalleau 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 08 2月, 2012 3 次提交
-
-
由 Olivier Delalleau 提交于
pep8 fix + added verbose exception
-
由 goodfeli 提交于
Small fixes
-
由 nouiz 提交于
Add shape inference for sparse/basic.py Ops
-