- 14 2月, 2017 1 次提交
-
-
由 Frédéric Bastien 提交于
Merge optimizer 5319
-
- 13 2月, 2017 3 次提交
-
-
由 Frédéric Bastien 提交于
Add C code for CPU and GPU for tensor.Split op.
-
由 Pascal Lamblin 提交于
Fix gpu integers in scan.
-
由 Pascal Lamblin 提交于
validate numpy1.12 compatibility changes
-
- 12 2月, 2017 1 次提交
-
-
由 Pascal Lamblin 提交于
-
- 11 2月, 2017 18 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
casting to int could lead to issues in the following case: - 64-bit Windows - python 2 - shape bigger than 2**31 In that case, int would be 32-bit, but shapes could be bigger and stored in long.
-
由 Pascal Lamblin 提交于
-
由 Chinnadhurai Sankar 提交于
-
由 Pascal Lamblin 提交于
Fix CAReduce.c_code_cache_version_apply Calling `append` on a tuple raised AttributeError, which was mistaken for a missing `c_code...` function altogether, and the version was ignored.
-
由 Pascal Lamblin 提交于
-
由 Chinnadhurai Sankar 提交于
-
由 Chinnadhurai Sankar 提交于
-
由 Chinnadhurai Sankar 提交于
-
由 Chinnadhurai Sankar 提交于
-
由 Chinnadhurai Sankar 提交于
-
由 Chinnadhurai Sankar 提交于
-
由 Chinnadhurai Sankar 提交于
-
由 Chinnadhurai Sankar 提交于
-
由 Chinnadhurai Sankar 提交于
-
由 notoraptor 提交于
Done in both CPU and GPU code.
-
由 Frédéric Bastien 提交于
Speed up one scan opt
-
由 Frédéric Bastien 提交于
Mixed
-
- 10 2月, 2017 8 次提交
-
-
由 Frédéric Bastien 提交于
Typo in sharedvalue.py
-
由 Mathieu Germain 提交于
* Added missing softsign import * Update __init__.py
-
由 Arnaud Bergeron 提交于
-
由 Fuchai 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Arnaud Bergeron 提交于
-
由 notoraptor 提交于
+ some other code updates.
-
- 09 2月, 2017 8 次提交
-
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 Arnaud Bergeron 提交于
-
由 notoraptor 提交于
-
由 Frédéric Bastien 提交于
clarify error message.
-
由 notoraptor 提交于
Update. The GPU code does not more use `GpuArray_move` as this function seems to be too slow when copied data are not contiguous. Now basic views are created and a view_map is declared for the op (on GPU only).
-
- 08 2月, 2017 1 次提交
-
-
由 Frédéric Bastien 提交于
set jenkins PR c_cache TTL to 7 days
-