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 dffc3108bb [CMSIS-NN] Fixed the case with repeating operands in the
QNN binary ops (#11732)
add 0fdc0eab51 [MetaSchedule] Distributed Measurement (#11683)
add c5465d8037 [hexagon][testing] add max_pool2d benchmark (#11720)
No new revisions were added by this update.
Summary of changes:
include/tvm/meta_schedule/database.h | 27 ++
python/tvm/meta_schedule/database/database.py | 34 ++
.../tvm/meta_schedule/database/memory_database.py | 3 +
.../testing/dataset_sample_candidates.py | 23 +-
.../testing/distributed_measure_candidates.py | 198 ++++++++++++
python/tvm/meta_schedule/tune_context.py | 44 +++
src/meta_schedule/database/database.cc | 22 +-
src/meta_schedule/database/json_database.cc | 9 +
src/meta_schedule/tune_context.cc | 14 +-
.../python/contrib/test_hexagon/benchmark_util.py | 76 +++++
.../test_hexagon/test_benchmark_maxpool2d.py | 351 +++++++++++++++++++++
11 files changed, 788 insertions(+), 13 deletions(-)
create mode 100644
python/tvm/meta_schedule/testing/distributed_measure_candidates.py
create mode 100644
tests/python/contrib/test_hexagon/test_benchmark_maxpool2d.py