You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/05/30 09:09:00 UTC

[tvm] branch last-successful updated (d0b3ec93f9 -> 559f0c76a0)

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

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


    from d0b3ec93f9 [TVMScript] Allow T.Buffer[] arg annotation to use int as shape (#11454)
     add 559f0c76a0 [Pass] Add utility that asserts that IRModule is not mutated in a pass. (#11498)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/transform.h              |  4 ++
 src/ir/transform.cc                     | 25 +++++++++-
 tests/cpp/pass_immutable_module_test.cc | 86 +++++++++++++++++++++++++++++++++
 3 files changed, 114 insertions(+), 1 deletion(-)
 create mode 100644 tests/cpp/pass_immutable_module_test.cc