1. 15 Apr, 2017 3 commits
  2. 13 Apr, 2017 1 commit
  3. 11 Apr, 2017 1 commit
  4. 10 Apr, 2017 2 commits
  5. 09 Apr, 2017 2 commits
  6. 02 Apr, 2017 1 commit
  7. 01 Apr, 2017 1 commit
  8. 29 Mar, 2017 1 commit
  9. 27 Mar, 2017 1 commit
  10. 26 Mar, 2017 3 commits
  11. 17 Mar, 2017 1 commit
  12. 14 Mar, 2017 2 commits
  13. 12 Mar, 2017 2 commits
  14. 07 Mar, 2017 1 commit
  15. 05 Mar, 2017 1 commit
  16. 04 Mar, 2017 1 commit
    • [PASS]LoopPartition (#56) · c8ebfbe3
      * loop_partition draft
      
      * divide loop variable into constant domain and variable domain & consider multiple partitions
      
      * process doubt interval
      
      * fix and refactor, add relax_map arg in BoundDeduce
      
      * fix testcase and comment
      
      * rebase to zero, convert to SSA
      
      * change the logic of generating loop code & fix issues
      
      * add a testcase for relax map in deducebound && fix issues
      
      * clean code
      
      * const auto&
      
      * add test_multi_if
      Ziheng Jiang committed
  17. 03 Mar, 2017 1 commit
  18. 02 Mar, 2017 1 commit
  19. 01 Mar, 2017 2 commits
  20. 27 Feb, 2017 1 commit
  21. 26 Feb, 2017 3 commits
  22. 24 Feb, 2017 1 commit
  23. 22 Feb, 2017 1 commit
  24. 21 Feb, 2017 1 commit
  25. 20 Feb, 2017 1 commit
  26. 17 Feb, 2017 2 commits
    • [ARITH] DeduceBound (#40) · 5198c100
      * [PYTHON/API] Add compare and logic build-in op for Expr
      
      * remove 'and', 'or'
      
      * add deducer
      
      * [WIP] bound_deducer.cc
      
      * move IntervalSet and StrideSet into int_set_internal.h
      
      * add multiple failure for VariablePathFinder, add EvalSign
      
      * consider round in deduce, add success flag
      
      * remove Visit_(Div)
      
      * add comment, update HalideIR
      
      * expose intset to python
      
      * check the sign of every expr
      
      * set return type as ExprSignType
      
      * fine tune
      
      * add min & max python api for interval set
      
      * support for conditional expr
      
      * refactor test
      
      * add checker for BoundDeducer
      
      * add python check test
      
      * fix
      
      * fix
      
      * change range to interval; remove converter
      
      * remove converter declaration
      
      * remove int_set_internal.h
      Ziheng Jiang committed
  27. 14 Feb, 2017 1 commit
  28. 12 Feb, 2017 1 commit