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/28 13:36:03 UTC

[tvm] branch last-successful updated (b7caa12 -> 9ca2139)

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 b7caa12  Fixed a bug in the convert_fully_connected() function (#10371)
     add 9ca2139  [TensorIR] Renormalize split pattern (#10401)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/transform.h                        |   6 +
 python/tvm/tir/transform/transform.py              |  11 ++
 src/driver/driver_api.cc                           |   1 +
 src/tir/transforms/renormalize_split_pattern.cc    | 212 +++++++++++++++++++++
 ...test_tir_transform_renormalize_split_pattern.py | 119 ++++++++++++
 5 files changed, 349 insertions(+)
 create mode 100644 src/tir/transforms/renormalize_split_pattern.cc
 create mode 100644 tests/python/unittest/test_tir_transform_renormalize_split_pattern.py