You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by wu...@apache.org on 2022/04/21 17:55:11 UTC

[tvm] branch main updated (ba4cc6c1f2 -> 876e253227)

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

wuwei pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from ba4cc6c1f2 [TVMScript] Allow `val = buf[index]` without type annotation (#11060)
     add 876e253227 [TIR] StmtFunctor RenewDefs (#10843)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/stmt_functor.h               |  10 +
 python/tvm/tir/stmt_functor.py               |  19 ++
 src/autotvm/feature_visitor.cc               |   4 +-
 src/tir/transforms/remove_no_op.cc           |   2 +-
 src/tir/transforms/renew_defs.cc             | 297 +++++++++++++++++++++++++++
 tests/python/unittest/test_tir_renew_defs.py | 171 +++++++++++++++
 6 files changed, 500 insertions(+), 3 deletions(-)
 create mode 100644 src/tir/transforms/renew_defs.cc
 create mode 100644 tests/python/unittest/test_tir_renew_defs.py