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

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 5f1421dd0f [Bugfix][PyTorch] Support use_input_stats in instance_norm 
(#14963)
     add 94c1b89abc [TVMScript][TIR] Parse subroutine calls with no arguments 
(#14919)
     add 43f06ca42a [TIR] Avoid re-defining `var = arg_var` in ArgBinder 
(#14952)
     add 4267fbf6a1 [IR][SIBuilder] (#14574)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/si_builder.h                        | 103 ++++++
 include/tvm/ir/source_map.h                        |  46 ++-
 python/tvm/ir/__init__.py                          |   1 +
 python/tvm/ir/base.py                              |  17 +
 python/tvm/relay/__init__.py                       |   1 +
 python/tvm/relay/base.py                           |   2 +-
 python/tvm/script/parser/tir/parser.py             |  14 +-
 src/ir/si_builder.cc                               | 325 +++++++++++++++++
 src/ir/source_map.cc                               |  60 ++++
 src/tir/transforms/make_packed_api.cc              |  32 +-
 tests/cpp/si_builder_test.cc                       | 399 +++++++++++++++++++++
 .../unittest/test_tir_transform_make_packed_api.py |  17 +-
 tests/python/unittest/test_tvmscript_roundtrip.py  |  19 +
 13 files changed, 1000 insertions(+), 36 deletions(-)
 create mode 100644 include/tvm/ir/si_builder.h
 create mode 100644 src/ir/si_builder.cc
 create mode 100644 tests/cpp/si_builder_test.cc

Reply via email to