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/22 03:53:51 UTC

[tvm] branch main updated (1c71a06 -> 46e0634)

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 1c71a06  [ONNX][TOPI][RELAY] Resize refactor (#7883)
     add 46e0634  [Runtime] Driver version + consistent clock speed units (#7867)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/device_api.h        |   3 +-
 python/tvm/_ffi/runtime_ctypes.py       | 160 +++++++++++++++++++++++++++++---
 src/runtime/cuda/cuda_device_api.cc     |   2 +
 src/runtime/metal/metal_device_api.mm   |   2 +
 src/runtime/opencl/opencl_common.h      |  11 +++
 src/runtime/opencl/opencl_device_api.cc |  39 ++++++--
 src/runtime/rocm/rocm_device_api.cc     |   2 +
 src/runtime/vulkan/vulkan.cc            |  23 +++--
 8 files changed, 213 insertions(+), 29 deletions(-)