You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/03/06 05:36:30 UTC

[tvm] branch main updated (0b4f669 -> 69c1c6d)

This is an automated email from the ASF dual-hosted git repository.

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 0b4f669  [AutoSchedule] Sparse dense tuning support with custom sketch rule (#7313)
     add 69c1c6d  Move SimplifyConvPad to a new pass and don't enable it by default (#7603)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/transform/transform.py            |  13 ++
 .../{simplify_expr.cc => fold_explicit_padding.cc} | 162 +++------------------
 src/relay/transforms/simplify_expr.cc              | 116 ---------------
 .../relay/test_pass_fold_explicit_padding.py       | 102 +++++++++++++
 tests/python/relay/test_pass_simplify_expr.py      |  76 ----------
 5 files changed, 139 insertions(+), 330 deletions(-)
 copy src/relay/transforms/{simplify_expr.cc => fold_explicit_padding.cc} (58%)
 create mode 100644 tests/python/relay/test_pass_fold_explicit_padding.py