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

[tvm] branch main updated (78657e1 -> 8bd857d)

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

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


    from 78657e1  [Relay] Add support for relay expressions as pad value for static pad (#7860)
     add 8bd857d  [RPC][REFACTOR] Use PopenWorker to handle RPC Server. (#7889)

No new revisions were added by this update.

Summary of changes:
 python/tvm/auto_scheduler/measure.py               |   1 -
 python/tvm/autotvm/measure/measure_methods.py      |   1 -
 python/tvm/contrib/popen_pool.py                   |   3 +-
 python/tvm/exec/rpc_server.py                      |  20 +-
 python/tvm/rpc/proxy.py                            |   6 +-
 python/tvm/rpc/server.py                           | 206 +++++++++++----------
 python/tvm/rpc/testing.py                          |  69 +++++++
 tests/python/relay/test_vm.py                      |   3 +-
 .../test_runtime_module_based_interface.py         |   2 +-
 tests/python/unittest/test_runtime_rpc.py          |  57 +-----
 10 files changed, 195 insertions(+), 173 deletions(-)
 create mode 100644 python/tvm/rpc/testing.py