- 09 2月, 2013 15 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
Needed for the ShapeFeature in later commit.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
This solves a problem uncovered by the previous commit: a variable with an ndim field could be replaced by a Variable without one.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
dimensions that are broadcastable. Also, a small modif to make those assert always work. Add a test for this. This caused a crahs in the optimizer, as in one case, we didn't know the shape was broadcastable by that path.
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
- 08 2月, 2013 4 次提交
-
-
由 nouiz 提交于
Cast indices to intp rather than intc.
-
由 abalkin 提交于
The intent was correctly described in the comment - to cast to int32 on 32-bit machines and to int64 on 64-bit. However, numpy.intc is not correct type to achieve that because it has the size of C int and is 32-bit always. The correct type is numpy.intp which is defined as "large enough to fit a pointer." See http://docs.scipy.org/doc/numpy/reference/arrays.scalars.html .
-
由 nouiz 提交于
Make compile_str able to compile a lib that is not a Python module
-
由 Pascal Lamblin 提交于
-
- 07 2月, 2013 10 次提交
-
-
由 Ian Goodfellow 提交于
Added a verbosity flag to device_malloc.
-
由 Pascal Lamblin 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 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 1 次提交
-
-
由 Frederic 提交于
-