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

github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from d582b7e511 [CONTAINER] Struct Hash/Equal and JSON support for 
ShapeTuple (#13671)
     add cef3f0d7d5 [RUNTIME][OPENCL] OpenCL host pointer support to acheive 
zero copy (#13413)
     add 6f6bf1912e [BugFix] Pylance emits the warnning 'Code is unreachable'  
(#13673)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  1 +
 cmake/config.cmake                                 |  5 ++++
 cmake/modules/LibInfo.cmake                        |  1 +
 cmake/modules/OpenCL.cmake                         |  3 ++
 cmake/modules/contrib/CLML.cmake                   |  4 ++-
 python/tvm/ir/base.py                              |  4 +--
 src/runtime/opencl/opencl_common.h                 |  5 ++++
 src/runtime/opencl/opencl_device_api.cc            | 32 ++++++++++++++++++++--
 .../opencl/opencl_wrapper/opencl_wrapper.cc        | 31 +++++++++++++++++++++
 src/support/libinfo.cc                             |  5 ++++
 .../cpp-runtime/opencl/opencl_nativeptr.cc         | 27 ++++++++----------
 11 files changed, 97 insertions(+), 21 deletions(-)
 copy src/topi/vision.cc => tests/cpp-runtime/opencl/opencl_nativeptr.cc (64%)

Reply via email to