This is an automated email from the ASF dual-hosted git repository.
lmzheng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 380e2e9 [QNN] Optimize requantize for power of 2 and fix dequantize
for per-channel quantized input (#6675)
add 6be6363 [FIX,AUTOSCHEDULER] Fix auto_scheduler to run with
multiprocessing's spawn start method (#6671)
No new revisions were added by this update.
Summary of changes:
python/tvm/auto_scheduler/measure.py | 545 ++++++++++++---------
python/tvm/auto_scheduler/measure_record.py | 39 +-
python/tvm/auto_scheduler/utils.py | 42 +-
python/tvm/auto_scheduler/workload_registry.py | 35 ++
python/tvm/testing.py | 17 +
src/auto_scheduler/measure_record.cc | 75 ++-
.../python/unittest/test_auto_scheduler_measure.py | 21 +-
.../unittest/test_auto_scheduler_search_policy.py | 19 +-
.../unittest/test_auto_scheduler_task_scheduler.py | 14 +
.../unittest/test_autotvm_dispatch_context.py | 11 +-
tests/python/unittest/test_runtime_rpc.py | 143 +++---
11 files changed, 574 insertions(+), 387 deletions(-)
mode change 100755 => 100644 src/auto_scheduler/measure_record.cc