You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by bo...@apache.org on 2022/01/28 20:53:01 UTC

[tvm] branch main updated (80d4d05 -> 85d42f8)

This is an automated email from the ASF dual-hosted git repository.

bohan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 80d4d05  [Runtime][PipelineExecutor] Pipeline Executor Sequential execution (#10082)
     add 85d42f8  [MetaSchedule][M4a] Mutator: Mutate Parallel (#10096)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/schedule/instruction.h             |   3 +
 python/tvm/meta_schedule/mutator/__init__.py       |   1 +
 ...tate_compute_location.py => mutate_parallel.py} |  14 +-
 src/meta_schedule/mutator/mutate_parallel.cc       | 312 +++++++++++++++++++++
 src/tir/schedule/analysis.h                        |  20 ++
 src/tir/schedule/analysis/analysis.cc              |  31 ++
 src/tir/schedule/instruction.cc                    |   5 +
 ... test_meta_schedule_mutator_mutate_parallel.py} |  31 +-
 8 files changed, 395 insertions(+), 22 deletions(-)
 copy python/tvm/meta_schedule/mutator/{mutate_compute_location.py => mutate_parallel.py} (69%)
 create mode 100644 src/meta_schedule/mutator/mutate_parallel.cc
 copy tests/python/unittest/{test_meta_schedule_mutator_mutate_unroll.py => test_meta_schedule_mutator_mutate_parallel.py} (83%)