This is an automated email from the ASF dual-hosted git repository.
bohan pushed a change to branch main
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