You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/05/25 19:14:20 UTC

[tvm] branch main updated (aefa0c8 -> dc5fc68)

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

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


    from aefa0c8  [Relay][dismantler] Added handling of packed func (#8004)
     add dc5fc68  [METAL] Split kernels and compile them separately (#7980)

No new revisions were added by this update.

Summary of changes:
 apps/android_camera/app/src/main/jni/tvm_runtime.h |  1 +
 apps/android_rpc/app/src/main/jni/tvm_runtime.h    |  1 +
 golang/src/tvm_runtime_pack.cc                     |  1 +
 src/runtime/metal/metal_module.mm                  | 79 ++++++++++++----------
 src/runtime/opencl/opencl_common.h                 |  8 ---
 src/runtime/opencl/opencl_module.cc                | 39 ++---------
 .../{rpc/rpc_channel.cc => source_utils.cc}        | 44 ++++++------
 .../{stackvm/stackvm_module.h => source_utils.h}   | 27 ++++----
 src/target/source/codegen_metal.cc                 | 25 ++++---
 9 files changed, 100 insertions(+), 125 deletions(-)
 copy src/runtime/{rpc/rpc_channel.cc => source_utils.cc} (52%)
 copy src/runtime/{stackvm/stackvm_module.h => source_utils.h} (60%)