Skip to content
Snippets Groups Projects
  1. Mar 27, 2017
  2. Mar 26, 2017
  3. Mar 17, 2017
  4. Mar 14, 2017
  5. Mar 12, 2017
  6. Mar 07, 2017
  7. Mar 05, 2017
  8. 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
  9. Mar 03, 2017
  10. Mar 02, 2017
  11. Mar 01, 2017
  12. Feb 27, 2017
  13. Feb 26, 2017
  14. Feb 24, 2017
  15. Feb 22, 2017
  16. Feb 21, 2017
  17. Feb 20, 2017
  18. 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
  19. Feb 14, 2017
  20. Feb 12, 2017
  21. Feb 11, 2017
  22. Feb 10, 2017
  23. Feb 09, 2017
  24. Feb 07, 2017
  25. Feb 05, 2017
  26. Feb 04, 2017
  27. Feb 02, 2017
  28. Jan 31, 2017
Loading