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/04/06 02:18:04 UTC

[tvm] branch last-successful updated (c91e356a5d -> 3266ab1b4a)

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 c91e356a5d Add python installation script for Ubuntu 20.04 (#10841)
     add 8f664f50fc [QNN] Fix qnn.dequantize scale and zp shape (#10880)
     add 3266ab1b4a [MetaSchedule] Add utility API to ease using manual schedules  (#10876)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/testing/__init__.py       |   9 +-
 python/tvm/meta_schedule/testing/utils.py          |  53 ++++++++-
 src/relay/qnn/op/dequantize.cc                     |  15 ++-
 tests/python/relay/test_op_qnn_dequantize.py       |  14 +++
 .../unittest/test_meta_schedule_multi_anchor.py    |  39 ++-----
 .../unittest/test_meta_schedule_tune_relay.py      |  60 +++++-----
 .../python/unittest/test_meta_schedule_tune_tir.py | 121 ---------------------
 7 files changed, 117 insertions(+), 194 deletions(-)