You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ec...@apache.org on 2022/11/21 19:39:03 UTC

[tvm] branch main updated (77f9c49b4e -> 1b3d77a897)

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

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


    from 77f9c49b4e [Fix][MetaSchedule] Param for rule AutoBind on Python side (#13454)
     add 1b3d77a897 [RPC] Fix tracker connection termination (#13420)

No new revisions were added by this update.

Summary of changes:
 python/tvm/rpc/base.py                             | 36 ++++++++++++++-----
 python/tvm/rpc/proxy.py                            |  8 ++---
 python/tvm/rpc/server.py                           |  4 +--
 python/tvm/rpc/tracker.py                          |  2 +-
 ...mscript_ir_builder_base.py => test_rpc_base.py} | 42 +++++++++++-----------
 tests/python/unittest/test_runtime_rpc.py          | 13 ++++---
 6 files changed, 61 insertions(+), 44 deletions(-)
 copy tests/python/unittest/{test_tvmscript_ir_builder_base.py => test_rpc_base.py} (56%)