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 2022/04/19 03:50:20 UTC

[tvm] branch last-successful updated (1542286826 -> 0cd4fa688c)

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

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


    from 1542286826 [ci] Add branch protections to .asf.yaml (#10964)
     add c2eb51311c [COMMUNITY] New Committer -- lhutton1 (#11049)
     add f6171914a7 [Hexagon] Adjust RPC read buffer size from python  (#11022)
     add 0cd4fa688c Register PackedFuncObj with type registry. (#11039)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTORS.md                                    |  1 +
 python/tvm/contrib/hexagon/session.py              |  3 +++
 src/runtime/hexagon/rpc/android/session.cc         | 15 ++++++++++++--
 src/runtime/hexagon/rpc/hexagon/rpc_server.cc      | 24 ++++++++++++++--------
 src/runtime/hexagon/rpc/hexagon_rpc.idl            |  1 +
 src/runtime/hexagon/rpc/simulator/session.cc       |  2 ++
 .../utils.cc => runtime/packed_func.cc}            | 20 ++++++++----------
 7 files changed, 44 insertions(+), 22 deletions(-)
 copy src/{auto_scheduler/utils.cc => runtime/packed_func.cc} (76%)
 mode change 100755 => 100644