This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a change to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from a70768ea2d [Unity][Graph matching] Clean up undo stack for parent and 
child nodes properly (#14440)
     add 8caeab93f8 [Unity] Pattern-based rewriting for dataflow block (#14446)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relax/dpl/__init__.py            |   1 +
 python/tvm/relax/dpl/pattern.py             |  40 +------
 python/tvm/relax/dpl/rewrite.py             | 115 ++++++++++++++++++++
 src/relax/ir/dataflow_matcher.cc            | 116 ++++++++++++++++++--
 tests/python/relax/test_dataflow_pattern.py | 162 +++++++++++++++++++++++++++-
 5 files changed, 382 insertions(+), 52 deletions(-)
 create mode 100644 python/tvm/relax/dpl/rewrite.py

Reply via email to