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 2022/02/25 20:47:03 UTC

[tvm] branch main updated (308d320a -> d62a364)

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 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)

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/vm/executable.cc        |  25 +++----
 src/runtime/vm/vm.cc                | 122 +++++++++++++++++++++----------
 tests/python/relay/test_vm.py       | 142 ++++++++++++++++++++++++++++++++++++
 6 files changed, 322 insertions(+), 54 deletions(-)