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 370ec6a2c9 [TE][CreatePrimFunc] Fix loop carried dependency case with
nested block levels (#17474)
add 37bca85c95 [OPENCL][ADRENO] Introduce Qualcomm extension support
(#17519)
add 4cfd1817f7 [DOCS] Few fixes for broken Adreno docs (#17518)
add 2123b8cac3 [RUNTIME][CLML] Dynamic backward compatibility (#17516)
No new revisions were added by this update.
Summary of changes:
cmake/config.cmake | 3 +
cmake/modules/OpenCL.cmake | 13 +-
cmake/modules/contrib/CLML.cmake | 2 +-
cmake/utils/FindOpenCL.cmake | 2 +-
docker/bash.sh | 10 +
.../deploy_models/deploy_model_on_adreno_tvmc.py | 34 +-
python/tvm/relay/op/contrib/clml.py | 8 +
src/relay/backend/contrib/clml/codegen.cc | 4 +
src/runtime/contrib/clml/clml_runtime.cc | 346 +++++++++------------
src/runtime/contrib/clml/clml_runtime.h | 119 ++++++-
src/runtime/contrib/clml/clml_utils.cc | 43 +--
src/runtime/contrib/clml/clml_utils.h | 14 +-
src/runtime/opencl/opencl_common.h | 14 +-
src/runtime/opencl/opencl_device_api.cc | 50 ++-
src/support/libinfo.cc | 5 +
tests/cpp-runtime/opencl/aa_opencl_qcom_extn.cc | 50 +++
tests/scripts/ci.py | 27 +-
tests/scripts/task_build_adreno_bins.sh | 2 +
18 files changed, 485 insertions(+), 261 deletions(-)
create mode 100644 tests/cpp-runtime/opencl/aa_opencl_qcom_extn.cc