You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mb...@apache.org on 2021/04/19 16:00:31 UTC

[tvm] branch main updated (1fb32b0 -> 6981839)

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

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


    from 1fb32b0  [TIR] An analysis pass to calculate workspace size for primfuncs (#7859)
     add 6981839  [Relay] Recursive destructor call replaced with non-recursive for Call nodes. (#7832)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/expr.h           |  7 ++++
 src/relay/ir/expr.cc               | 58 +++++++++++++++++++++++++++++
 tests/cpp/relay_dismantler_test.cc | 76 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 141 insertions(+)
 create mode 100644 tests/cpp/relay_dismantler_test.cc