- 22 2月, 2012 2 次提交
- 21 2月, 2012 24 次提交
-
-
由 lamblin 提交于
Fixed circular import issue
-
由 Olivier Delalleau 提交于
Sorry, I should have tested more thoroughly this stuff with GPU before pushing it :/
-
由 nouiz 提交于
Fix tolerance in Usmm test.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Added missing import
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
Fix when forcing cuda to be disabled
-
由 nouiz 提交于
Fixes for Python 2.4
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
The GpuOp class must be available even when Cuda is disabled (e.g. by forcing cuda_available = False). Otherwise some tests fail. This commit moves the definition of GpuOp directly into cuda/__init__.py so that it works.
-
由 nouiz 提交于
Minor fixes
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Update NEWS.txt
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Make blas functions work with all stride patterns
-
由 nouiz 提交于
Fix dtype in sparse test.
-
由 Pascal Lamblin 提交于
-
由 Olivier Delalleau 提交于
Mixed changes
-
由 Pascal Lamblin 提交于
-
由 Frederic 提交于
-
由 Pascal Lamblin 提交于
-
由 lamblin 提交于
Test nvidia driver
-
- 20 2月, 2012 7 次提交
- 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 5 次提交
-
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 Frederic 提交于
-
由 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.
-