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 2021/04/16 22:48:27 UTC

[tvm] branch main updated (6aefc26 -> 899bc06)

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 6aefc26  [TensorIR][M1c] LCA detector (#7848)
     add 899bc06  [METAL] Fix issue with GPU fails (#7819)

No new revisions were added by this update.

Summary of changes:
 python/tvm/_ffi/runtime_ctypes.py        | 46 ++++++++++++++++++++++--
 python/tvm/auto_scheduler/measure.py     |  9 +++++
 src/runtime/c_runtime_api.cc             | 10 ++----
 src/runtime/crt/common/crt_runtime_api.c |  9 +++++
 src/runtime/metal/metal_common.h         | 45 ++++++++++++++++++-----
 src/runtime/metal/metal_device_api.mm    | 50 ++++++++++++++++++++------
 src/runtime/metal/metal_module.mm        |  5 +--
 src/runtime/minrpc/minrpc_server.h       | 62 ++++++++++++++++++++++++++++++++
 src/runtime/minrpc/rpc_reference.h       |  9 +++++
 src/runtime/rpc/rpc_device_api.cc        | 15 ++++++++
 src/runtime/rpc/rpc_endpoint.cc          | 39 ++++++++++++++++++++
 11 files changed, 267 insertions(+), 32 deletions(-)