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/02/21 05:03:16 UTC

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

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 73cf51b  [TE][Fix] Comparison of the output tensor (#9829)
     add 8d76075  [TIR] add support for multi-blocking layout and their transformation (#9996)

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, 185 insertions(+), 42 deletions(-)