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/02/21 10:51:31 UTC

[tvm] branch last-successful updated (8d76075 -> 73cf51b)

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.


    omit 8d76075  [TIR] add support for multi-blocking layout and their transformation (#9996)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/last-successful (73cf51b)
            \
             O -- O -- O   (8d76075)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/data_layout.h                   |  14 +---
 include/tvm/tir/op.h                            |  27 ------
 include/tvm/topi/transform.h                    |   6 +-
 python/tvm/topi/x86/conv2d_alter_op.py          |  19 ++++-
 src/tir/ir/data_layout.cc                       | 104 +++++-------------------
 src/tir/op/op.cc                                |  11 ---
 tests/python/relay/test_pass_alter_op_layout.py |  46 -----------
 7 files changed, 42 insertions(+), 185 deletions(-)