- 19 2月, 2012 2 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Both BLAS and Numpy were trying to be too clever, BLAS by wanting a pointer to the beginning of the memory chunk (even if it will start from the end, and Numpy by providing a pointer to the first element, that is at the end of the memory buffer.
-
- 18 2月, 2012 2 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
PyArray_GETCONTINUOUS considers 0-sized arrays as contiguous, even if they have negative strides on the 0-length dimension for instance, which confuses BLAS.
-
- 17 2月, 2012 1 次提交
-
-
由 Pascal Lamblin 提交于
And it seems a good idea, since several are failing...
-
- 15 2月, 2012 7 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 14 2月, 2012 16 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
It should now support matrices with negative strides, and non-unit strides in general, by making a copy in the appropriate cases.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Also allow f-contiguous mat in Gpu sger.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Instead of just crashing the program.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
This enables calling CudaNdarray_Copy on a const CudaNdarray*, which was previously impossible.
-
由 Pascal Lamblin 提交于
It is an error in recent versions of Vim.
-
- 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 8 次提交
-
-
由 Olivier Delalleau 提交于
pep8 fix + added verbose exception
-
由 goodfeli 提交于
Small fixes
-
由 nouiz 提交于
Add shape inference for sparse/basic.py Ops
-
由 Olivier Delalleau 提交于
A few PEP8 fixes, string formatting and cosmetic stuff.
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-
由 David Warde-Farley 提交于
-