You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/04/22 14:48:52 UTC

[tvm] branch main updated (9514e9e -> 060e001)

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

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


    from 9514e9e  [Docs] Update Dev. Doc. on how to add a new relay operator (#7893)
     add 060e001  [RPC] microtvm: fix RPC large transfer size issue (#7838)

No new revisions were added by this update.

Summary of changes:
 apps/bundle_deploy/crt_config/crt_config.h |   3 +
 src/runtime/crt/common/crt_runtime_api.c   |  26 ++++++-
 src/runtime/crt/host/crt_config.h          |   4 +-
 src/runtime/crt/host/main.cc               |   9 ++-
 src/runtime/minrpc/rpc_reference.h         |   3 +
 src/runtime/rpc/rpc_endpoint.cc            | 108 ++++++++++++++++++++++++-----
 src/runtime/rpc/rpc_endpoint.h             |  10 +++
 7 files changed, 137 insertions(+), 26 deletions(-)