You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/09/12 18:27:28 UTC

[incubator-tvm] branch master updated (ed6f524 -> 5e0c9ad)

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

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from ed6f524  [COMMUNITY] lhutton1 -> Reviewer (#6461)
     add 5e0c9ad  [RPC] Update RPC module to enable remote linking. (#6462)

No new revisions were added by this update.

Summary of changes:
 apps/cpp_rpc/rpc_env.cc                   | 68 +++++++++++++++++++------------
 apps/cpp_rpc/rpc_env.h                    | 18 --------
 python/tvm/rpc/client.py                  | 36 ++++++++++++++++
 python/tvm/rpc/server.py                  | 28 +++++++++++++
 tests/python/unittest/test_runtime_rpc.py | 13 ++++++
 5 files changed, 120 insertions(+), 43 deletions(-)