You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2023/05/27 07:14:26 UTC

[tvm] branch main updated (227c4e87f3 -> 4f041c96e7)

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

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


    from 227c4e87f3 [CI] Update the expected CI jobs list in the update_branch script (#14908)
     add 4f041c96e7 [Runtime,RPC] Use f-strings for string formatting, NFC (#14967)

No new revisions were added by this update.

Summary of changes:
 python/tvm/rpc/base.py                      |  6 ++---
 python/tvm/rpc/client.py                    | 23 +++++++----------
 python/tvm/rpc/minrpc.py                    |  4 +--
 python/tvm/rpc/proxy.py                     | 22 ++++++++---------
 python/tvm/rpc/server.py                    | 12 ++++-----
 python/tvm/rpc/testing.py                   |  4 +--
 python/tvm/rpc/tracker.py                   | 16 +++---------
 python/tvm/runtime/container.py             | 14 +++++------
 python/tvm/runtime/executor/aot_executor.py |  2 +-
 python/tvm/runtime/module.py                | 38 ++++++++++++-----------------
 python/tvm/runtime/ndarray.py               | 17 ++++++-------
 python/tvm/runtime/object.py                |  7 ++----
 python/tvm/runtime/object_generic.py        |  6 ++---
 python/tvm/runtime/vm.py                    | 15 +++++-------
 14 files changed, 77 insertions(+), 109 deletions(-)