You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tk...@apache.org on 2022/09/29 16:22:42 UTC

[tvm] branch main updated (9a45141165 -> 3e3d900c66)

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

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


    from 9a45141165 [TIR] Use buffer's dtype when converting pad_value to TIR (#12925)
     add 3e3d900c66 [Virtual Machine] Implementation of 'set_output_zero_copy' (#11358)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/vm/vm.h   |  91 +++++++++++++++++-
 python/tvm/runtime/vm.py      |  36 +++++++
 src/runtime/vm/vm.cc          | 215 +++++++++++++++++++++++++++++++++++++-----
 tests/python/relay/test_vm.py |  92 ++++++++++++++++--
 4 files changed, 401 insertions(+), 33 deletions(-)