1. 25 7月, 2011 5 次提交
    • Razvan Pascanu's avatar
      removed comment lines · 667104c4
      Razvan Pascanu 提交于
      667104c4
    • Razvan Pascanu's avatar
      rewrote implementation that merges scan ops · f1670422
      Razvan Pascanu 提交于
      The old implementation used to result in stochastic order error in
      debugmode. After many attempts to solve it, I decided that it would be
      better and faster just to rewrite it. This new implementation does not
      suffer from any bug (i.e. all tests pass in debug mode).
      f1670422
    • Razvan Pascanu's avatar
      rename perform to execute · 9c6da45e
      Razvan Pascanu 提交于
      as Pascal suggested we should make it clear that scan doesn't have a normal
      perform anymore, and that one needs to use make_thunk.
      9c6da45e
    • Razvan Pascanu's avatar
      functions that return the different kind of arguments of scan · 917ce99d
      Razvan Pascanu 提交于
      After talking to Pascal we decided that having this kind of funcion can be
      quite useful, such that not every optimization does this splitting over and
      over again ( it is really easy to have bugs by either messing up the order
      or the count).
      917ce99d
    • Razvan Pascanu's avatar
      Add the id even on short names · 35dabf14
      Razvan Pascanu 提交于
      I think this commit got reverted ( I'm not sure when and why). Without it
      graphs produced with pydotprint might be extremely misleading.
      35dabf14
  2. 24 7月, 2011 6 次提交
  3. 23 7月, 2011 29 次提交