You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/10/22 13:46:20 UTC

[tvm] branch main updated (cec6ebb -> 5ca646b)

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

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


    from cec6ebb  [Community] @ganler -> Reviewer (#9346)
     add 5ca646b  BUG: Look through on_device annotations when looking for shape constants (#9345)

No new revisions were added by this update.

Summary of changes:
 src/relay/backend/aot_executor_codegen.cc |  3 +--
 src/relay/backend/graph_plan_memory.cc    |  5 ++---
 src/relay/backend/vm/compiler.cc          |  7 ++++---
 src/relay/op/annotation/annotation.h      | 26 ++++++++++++++++++++++++++
 src/relay/op/memory/memory.cc             | 10 +++-------
 src/relay/transforms/pass_utils.h         |  5 ++---
 tests/python/relay/test_vm.py             | 15 ++++++++++++++-
 7 files changed, 52 insertions(+), 19 deletions(-)