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 2023/03/31 19:14:31 UTC

[tvm] branch unity updated (92593cd11f -> a70768ea2d)

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

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


 discard 92593cd11f Add pattern-based dataflow block rewriting

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

 * -- * -- N   refs/heads/unity (a70768ea2d)
            \
             O -- O -- O   (92593cd11f)

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:
 python/tvm/relax/dpl/pattern.py             |  34 +------
 src/relax/ir/dataflow_matcher.cc            | 113 ++------------------
 tests/python/relax/test_dataflow_pattern.py | 153 +---------------------------
 3 files changed, 15 insertions(+), 285 deletions(-)