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/11/04 08:26:27 UTC

[tvm] branch last-successful updated (e971956d76 -> 9dd0225a70)

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


    omit e971956d76 [Relay][transform][SimplifyExpr] simplify adjacent muls and adds with constants (#13213)
    omit f07f22fac9 [MetaSchedule][Minor] Fix Memory Database Module Equality (#13198)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/last-successful (9dd0225a70)
            \
             O -- O -- O   (e971956d76)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/meta_schedule/database/json_database.cc   |   3 +-
 src/meta_schedule/database/memory_database.cc |   3 +-
 src/relay/transforms/simplify_expr.cc         |  85 ++++++--------------
 tests/python/relay/test_pass_simplify_expr.py | 109 ++++++++++----------------
 4 files changed, 68 insertions(+), 132 deletions(-)