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/26 01:28:24 UTC

[tvm] branch last-successful updated (308d320a -> 07ad977)

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.


    from 308d320a [RELAY] [VIRTUALDEVICE] Change syntax for device planning and store parameter virtual devices in virtual_device_ field (#10352)
     add d62a364  [VirtualMachine] new method allowing to set one input tensor by its index or name (#10293)
     add 07ad977  [Hexagon] Replace strlen in constant initialization with sizeof (#10381)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/vm/executable.h          |   7 ++
 include/tvm/runtime/vm/vm.h                  |  55 ++++++++++-
 python/tvm/runtime/vm.py                     |  25 +++++
 src/runtime/hexagon/rpc/simulator/session.cc |   2 +-
 src/runtime/vm/executable.cc                 |  25 ++---
 src/runtime/vm/vm.cc                         | 122 ++++++++++++++++-------
 tests/python/relay/test_vm.py                | 142 +++++++++++++++++++++++++++
 7 files changed, 323 insertions(+), 55 deletions(-)