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

zhic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from d7d2a9b  [REFACTOR][IR] Initialize Unified IR Pass Infra. (#4702)
     add 3f2abfb  [relay] Relay annotation and partitioning for external 
compilers (#4570)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/attrs/annotation.h            |  13 +
 include/tvm/relay/op_attr_types.h               |   6 +-
 include/tvm/relay/transform.h                   |   8 +
 python/tvm/relay/op/annotation/annotation.py    |  41 +++
 python/tvm/relay/transform.py                   |  12 +
 src/relay/backend/contrib/dnnl/codegen.cc       |   4 +-
 src/relay/op/annotation/annotation.cc           |  50 +++
 src/relay/pass/fuse_ops.cc                      |   3 +-
 src/relay/pass/partition_graph.cc               | 386 +++++++++++++++++++++
 tests/python/relay/test_pass_partition_graph.py | 434 ++++++++++++++++++++++++
 10 files changed, 950 insertions(+), 7 deletions(-)
 create mode 100644 src/relay/pass/partition_graph.cc
 create mode 100644 tests/python/relay/test_pass_partition_graph.py

Reply via email to