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/08/23 19:05:37 UTC

[tvm] branch last-successful updated (d271678388 -> da5836f230)

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 d271678388 [CI][AArch64] Skip libgomp failures in integration tests (#12554)
     add ff46fa15e0 [ETHOSN] Fix requantize output conversion (#12540)
     add dd7ae2d3e5 [Relay] Add Rsqrt to SimplifyExpr (#12363)
     add da5836f230 [AutoTVM] Add support for text buffers to ApplyHistoryBest (#12521)

No new revisions were added by this update.

Summary of changes:
 python/tvm/autotvm/record.py                       | 31 +++++++-
 python/tvm/autotvm/task/dispatcher.py              | 87 +++++++++++---------
 python/tvm/relay/op/_tensor.py                     |  1 +
 python/tvm/relay/op/contrib/dnnl.py                |  3 +-
 src/relay/backend/contrib/ethosn/ethosn_api.cc     | 22 +++---
 src/relay/transforms/simplify_expr.cc              | 24 ++++++
 tests/micro/common/test_autotune.py                |  1 +
 .../python/contrib/test_ethosn/test_requantize.py  | 63 +++++++++++++++
 tests/python/relay/test_pass_simplify_expr.py      | 19 +++++
 tests/python/unittest/test_autotvm_record.py       | 92 ++++++++++++++++++----
 10 files changed, 276 insertions(+), 67 deletions(-)