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 468732c6b3 [PopenPool] Enable Stdout & Stderr Redirect in PopenPool &
PopenWorker (#13112)
add 9f047c0627 [DOCKER][Adreno]Docker infra for Adreno target with CLML
support (#12833)
No new revisions were added by this update.
Summary of changes:
.../{Dockerfile.ci_jekyll => Dockerfile.ci_adreno} | 15 +++--
docker/bash.sh | 13 +++-
docker/install/ubuntu_install_cmake_source.sh | 2 +-
python/tvm/testing/utils.py | 13 +++-
.../stm32 => python/contrib/test_clml}/conftest.py | 9 ++-
tests/python/contrib/test_clml/infrastructure.py | 43 +------------
tests/python/contrib/test_clml/test_network.py | 52 ++++-----------
tests/python/contrib/test_clml/test_ops.py | 74 +++++-----------------
.../opencl_texture/test_conv2d_nchw_texture.py | 42 +++++++-----
tests/scripts/ci.py | 34 +++++++++-
tests/scripts/task_build_adreno_bins.sh | 53 ++++++++++++++++
...ig_build_jvm.sh => task_config_build_adreno.sh} | 17 ++---
tests/scripts/task_python_adreno.sh | 65 +++++++++++++++++++
13 files changed, 258 insertions(+), 174 deletions(-)
copy docker/{Dockerfile.ci_jekyll => Dockerfile.ci_adreno} (70%)
copy tests/{micro/stm32 => python/contrib/test_clml}/conftest.py (85%)
create mode 100755 tests/scripts/task_build_adreno_bins.sh
copy tests/scripts/{task_config_build_jvm.sh => task_config_build_adreno.sh}
(75%)
create mode 100755 tests/scripts/task_python_adreno.sh