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/23 07:52:07 UTC

[tvm] branch last-successful updated (3c5365dc7b -> b47725627e)

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 3c5365dc7b [TIR] Fix dtype mismatch in UnifyThreadBinding (#11843)
     add 410e836025 [Bugfix][Minor] Avoid re-inference for MetaSchedule layout (#11842)
     add b47725627e [Relay][Pass] Meta-Schedule-Layout-Rewrite (#11845)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/transform.h                      |   6 +
 src/relay/backend/build_module.cc                  |  14 ++
 src/relay/backend/vm/compiler.cc                   |  14 ++
 src/relay/op/nn/convolution.cc                     |   4 +-
 src/relay/op/nn/nn.h                               |   2 +-
 .../transforms/meta_schedule_layout_rewrite.cc     | 175 +++++++++++++++++++++
 .../transforms/meta_schedule_layout_rewrite.h      |  25 ++-
 7 files changed, 223 insertions(+), 17 deletions(-)
 create mode 100644 src/relay/transforms/meta_schedule_layout_rewrite.cc
 copy include/tvm/relay/op.h => src/relay/transforms/meta_schedule_layout_rewrite.h (67%)