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 96069c1 [CI] Remove `llvm -device=arm_cpu` and `cuda -libs=cudnn`
from the default test target list (#10500)
add 8729f6b [MetaSchedule] Update scripts for subgraph tuning (#10501)
No new revisions were added by this update.
Summary of changes:
python/tvm/auto_scheduler/workload_registry.py | 10 +-
python/tvm/meta_schedule/runner/config.py | 2 +-
python/tvm/meta_schedule/runner/rpc_runner.py | 9 +-
.../testing/run_subgraph_auto_scheduler.py | 137 +++++++++++++++++++++
.../testing/run_subgraph_meta_schedule.py | 120 ++++++++++++++++++
src/meta_schedule/postproc/verify_gpu_code.cc | 3 +-
src/target/tag.cc | 29 ++++-
src/target/target_kind.cc | 6 +-
.../test_meta_schedule_postproc_verify_gpu_code.py | 3 +-
tests/python/unittest/test_target_target.py | 18 +--
10 files changed, 310 insertions(+), 27 deletions(-)
create mode 100644
python/tvm/meta_schedule/testing/run_subgraph_auto_scheduler.py
create mode 100644
python/tvm/meta_schedule/testing/run_subgraph_meta_schedule.py