You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2023/05/28 05:02:36 UTC

[tvm] branch nightly updated (227c4e87f3 -> 5f1421dd0f)

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 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)
     add c47d36e77c [Hexagon] Add support for v73, make v68 default (#14965)
     add 5f1421dd0f [Bugfix][PyTorch] Support use_input_stats in instance_norm (#14963)

No new revisions were added by this update.

Summary of changes:
 apps/hexagon_launcher/README.md               | 14 +++++-----
 cmake/config.cmake                            |  4 +--
 cmake/modules/HexagonSDK.cmake                |  5 ++--
 python/tvm/contrib/hexagon/tools.py           |  8 +++---
 python/tvm/relay/frontend/pytorch.py          | 17 ++++++++++++
 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 +++++------
 python/tvm/target/target.py                   |  8 +++---
 src/runtime/hexagon/README.md                 |  7 +++--
 src/runtime/hexagon/rpc/simulator/session.cc  | 30 +++++++++++++++++++++
 tests/python/contrib/test_hexagon/README.md   |  2 +-
 tests/python/frontend/pytorch/test_forward.py |  2 ++
 24 files changed, 152 insertions(+), 131 deletions(-)