- 15 5月, 2012 6 次提交
- 12 5月, 2012 1 次提交
-
-
由 Frederic 提交于
-
- 11 5月, 2012 10 次提交
-
-
由 lamblin 提交于
in {zeros,ones}_like, don't insert fill for scalar. -
由 lamblin 提交于
Fix tests error when scipy is not there
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 nouiz 提交于
Improved testing of preallocated outputs in DebugMode
-
由 Razvan Pascanu 提交于
Fix a Scan test. It is normal both scan got merged.
-
由 Frederic 提交于
-
- 10 5月, 2012 11 次提交
-
-
由 Frederic 提交于
This make the graph before compilation and when compiled with FAST_COMPILE more readable. This was optimized away to local_fill_to_alloc, but if we enable it in fast_compile, it also do more optimisation that make the graph not readable without enabling even more optimization in fast_compile.s
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
This reflects the fact that the C linker is not necessarily the problem, and that this exception is also raised when different calls to the same thunk (for instance, with different preallocated outputs) give different results.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
Also, do not return a preallocated map it if is empty, and fill "previous" storage with default value.
-
由 Pascal Lamblin 提交于
Otherwise, we have to allocate 2**ndims times the amount of memory, and 2**4 seems enough. Also, strides 1 and -1 will not be tested independently on the dimensions above 4, their strides will always be all 1 or all -1.
-
由 Pascal Lamblin 提交于
The += syntax is not implemented for dims > 5. Also actually use a tensor of wrong size in "wrong_size" mode.
-
由 Pascal Lamblin 提交于
If an input is viewed, and the corresponding output is destroyed, then it destroys the input. There would be ways to be more precise, but at least this is correct.
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 08 5月, 2012 3 次提交
- 07 5月, 2012 1 次提交
-
-
由 nouiz 提交于
Fix scan debugmode
-
- 06 5月, 2012 8 次提交
-
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 nouiz 提交于
Fix scan debugmode
-
由 Razvan Pascanu 提交于
destroy_map is not always defined for a scan op.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-