- 27 1月, 2012 1 次提交
-
-
由 Pascal Lamblin 提交于
-
- 26 1月, 2012 24 次提交
-
-
由 nouiz 提交于
more helpful error to catch symbolic shape vecs in infer_shape
-
由 David Warde-Farley 提交于
Add warning for bug in Numpy <= 1.6.1.
-
由 Pascal Lamblin 提交于
When using numpy's advanced indexing on huge arrays (2**32 elements or more), Numpy <= 1.6.1 has a bug where the resulting array is not properly filled. We emit a warning in those cases.
-
由 James Bergstra 提交于
-
由 nouiz 提交于
Use C code for Alloc of broadcasted scalar
-
由 Pascal Lamblin 提交于
-
由 nouiz 提交于
Fix blas tests
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
-
由 James Bergstra 提交于
-
由 nouiz 提交于
C code for integer division
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Razvan Pascanu 提交于
Minor stuff Thanks Olivier :) Is great to have someone like you involved in the project, that is able to notice and fix all the small details.
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
-
由 James Bergstra 提交于
additions and improvements to blas on both CPU and GPU (including GEMV, GER in blas_c)
-
由 Olivier Delalleau 提交于
-
由 Olivier Delalleau 提交于
Remaining scan errors
-
由 Frederic 提交于
We should use optimization tags to enable, disable them. This also could cause problem on test in case there is a bug, teardown would not be executed per James comments.
-
- 25 1月, 2012 15 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Frederic 提交于
-
由 Razvan Pascanu 提交于
It seems that even the last fix of the generated random numbers didn't do the trick. The reason being same numeric instability. I've change the operation to a sum, which, if you apply it recursevly is less problematic then multiplying numbers
-
由 Frederic 提交于
-
由 Razvan Pascanu 提交于
-
由 nouiz 提交于
Fixed crash at exit time if cache was deleted
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Olivier Delalleau 提交于
-
由 nouiz 提交于
Fixed some tests broken due to exception verbosity
-
由 Olivier Delalleau 提交于
-
由 Pascal Lamblin 提交于
Also use textwrap.dedent to avoid adding indentation to the final C code.
-
由 Razvan Pascanu 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-