1. 07 Jul, 2017 1 commit
  2. 19 Jun, 2017 1 commit
  3. 16 May, 2017 1 commit
  4. 12 May, 2017 1 commit
  5. 10 May, 2017 1 commit
    • [PASS] Use likely tag & enable LoopPartition by default (#132) · e9debc9b
      * [PASS] Use likely tag & enable LoopPartition by default
      
      * [PASS] Support thread_axis partition
      
      * Take IfThenElse branch method
      
      * [PASS] Insert branch at the innermost thread scope
      
      * [PASS] Select candidates before trying to partition & add test for select
      
      * [PASS] Clean code
      
      * Fix
      
      * Remove print & assert vectorize happens
      ziheng committed
  6. 10 Apr, 2017 1 commit
  7. 05 Mar, 2017 1 commit
  8. 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