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/11/01 08:07:57 UTC

[tvm] branch last-successful updated (3259580bd5 -> 9cdc97fe23)

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 3259580bd5 [Hexagon] Make pytest use a random port if not running in CI (#13244)
     add 9cdc97fe23 [DLPack][runtime] Update DLPack to v0.7 (#13177)

No new revisions were added by this update.

Summary of changes:
 3rdparty/dlpack                                    |  2 +-
 include/tvm/runtime/c_runtime_api.h                | 73 +++++++++++++++--
 include/tvm/runtime/device_api.h                   | 11 +++
 jvm/core/src/main/java/org/apache/tvm/Device.java  | 79 ++++++++++--------
 jvm/core/src/main/java/org/apache/tvm/NDArray.java | 31 ++++----
 .../main/java/org/apache/tvm/rpc/RPCSession.java   | 25 +++---
 python/tvm/_ffi/runtime_ctypes.py                  | 93 ++++++++++++++--------
 python/tvm/rpc/client.py                           | 19 ++---
 python/tvm/runtime/ndarray.py                      | 26 +++---
 src/runtime/aot_executor/aot_executor.cc           |  4 +-
 src/runtime/hexagon/hexagon_common.h               |  4 +-
 src/runtime/hexagon/hexagon_device_api.cc          |  6 +-
 src/runtime/hexagon/hexagon_device_api.h           |  3 +-
 13 files changed, 239 insertions(+), 137 deletions(-)