You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/02/21 11:49:39 UTC

[tvm] branch last-successful updated (cae2680 -> 6591cba)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    omit cae2680  [Relay] [Virtual Device] Store function result virtual device in virtual_device_ field (#9848)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/last-successful (6591cba)
            \
             O -- O -- O   (cae2680)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/expr.h                               | 12 ------------
 include/tvm/ir/function.h                           | 10 ++++++++++
 include/tvm/target/virtual_device.h                 |  8 --------
 src/parser/parser.cc                                | 15 +--------------
 src/printer/relay_text_printer.cc                   |  6 ------
 src/relay/backend/graph_plan_memory.cc              |  2 --
 src/relay/op/memory/on_device.cc                    | 11 +++++------
 tests/python/relay/op/annotation/test_annotation.py |  2 +-
 8 files changed, 17 insertions(+), 49 deletions(-)