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 2978427c2a [Relax] Prevent to generate duplicate func in
dispatch_sort_scan (#16904)
add a2511cc516 [QoL][Relax] Use SeqExpr in IR types when SeqExpr is
required (#16859)
No new revisions were added by this update.
Summary of changes:
include/tvm/relax/expr.h | 190 +++++++++++++---------
src/contrib/msc/core/ir/graph_builder.cc | 9 +-
src/contrib/msc/core/transform/set_expr_layout.cc | 20 +--
src/relax/analysis/well_formed.cc | 32 ++--
src/relax/backend/contrib/utils.cc | 2 +-
src/relax/ir/dataflow_matcher.cc | 29 +++-
src/relax/ir/expr.cc | 8 +
src/relax/training/utils.cc | 7 +-
src/relax/transform/fuse_ops.cc | 14 +-
src/relax/transform/fuse_tir.cc | 4 +-
src/relax/transform/gradient.cc | 2 -
src/script/printer/relax/binding.cc | 4 +-
src/script/printer/relax/function.cc | 3 +-
tests/python/relax/test_expr_functor.py | 2 +-
14 files changed, 189 insertions(+), 137 deletions(-)