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

[tvm] branch main updated (351f31b51c -> fafabc96c1)

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

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


    from 351f31b51c [Runtime][PipelineExecutor]Add forwarding queue logic for set input. (#10990)
     add fafabc96c1 [VirtualMachine] Zero copy in set_input when input is DLTensor (#11003)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/ndarray.h | 18 ++++++++++++++++++
 python/tvm/runtime/vm.py      |  4 ++++
 src/runtime/ndarray.cc        | 31 +++++++++++++++++++++++++++++++
 src/runtime/vm/vm.cc          | 22 ++++++++++++++--------
 4 files changed, 67 insertions(+), 8 deletions(-)