- 21 2月, 2012 8 次提交
-
-
由 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.
-
- 17 2月, 2012 12 次提交
-
-
由 Pascal Lamblin 提交于
And it seems a good idea, since several are failing...
-
由 Olivier Delalleau 提交于
Do not repeat a variable in a function's inputs
-
由 lamblin 提交于
Simplified code for In.borrow and Param.borrow
-
由 Pascal Lamblin 提交于
That's the reason why DebugMode was complaining.
-
由 nouiz 提交于
Broadcast input of sparse_from_dense so ndim=2
-
由 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 提交于
-
由 Pascal Lamblin 提交于
-
由 Olivier Delalleau 提交于
Do not constant-fold Alloc if it is the output
-
由 Olivier Delalleau 提交于
Since mutable=True is incompatible with borrow=False, it is better to raise an exception to make sure it's being noticed.
-
- 16 2月, 2012 6 次提交
-
-
由 Pascal Lamblin 提交于
make_node used to crash, now it works. A test detects the problem.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
This makes things easier for shape inference and gradient operations. Also fix broadcasting pattern of the gradient.
-
由 Olivier Delalleau 提交于
This commit simplifies the code so that In.borrow and Param.borrow can only be True or False (not None). It also makes the corresponding code for these two objects more similar. There should be no functional change, it just makes the code easier to understand.
-
由 lamblin 提交于
Finished DOC/TEST/REVIEW sparse Diag Op
-
由 Grégoire 提交于
Fix test_diag_grad to work with verify_grad
-