Skip to content
Snippets Groups Projects
  1. Jan 27, 2018
    • kun-zh's avatar
      support using pointer with an original offset (#826) · 293dac39
      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.
      
      * always use new tensor in its stage when rewrite for cache read
      
      * revert previous changes to sync up with master
      
      * support using the ptr with an original offset
      
      * update test case and fix CI error
      293dac39
  2. Jan 25, 2018
  3. Jan 24, 2018
    • Tianqi Chen's avatar
      37734045
    • libing4752's avatar
      [PASS] enhance storage_rewrite to support different dtypes for unified buffer (#805) · 5fc4bc57
      libing4752 authored
      * modified schedule_dataflow_rewrite.cc to fix losing tensor problem
      
      * modified schedule_dataflow_rewrite.cc for lint scan
      
      * modified schedule_dataflow_rewrite.cc for lint scan
      
      * using tensor's value_index to index output of stage op
      
      * repare address offset for different kinds of dtype
      
      * bc
      
      * aaa
      
      * aaaaa
      
      * repare address for different dtypes
      
      * remove nonsense files
      
      * add whitespace of line 581
      
      * use base alloc elem_type
      
      * enhance the testcast of basic buffer is 64bits,32bits,16bits,8bits
      
      * use extends[0]->type() as dtype of offset
      
      * clear program writes
      5fc4bc57
  4. Jan 23, 2018
  5. Jan 22, 2018
    • Siju Samuel's avatar
      Update inject_virtual_thread.cc (#806) · f386bf5c
      Siju Samuel authored
      This compilation warning is fixed.
      src/pass/inject_virtual_thread.cc:43:19: warning: ‘rw_mask’ may be used uninitialized in this function [-Wmaybe-uninitialized]
             if (rw_mask & 2) {
                 ~~~~~~~~^~~
      f386bf5c
  6. Jan 20, 2018
  7. Jan 19, 2018
  8. Jan 16, 2018
  9. Jan 12, 2018
  10. Jan 11, 2018
  11. Jan 10, 2018
  12. Jan 09, 2018
  13. Jan 08, 2018
  14. 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
  15. Jan 04, 2018
  16. Jan 03, 2018
  17. 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
  18. Dec 29, 2017
  19. Dec 27, 2017
  20. Dec 26, 2017
    • masahi's avatar
      [TOPI] add extern schedule for cudnn and miopen (#724) · cdb2f873
      masahi authored
      * add extern schedule for miopen
      
      * fix comment
      
      * optionally dispatch to miopen from topi
      
      * fix lint
      
      * check if current target is None
      
      * use generic dispatch for rocm conv2d
      
      * fix lint
      
      * fix workspace bug
      
      * remove blank line
      
      * remove blank line
      
      * remove blank line
      cdb2f873
  21. Dec 24, 2017
  22. Dec 23, 2017
  23. Dec 22, 2017
  24. 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
  25. Dec 17, 2017
  26. Dec 16, 2017
  27. Dec 13, 2017
  28. Dec 11, 2017
Loading