Skip to content
Snippets Groups Projects
  1. May 08, 2017
  2. May 04, 2017
  3. May 02, 2017
  4. Apr 30, 2017
  5. Apr 27, 2017
  6. Apr 26, 2017
    • ziheng's avatar
      [LANG] CommReducer (#103) · 26d91985
      ziheng authored
      * [LANG] CommReducer
      
      * Reorganize c_api
      
      * Remove InitValue and Combine; refactor Functor
      
      * Make CommReducer an Expr
      
      * Make comm_reducer type independent
      
      * Make CommReducerNode a Node
      
      * Small fix
      
      * Refine
      
      * Refine front api; add integration testcases for min/max
      
      * Fix python
      
      * Refine
      
      * Fix lint and add example
      26d91985
  7. Apr 25, 2017
  8. Apr 22, 2017
  9. Apr 21, 2017
  10. Apr 20, 2017
  11. Apr 18, 2017
  12. Apr 16, 2017
  13. Apr 09, 2017
  14. Apr 01, 2017
  15. Mar 29, 2017
  16. Mar 26, 2017
  17. Mar 14, 2017
  18. Mar 12, 2017
  19. Mar 05, 2017
  20. 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
  21. Mar 01, 2017
  22. Feb 26, 2017
  23. Feb 24, 2017
  24. Feb 22, 2017
  25. Feb 20, 2017
  26. 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
  27. Feb 14, 2017
  28. Feb 11, 2017
  29. Feb 09, 2017
  30. Feb 07, 2017
  31. Feb 05, 2017
  32. Feb 04, 2017
  33. Feb 02, 2017
Loading