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

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from ae8d398b88 [CI] In jenkins.cmd_utils.Sh.tee, check for failing 
subprocess (#16382)
     add f1bf20a950 [RPC] Fix tuning on macOS and Windows (#15771) (#16357)
     add 4258c864b9 [RUNTIME][RPC] Enable RPCObjectRef return in RPC (#16387)
     add 196b413813 [Relay][Frontend][Torch] fix a typo mistake in 
nonzero_numpy (#16390)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/object.h                  |  4 ++-
 python/tvm/relay/frontend/pytorch.py          |  2 +-
 python/tvm/rpc/server.py                      | 11 +++---
 src/runtime/minrpc/minrpc_server.h            | 15 ++++++--
 src/runtime/minrpc/rpc_reference.h            |  8 +++++
 src/runtime/rpc/rpc_endpoint.cc               | 51 +++++++++++++++++++++++----
 src/runtime/rpc/rpc_local_session.cc          | 20 +++++++++--
 src/runtime/rpc/rpc_module.cc                 |  7 ++++
 src/runtime/rpc/rpc_session.h                 | 51 ++++++++++++++++++++++++++-
 tests/python/frontend/pytorch/test_forward.py |  1 +
 tests/python/runtime/test_runtime_rpc.py      | 31 ++++++++++++++++
 11 files changed, 182 insertions(+), 19 deletions(-)

Reply via email to