You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/01/14 17:09:14 UTC

[incubator-tvm] branch master updated (edc3674 -> d7d2a9b)

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

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


    from edc3674  [REFACTOR][IR] Move error.h into ir (#4701)
     add d7d2a9b  [REFACTOR][IR] Initialize Unified IR Pass Infra. (#4702)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/transform.h                         | 330 +++++++++++++++++++++
 include/tvm/relay/transform.h                      | 311 +------------------
 .../pass/pass_manager.cc => ir/transform.cc}       | 202 +++----------
 src/relay/ir/transform.cc                          | 170 +++++++++++
 4 files changed, 549 insertions(+), 464 deletions(-)
 create mode 100644 include/tvm/ir/transform.h
 rename src/{relay/pass/pass_manager.cc => ir/transform.cc} (69%)
 create mode 100644 src/relay/ir/transform.cc