You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ha...@apache.org on 2021/01/15 21:24:48 UTC

[tvm] branch main updated (4f1f591 -> 2992e9b)

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

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


    from 4f1f591  Bring back numbered lists to TVM docs. (#7290)
     add 2992e9b  [VM] Per-input, data dependence specification for shape func (#7210)

No new revisions were added by this update.

Summary of changes:
 include/tvm/relay/op_attr_types.h     |  4 ++--
 python/tvm/relay/op/dyn/_transform.py | 29 +++++++++++------------
 python/tvm/relay/op/op.py             | 12 ++++++----
 src/relay/analysis/util.cc            | 13 +++++++----
 src/relay/backend/compile_engine.cc   | 44 +++++++++++++++++++++--------------
 src/relay/transforms/fuse_ops.cc      |  2 +-
 src/relay/transforms/pass_utils.h     |  6 ++---
 tests/cpp/relay_build_module_test.cc  |  4 +++-
 8 files changed, 65 insertions(+), 49 deletions(-)