1. 09 Jan, 2018 1 commit
  2. 08 Jan, 2018 2 commits
  3. 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
  4. 04 Jan, 2018 2 commits
  5. 03 Jan, 2018 3 commits
  6. 02 Jan, 2018 1 commit
  7. 31 Dec, 2017 2 commits
  8. 29 Dec, 2017 3 commits
  9. 27 Dec, 2017 3 commits
  10. 26 Dec, 2017 2 commits
  11. 25 Dec, 2017 1 commit
  12. 24 Dec, 2017 3 commits
  13. 23 Dec, 2017 3 commits
  14. 22 Dec, 2017 1 commit
  15. 19 Dec, 2017 1 commit
  16. 17 Dec, 2017 1 commit
  17. 16 Dec, 2017 1 commit
  18. 15 Dec, 2017 1 commit
  19. 13 Dec, 2017 2 commits
  20. 11 Dec, 2017 2 commits
  21. 07 Dec, 2017 1 commit
  22. 05 Dec, 2017 1 commit
    • Port build_module.py to C++ (#667) · 17e7e3d5
      * Port build_module.py to C++
      
      * Fix lint errors
      
      * Fix more lint errors
      
      * Fix more lint errors
      
      * Fix more lint errors
      
      * Fix build error
      
      * Implemented style fixes
      
      * Fix lint errors
      
      * Added function to construct target from string
      lower now returns array
      
      * Fix lint error
      
      * Implemented review changes - style & Target options -> std::vector
      
      * Fixed lint, argument alignment and added unit test
      
      * Changed test to target LLVM, fixed sign compare warnings
      
      * Reverted unit test to CUDA, changed Jenkinsfile to enable GPU for C++ tests
      
      * Slight change to Jenkinsfile
      
      * Changed build_module test from CUDA to LLVM
      
      * Added function var() to construct a Var instance.
      Changed implementation of LLVMEnabled()
      
      * Reverted Jenkinsfile
      alex-weaver committed
  23. 04 Dec, 2017 2 commits