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

[tvm] branch main updated (cf2abc8 -> dd61b04)

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

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


    from cf2abc8  Grammar fix (#7622)
     add dd61b04  [TIR] Add PreOrderVisit and VisitPrimFuncs (#7627)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/object.h             | 20 ++++++------
 include/tvm/tir/analysis.h               | 16 ++++++++++
 include/tvm/tir/stmt_functor.h           |  9 ++++++
 include/tvm/topi/detail/constant_utils.h | 11 +++----
 src/tir/ir/stmt_functor.cc               | 54 +++++++++++++++++++++++++++++---
 tests/cpp/ir_functor_test.cc             | 53 +++++++++++++++++++++++++++++++
 6 files changed, 142 insertions(+), 21 deletions(-)