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 c2c579bb0a [BugFix][FFI] Add a missing default for datatype lanes
(#16649)
add e261a27036 [Transform] Check for zero-param operators in
LiftTransformParams (#16595)
add e56c5e1ef2 [Bugfix][Transform] Preserve symbolic variables in FuseOps
(#16637)
No new revisions were added by this update.
Summary of changes:
include/tvm/relax/expr.h | 2 -
src/relax/transform/fuse_ops.cc | 7 +-
src/relax/transform/lift_transform_params.cc | 75 ++++++++++++++++---
.../relax/test_transform_fuse_ops_by_pattern.py | 87 ++++++++++++++++++++++
.../relax/test_transform_lift_transform_params.py | 54 ++++++++++++++
tests/python/relax/test_utils.py | 23 ++++++
6 files changed, 233 insertions(+), 15 deletions(-)