This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from a64d1f1cc3 [TIR] Make T.reinterpret nop when dtype is the same (#16879)
add f267691fa4 [Relax] Stabilize relax pass mutation order (#16883)
No new revisions were added by this update.
Summary of changes:
include/tvm/ir/module.h | 3 ++-
python/tvm/relax/frontend/nn/core.py | 6 +++---
src/ir/module.cc | 4 ++++
src/relax/transform/alter_op_impl.cc | 3 ++-
src/relax/transform/dead_code_elimination.cc | 3 ++-
src/relax/transform/fuse_ops.cc | 22 ++++++++++++----------
src/relax/transform/fuse_tir.cc | 3 ++-
src/relax/transform/legalize_ops.cc | 8 +++++---
8 files changed, 32 insertions(+), 20 deletions(-)