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 333994d45f [skip ci][microTVM] Update Zephyr RVM name and box version
(#11655)
add 7e376e2599 [MetaSchedule][Minor] Organize Testing Scripts (#11751)
No new revisions were added by this update.
Summary of changes:
.../testing}/__init__.py | 4 +-
.../testing/tune_onnx.py} | 30 +++++++++--
.../testing/tune_relay.py} | 28 ++++++++--
.../testing/tune_te.py} | 34 +++++++++---
python/tvm/meta_schedule/testing/__init__.py | 2 +
.../{tune_onnx_meta_schedule.py => tune_onnx.py} | 63 +++++++++++++++-------
.../{tune_relay_meta_schedule.py => tune_relay.py} | 31 ++++++++---
.../{tune_te_meta_schedule.py => tune_te.py} | 62 ++++++++++++++-------
python/tvm/meta_schedule/tune.py | 20 +++----
9 files changed, 200 insertions(+), 74 deletions(-)
copy python/tvm/{tir/usmp/analysis => auto_scheduler/testing}/__init__.py (90%)
rename python/tvm/{meta_schedule/testing/tune_onnx_auto_scheduler.py =>
auto_scheduler/testing/tune_onnx.py} (93%)
rename python/tvm/{meta_schedule/testing/tune_relay_auto_scheduler.py =>
auto_scheduler/testing/tune_relay.py} (93%)
rename python/tvm/{meta_schedule/testing/tune_te_auto_scheduler.py =>
auto_scheduler/testing/tune_te.py} (85%)
rename python/tvm/meta_schedule/testing/{tune_onnx_meta_schedule.py =>
tune_onnx.py} (84%)
rename python/tvm/meta_schedule/testing/{tune_relay_meta_schedule.py =>
tune_relay.py} (91%)
rename python/tvm/meta_schedule/testing/{tune_te_meta_schedule.py =>
tune_te.py} (69%)