1. 21 Jan, 2018 1 commit
  2. 20 Jan, 2018 2 commits
  3. 19 Jan, 2018 3 commits
  4. 16 Jan, 2018 5 commits
  5. 15 Jan, 2018 2 commits
  6. 12 Jan, 2018 1 commit
  7. 11 Jan, 2018 2 commits
  8. 10 Jan, 2018 1 commit
  9. 09 Jan, 2018 2 commits
  10. 08 Jan, 2018 2 commits
  11. 07 Jan, 2018 1 commit
    • [SCHEDULE]Improve bound deduce for loop partition (#743) (#755) · 9d6dbe34
      * [SCHEDULE]enable partition const loop with build flag (#719)
      
          * enable partition loop with build flag
      
          * add a testcase, and modify LoopPartition related cases
      
      *     * add document for split_const_loop
      
      * [IRbuild]Support automatically Name Loop Variable in IRBuilder (#719)
      
          * add idx_num in class
      
      * using typical index [i, j, k] first, then i_suffix
      
      * keep inputs names
      
      * fix lint
      
      * improve comment of name
      
      * fix lint
      
      * [SCHEDULE]Improve bound deduce for loop partition (#743)
      
          * add divided checking when deducing
      
          * related testcase
      
      * fix
      
      * * transform LE and GE first
      * remove is_equal
      * modify testcase for edge cases checking
      
      * * fix comment
      
      * * fix lint
      
      * * apply transformation form LT -> LE, GT -> GE
      
      * * fix lint
      
      * simplify code and testcase
      
      * add negative co-efficient case
      
      * More complicated cases
      
      * add testcase
      
      * simplify testcase
      
      * comment case for now
      
      * fix testcase
      xqdan committed
  12. 04 Jan, 2018 2 commits
  13. 03 Jan, 2018 3 commits
  14. 02 Jan, 2018 1 commit
  15. 31 Dec, 2017 2 commits
  16. 29 Dec, 2017 3 commits
  17. 27 Dec, 2017 3 commits
  18. 26 Dec, 2017 2 commits
  19. 25 Dec, 2017 1 commit
  20. 24 Dec, 2017 1 commit
    • [ROCM] MIOpen contrib for convolution kernels (#722) · 3b9f1652
      * fist working miopen support
      
      * do FindFwdAlgo during build time
      
      * fix lint
      
      * update doc string
      
      * import topi after checking if rocm is enabled
      
      * add miopen namespace
      
      * fixed descriptor overwrite bug
      
      * add use_miopen option
      
      * fix lint
      
      * better miopen option handling
      
      * fix typo
      
      * fix options handling
      masahi committed