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/01 05:50:07 UTC

[tvm] branch last-successful updated (67fa959f18 -> c69f8ce9c9)

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 67fa959f18 [CI] Make additional_flags parameter optional in tests/scripts/ci.py (#13238)
     add 0683ece044 [MetaSchedule] Fix thread bindings of MultiLevelTilingTensorCore (#13243)
     add c69f8ce9c9 [Relay] Add ClipAndConsecutiveCast and CastClip to SimplifyExpr (#13236)

No new revisions were added by this update.

Summary of changes:
 .../multi_level_tiling_tensor_core.cc              |   5 +
 src/meta_schedule/schedule_rule/schedule_rule.cc   |   2 +-
 src/relay/transforms/simplify_expr.cc              | 102 +++++++++++++++++++++
 tests/python/relay/test_pass_simplify_expr.py      |  31 +++++++
 4 files changed, 139 insertions(+), 1 deletion(-)