You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by xi...@apache.org on 2022/06/25 00:54:23 UTC

[tvm] branch main updated (12dad9a4a1 -> 600a2017a4)

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

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


    from 12dad9a4a1 [Relay][Frontend][Onnx] Add support for onnx sequence operators. (#11894)
     add 600a2017a4 [MetaSchedule] Postproc: Rewrite-Layout (#11884)

No new revisions were added by this update.

Summary of changes:
 include/tvm/meta_schedule/postproc.h               |   7 +-
 python/tvm/auto_scheduler/__init__.py              |  65 +++++---
 python/tvm/meta_schedule/default_config.py         |   1 +
 python/tvm/meta_schedule/postproc/__init__.py      |   5 +-
 .../{verify_gpu_code.py => rewrite_layout.py}      |  11 +-
 src/meta_schedule/postproc/rewrite_layout.cc       | 183 +++++++++++++++++++++
 .../test_meta_schedule_postproc_rewrite_layout.py  |  91 ++++++++++
 7 files changed, 332 insertions(+), 31 deletions(-)
 copy python/tvm/meta_schedule/postproc/{verify_gpu_code.py => rewrite_layout.py} (78%)
 create mode 100644 src/meta_schedule/postproc/rewrite_layout.cc
 create mode 100644 tests/python/unittest/test_meta_schedule_postproc_rewrite_layout.py