You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/04/15 10:43:44 UTC

[tvm] branch main updated (715f24d238 -> b99a096825)

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

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


    from 715f24d238 [Metaschedule] Enable continuing tuning after schedule application failure  (#10937)
     add b99a096825 [Metaschedule, Refactor] Move MultiLevelTilingNode decl to a header (#11020)

No new revisions were added by this update.

Summary of changes:
 .../schedule_rule/multi_level_tiling.cc            | 205 ++++-----------------
 .../schedule_rule/multi_level_tiling.h             | 187 +++++++++++++++++++
 2 files changed, 224 insertions(+), 168 deletions(-)
 create mode 100644 src/meta_schedule/schedule_rule/multi_level_tiling.h