You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2020/01/28 11:26:03 UTC

[incubator-tvm] branch master updated (d54036a -> 9c383f6)

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 d54036a  Safe remove tmpdir (#4781)
     add 9c383f6  [PassManager] Implement pass manager tracing API (#4782)

No new revisions were added by this update.

Summary of changes:
 docs/dev/relay_pass_infra.rst           | 20 ++++++++++++++++++++
 include/tvm/ir/transform.h              | 22 ++++++++++++++++++++++
 python/tvm/relay/transform.py           | 13 +++++++++----
 src/ir/transform.cc                     | 11 +++++++++++
 src/relay/ir/transform.cc               |  3 ++-
 tests/python/relay/test_pass_manager.py | 30 ++++++++++++++++++++++++++++++
 6 files changed, 94 insertions(+), 5 deletions(-)