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/05/27 00:50:41 UTC

[tvm] branch last-successful updated (db5f4fe65c -> 4a769c1da3)

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 db5f4fe65c [Runtime] Add 'static_library' runtime::Module (#11442)
     add 52df2e8414 [TIR] Additional Stmt/Expr simplication rules (#11373)
     add b535e46f16 [ONNX] Add MeanVarianceNormalization op (#11444)
     add 2f2169863d Minimal example of tuning on hexagon. Fails in fast rpcs currently. (#11395)
     add cfcca59097 [ci] Clean up mergebot commit messages (#11437)
     add 4a769c1da3 correct doc (#11439)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/database/database.py      |   7 +-
 python/tvm/relay/frontend/onnx.py                  |  15 +-
 src/arith/rewrite_simplify.cc                      |   9 +
 src/tir/transforms/simplify.cc                     |  12 +-
 tests/python/ci/sample_prs/pr10786-merges.json     |   2 +-
 .../python/ci/sample_prs/pr11442-no-recomment.json | 191 +++++++++++++++++++++
 tests/python/ci/test_mergebot.py                   |  18 +-
 tests/python/contrib/test_hexagon/test_autotvm.py  | 148 ++++++++++++++++
 tests/python/frontend/onnx/test_forward.py         |  98 +----------
 .../python/unittest/test_arith_rewrite_simplify.py |   8 +
 .../python/unittest/test_tir_transform_simplify.py |  45 ++++-
 tests/scripts/github_mergebot.py                   |  19 +-
 12 files changed, 451 insertions(+), 121 deletions(-)
 create mode 100644 tests/python/ci/sample_prs/pr11442-no-recomment.json
 create mode 100644 tests/python/contrib/test_hexagon/test_autotvm.py