Skip to content
Snippets Groups Projects
  1. Jan 07, 2018
    • xqdan's avatar
      [SCHEDULE]Improve bound deduce for loop partition (#743) (#755) · 9d6dbe34
      xqdan authored
      * [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
      9d6dbe34
  2. Jan 04, 2018
  3. Jan 03, 2018
  4. Jan 02, 2018
    • masahi's avatar
      [CONTRIB] cuBLAS integration (#744) · 3d5032ae
      masahi authored
      * add cublas support
      
      * integrate cublas to topi dense
      
      * add cublas error check
      
      * minor fix
      
      * fix lint
      
      * remove topi import from contrib unittest
      3d5032ae
  5. Dec 31, 2017
  6. Dec 29, 2017
    • xqdan's avatar
      enable partition const loop with build flag (#732) · 5f1816db
      xqdan authored
      * [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
      5f1816db
    • masahi's avatar
      Let CUDNN choose the best algo (#734) · 66fa0c3d
      masahi authored
      * use cudnn findalgo to choose the best algo
      
      * fix lint
      66fa0c3d
    • kun-zh's avatar
      Re-organize the test cases for tensorize. (#736) · f0cdb50e
      kun-zh authored
      * when there is no intrin func, using body for initialization. For issue 714.
      
      * Refine code per review comments, and add a test case.
      
      * Fix lint issues.
      
      * Re-organize the tensorize test cases, and add a new case for none-reset
      mode.
      
      * Fix a typo.
      
      * Delete the unit case because merged it into test_schedule_tensorize.py already.
      f0cdb50e
  7. Dec 27, 2017
  8. Dec 26, 2017
  9. Dec 25, 2017
  10. Dec 24, 2017
  11. Dec 23, 2017
  12. Dec 22, 2017
  13. Dec 19, 2017
    • Salem Derisavi's avatar
      removed non-determinism from CanonicalSimplify (#704) · a31f6158
      Salem Derisavi authored
      * 1) removed non-determinism from CanonicalSimplify
      2) added couple of testcases for CanonicalSimplify
      
      * Use IRDeepCompare instead of comparison of string representation
      
      * Give a warning (instead of fatal error) when two "ComExprEntry"s are equal
      a31f6158
  14. Dec 17, 2017
  15. Dec 16, 2017
  16. Dec 15, 2017
  17. Dec 13, 2017
  18. Dec 11, 2017
  19. Dec 07, 2017
  20. Dec 05, 2017
    • alex-weaver's avatar
      Port build_module.py to C++ (#667) · 17e7e3d5
      alex-weaver authored
      * 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
      17e7e3d5
  21. Dec 04, 2017
  22. Dec 01, 2017
  23. Nov 30, 2017
Loading