Skip to content
Snippets Groups Projects
  1. Mar 04, 2017
    • Ziheng Jiang's avatar
      [PASS]LoopPartition (#56) · c8ebfbe3
      Ziheng Jiang authored
      * 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
      c8ebfbe3
  2. Mar 03, 2017
  3. Mar 02, 2017
  4. Mar 01, 2017
  5. Feb 27, 2017
  6. Feb 26, 2017
  7. Feb 24, 2017
  8. Feb 22, 2017
  9. Feb 21, 2017
  10. Feb 20, 2017
  11. Feb 17, 2017
    • Ziheng Jiang's avatar
      [ARITH] DeduceBound (#40) · 5198c100
      Ziheng Jiang authored
      * [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
      5198c100
    • Tianqi Chen's avatar
  12. Feb 14, 2017
  13. Feb 12, 2017
  14. Feb 11, 2017
  15. Feb 10, 2017
  16. Feb 09, 2017
  17. Feb 07, 2017
  18. Feb 05, 2017
  19. Feb 04, 2017
  20. Feb 02, 2017
  21. Jan 31, 2017
  22. Jan 29, 2017
  23. Jan 25, 2017
  24. Jan 24, 2017
  25. Jan 23, 2017
  26. Jan 20, 2017
  27. Jan 19, 2017
  28. Jan 18, 2017
Loading