1. 24 4月, 2012 3 次提交
    • Razvan Pascanu's avatar
      fix bug of __str__ · f1b4a568
      Razvan Pascanu 提交于
      If you try to call __str__ before compiling the function the destroy_map
      attribute might not exist.
      f1b4a568
    • Razvan Pascanu's avatar
      test that you can have only some outputs inplace · b6613813
      Razvan Pascanu 提交于
      b6613813
    • Razvan Pascanu's avatar
      More sane inplace optimization · ed415454
      Razvan Pascanu 提交于
      The optimization before was all or nothing, which is a bad compromise for
      scan. This new optimization tries to work in place on each outputs, and
      keeps only those for which it can. This way you do not get your entire op to
      be non-inplace because of a single output that can not be computed inplace.
      ed415454
  2. 18 4月, 2012 6 次提交
  3. 17 4月, 2012 1 次提交
  4. 16 4月, 2012 1 次提交
  5. 13 4月, 2012 1 次提交
  6. 12 4月, 2012 5 次提交
  7. 06 4月, 2012 2 次提交
  8. 05 4月, 2012 13 次提交
  9. 04 4月, 2012 8 次提交