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/06/15 21:49:12 UTC

[tvm] branch last-successful updated (a64368be0e -> fdc3c0274b)

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 a64368be0e [ci] Skip failing tests in wheel (#11705)
     add fdc3c0274b [MetaSchedule] Developer Ergonomics Enhancement II (#11727)

No new revisions were added by this update.

Summary of changes:
 .../tvm/meta_schedule/space_generator/__init__.py  |   6 +-
 .../meta_schedule/space_generator/schedule_fn.py   |  13 ++-
 python/tvm/meta_schedule/tune.py                   |   3 +-
 python/tvm/meta_schedule/tune_context.py           | 103 +++++++++++++++------
 .../test_meta_schedule_custom_rule_winograd_cpu.py |   1 -
 ...test_meta_schedule_custom_rule_winograd_cuda.py |   1 -
 .../unittest/test_meta_schedule_integration.py     |   2 +-
 ...eta_schedule_mutator_mutate_compute_location.py |   1 -
 .../test_meta_schedule_mutator_mutate_parallel.py  |   1 -
 ..._meta_schedule_mutator_mutate_thread_binding.py |   1 -
 .../test_meta_schedule_mutator_mutate_tile_size.py |   1 -
 .../test_meta_schedule_mutator_mutate_unroll.py    |   1 -
 .../test_meta_schedule_post_order_apply.py         |   6 --
 ...meta_schedule_postproc_disallow_dynamic_loop.py |   1 -
 ..._schedule_postproc_rewrite_cooperative_fetch.py |   1 -
 ...ta_schedule_postproc_rewrite_reduction_block.py |   1 -
 ...est_meta_schedule_postproc_rewrite_tensorize.py |   1 -
 ...meta_schedule_postproc_rewrite_unbound_block.py |   1 -
 .../test_meta_schedule_postproc_verify_gpu_code.py |   1 -
 ...test_meta_schedule_schedule_rule_add_rfactor.py |   1 -
 .../test_meta_schedule_schedule_rule_auto_bind.py  |   1 -
 ...test_meta_schedule_schedule_rule_auto_inline.py |   1 -
 ...chedule_schedule_rule_cross_thread_reduction.py |   1 -
 ...ta_schedule_schedule_rule_multi_level_tiling.py |   1 -
 ...dule_schedule_rule_parallel_vectorize_unroll.py |   1 -
 ...hedule_schedule_rule_random_compute_location.py |   1 -
 .../unittest/test_meta_schedule_search_strategy.py |   3 -
 27 files changed, 88 insertions(+), 68 deletions(-)