You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2021/03/03 00:45:27 UTC

[tvm] branch main updated (08ea961 -> 3a02e0b)

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

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


    from 08ea961  [Torch] Fix converting torch slice op with dynamic slice length (#7549)
     add 3a02e0b  [Pass] Profiling TVM compiler passes (#7500)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/transform.h                         |  13 +-
 python/tvm/ir/transform.py                         |  23 +++
 src/ir/transform.cc                                | 157 +++++++++++++++++++++
 .../python/relay/test_pass_profiler.py             |  34 +++--
 4 files changed, 202 insertions(+), 25 deletions(-)
 copy vta/tests/python/unittest/test_environment.py => tests/python/relay/test_pass_profiler.py (53%)