- 04 5月, 2011 2 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Razvan Pascanu 提交于
later harder ( we would need to check if two scan have the same mode_instance class or the same instance when we decide to merge??)
-
- 03 5月, 2011 6 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
So if tall c code is already compiled, we don't take it!
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
'Fix test in DebugMode. We don't implement optimization with the borrow flag on output in DebugMode.'
-
- 02 5月, 2011 4 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
由 Olivier Delalleau 提交于
-
- 30 4月, 2011 4 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 29 4月, 2011 2 次提交
-
-
由 Frederic Bastien 提交于
-
由 Frederic Bastien 提交于
-
- 28 4月, 2011 1 次提交
-
-
由 Philippe Hamel 提交于
-
- 27 4月, 2011 5 次提交
-
-
由 Frederic Bastien 提交于
-
由 Razvan Pascanu 提交于
I've also make the documentation more clear on the actual behaviour of n_steps.
-
由 Razvan Pascanu 提交于
incorrect 'n_steps' to scan.
-
由 Razvan Pascanu 提交于
steps, scan does that number of steps or raises an error ( i.e. it does not check the length of the sequences and pick the largest number of steps). It makes things more optimizable, in terms of scan mergings. It is also logical, if you provided the number of steps, you do expect those number of steps to be executed. I might need to check documentation to make sure it is in sync with scan.
-
由 Frederic Bastien 提交于
-
- 26 4月, 2011 5 次提交
-
-
由 Razvan Pascanu 提交于
calls the linker directly).
-
由 Razvan Pascanu 提交于
inner function, without creating a special type of function. This reduced understanding complexity, but also reduced a potential source of bugs ( when unpickling, or having alias outputs). I also added a new test for the bug Arnaud discovered, which this fix also adresses in a more broad way.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
code that used to set mutable to true will issue a warning without this fix, because you can not have mutable True and borrow False (default value). Getting that warning when you only set mutable but not borrow seems very annoying and unneccessary.
-
由 Razvan Pascanu 提交于
gonna get used but why not)
-
- 25 4月, 2011 3 次提交
-
-
由 Razvan Pascanu 提交于
sync with In.
-
由 Razvan Pascanu 提交于
-
由 Razvan Pascanu 提交于
-
- 24 4月, 2011 2 次提交
-
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-
- 23 4月, 2011 3 次提交
-
-
由 Razvan Pascanu 提交于
inserting view_op, a inplace version of deep_copy_op).
-
由 Razvan Pascanu 提交于
-
由 Olivier Delalleau 提交于
-
- 22 4月, 2011 3 次提交
-
-
由 Olivier Delalleau 提交于
-
由 Pascal Lamblin 提交于
-
由 Pascal Lamblin 提交于
-