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 2022/07/27 19:18:18 UTC

[tvm] branch main updated (98d5feb297 -> 96b151751a)

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 98d5feb297 [docs] Update tlcpack-sphinx-addon (#12188)
     add 96b151751a [OpenCL] Fix profiling hang for OpenCL device (#12173)

No new revisions were added by this update.

Summary of changes:
 .../graph_executor/debug/graph_executor_debug.cc   |  2 +-
 src/runtime/opencl/opencl_common.h                 | 33 +++++++++---
 src/runtime/opencl/opencl_device_api.cc            |  2 +
 tests/cpp-runtime/opencl/opencl_timer_test.cc      | 61 ++++++++++++++++++++++
 4 files changed, 90 insertions(+), 8 deletions(-)
 create mode 100644 tests/cpp-runtime/opencl/opencl_timer_test.cc