You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/04/21 02:28:54 UTC

[incubator-tvm] branch master updated (3f03869 -> b8efe27)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 3f03869  [Blocksparse] Pipeline for lowering dense model to sparse-dense (#5377)
     add b8efe27  [REFACTOR][TE] Inline -> te/schedule/operation_inline.h (#5386)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/ir_pass.h                          | 16 -------
 .../inline.cc => te/schedule/operation_inline.cc}  | 22 +++++----
 .../schedule/operation_inline.h}                   | 54 +++++++++-------------
 src/te/schedule/schedule_dataflow_rewrite.cc       |  8 ++--
 src/tir/pass/ffi_api.cc                            |  1 -
 tests/python/unittest/test_tir_pass_inline.py      | 54 ----------------------
 6 files changed, 40 insertions(+), 115 deletions(-)
 rename src/{tir/pass/inline.cc => te/schedule/operation_inline.cc} (83%)
 copy src/{tir/pass/verify_compact_buffer.cc => te/schedule/operation_inline.h} (57%)
 delete mode 100644 tests/python/unittest/test_tir_pass_inline.py