You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jw...@apache.org on 2022/06/07 18:54:53 UTC

[tvm] branch main updated (81702192b4 -> d8f57ed7ff)

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

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


    from 81702192b4 [MetaSchedule] Resolve dependencies between header files (#11604)
     add d8f57ed7ff [Relay] IndexedGraph improvements in preparation for Collage (#11481)

No new revisions were added by this update.

Summary of changes:
 src/relay/ir/dataflow_matcher.cc            |  90 +++--
 src/relay/ir/dataflow_matcher_impl.h        |  19 +-
 src/relay/ir/indexed_graph.cc               | 526 +++++++++++++++++++---------
 src/relay/ir/indexed_graph.h                | 283 +++++++++++++--
 src/relay/op/dyn/tensor/transform.cc        |   1 +
 tests/cpp/relay/ir/indexed_graph_test.cc    | 205 +++++++++++
 tests/python/relay/test_dataflow_pattern.py |  35 +-
 7 files changed, 922 insertions(+), 237 deletions(-)
 create mode 100644 tests/cpp/relay/ir/indexed_graph_test.cc