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 20aa0cf2f7 [ci] Re-enable roofline test (#13007)
     add 189338c919 [MetaSchedule] Support RewriteLayout postproc on 
AllocateConst  (#12991)

No new revisions were added by this update.

Summary of changes:
 python/tvm/meta_schedule/relay_integration.py      |  14 +-
 src/meta_schedule/postproc/postproc.cc             |   5 +-
 src/meta_schedule/postproc/rewrite_layout.cc       |  56 +++++--
 .../multi_level_tiling_wide_vector.cc              |   6 +
 src/relay/backend/te_compiler_cache.cc             | 147 +++++++++++++++++-
 .../transforms/meta_schedule_layout_rewrite.cc     |  11 +-
 src/te/operation/create_primfunc.cc                |  24 +--
 .../remove_weight_layout_rewrite_block.cc          | 172 +++++++++++++++++++--
 .../contrib/test_hexagon/test_meta_schedule.py     |  88 +++++++++--
 tests/python/integration/test_auto_tensorize.py    |   5 +-
 .../test_meta_schedule_relay_integration.py        |  78 ++++++++++
 .../test_meta_schedule_vnni_integration.py         |   4 +-
 tests/python/unittest/test_te_create_primfunc.py   |   2 +
 13 files changed, 539 insertions(+), 73 deletions(-)

Reply via email to