This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-docker-update
in repository https://gitbox.apache.org/repos/asf/tvm.git
discard 118598799f [ci][docker] Nightly Docker image update
add b29ab5c6ba [Hexagon] Add test to show scheduling of resnet50 with
async dma pipe⦠(#13352)
add 9cb36b1aad [COMMUNITY] Egor Churaev -> Committer (#13422)
add 53824d697a [Hexagon][QNN] Add TOPI strategies for qnn ops
mul/tanh/subtract (#13416)
add 37a885553c [microNPU] Fix Cascader code generation without
StorageRewrite (#13365)
add 490e0e3120 [ci] Split out C++ unittests (#13335)
add 4f35b4ded1 [TIR][Hexagon] Async DMA fixups (#13436)
add bfb4c00197 [OpenCL] Improve OpenCL version detection (#13434)
add 1888dbd72d [DOCKER][ADRENO] Enable autotvm tuning cache from tophub
for Adreno GPU (#13427)
add 8eff158470 [RUNTIME][CLML] Add fixes to clml runtime api (#13426)
add b023e9539c [Fix,Roofline] Handle zero length features in roofline
(#13424)
add 80f8e8bb74 [TE] Remove binding to temporary variable (#13430)
add c1b8721695 [microNPU] Upgrade Vela to v3.5.0 (#13394)
add b5a7bd4c20 [ci][docker] Nightly Docker image update
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (118598799f)
\
N -- N -- N refs/heads/nightly-docker-update (b5a7bd4c20)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CONTRIBUTORS.md | 3 +-
Jenkinsfile | 1518 +++++---------------
apps/microtvm/cmsisnn/requirements.txt | 79 +-
apps/microtvm/ethosu/requirements.txt | 79 +-
ci/jenkins/Build.groovy.j2 | 131 +-
ci/jenkins/Deploy.groovy.j2 | 2 +-
ci/jenkins/Jenkinsfile.j2 | 27 +-
ci/jenkins/Test.groovy.j2 | 70 +-
ci/jenkins/macros.j2 | 39 +-
ci/scripts/jenkins/cmd_utils.py | 11 +
ci/scripts/jenkins/s3.py | 140 ++
docker/install/ubuntu_install_vela.sh | 2 +-
gallery/how_to/work_with_microtvm/micro_ethosu.py | 4 +-
python/gen_requirements.py | 2 +-
python/tvm/auto_scheduler/feature.py | 2 +
python/tvm/autotvm/tophub.py | 2 +
python/tvm/contrib/hexagon/meta_schedule.py | 23 +-
.../relay/backend/contrib/ethosu/tir/compiler.py | 6 +-
.../tvm/relay/backend/contrib/ethosu/tir/passes.py | 5 +
python/tvm/relay/op/contrib/clml.py | 70 +-
python/tvm/relay/qnn/op/_qnn.py | 11 +-
python/tvm/relay/qnn/strategy/generic.py | 27 +
python/tvm/relay/qnn/strategy/hexagon.py | 36 +
python/tvm/tir/tensor_intrin/hexagon.py | 178 +--
python/tvm/topi/hexagon/qnn/nn.py | 179 ++-
python/tvm/utils/roofline/__init__.py | 2 +
src/auto_scheduler/feature.cc | 5 +-
src/relay/backend/contrib/clml/codegen.cc | 26 +-
.../backend/contrib/{cudnn => clml}/target.cc | 13 +-
src/relay/qnn/op/add.cc | 3 +-
src/relay/qnn/op/mul.cc | 3 +-
src/relay/qnn/op/requantize.cc | 3 +
src/relay/qnn/op/subtract.cc | 3 +-
src/runtime/contrib/clml/clml_runtime.cc | 38 +-
src/runtime/hexagon/hexagon_device_api.cc | 2 +-
src/runtime/opencl/opencl_common.h | 11 +-
src/runtime/opencl/opencl_device_api.cc | 70 +-
src/te/operation/create_primfunc.cc | 4 +-
src/tir/transforms/lower_async_dma.cc | 2 +-
src/tir/transforms/lower_tvm_builtin.cc | 6 +-
tests/python/contrib/test_clml/infrastructure.py | 2 +-
.../test_ethosu/cascader/test_memory_reduction.py | 8 +-
.../metaschedule_e2e/test_resnet50_int8.py | 218 ++-
.../test_hexagon/test_wo_qnn_canonicalization.py | 178 ++-
tests/scripts/task_ci_setup.sh | 41 -
...ntegration_i386only.sh => task_clear_pytest.sh} | 9 +-
tests/scripts/task_cpp_unittest.sh | 30 +-
...k_python_topi.sh => task_microtvm_cpp_tests.sh} | 21 +-
tests/scripts/task_python_adreno.sh | 3 +-
49 files changed, 1575 insertions(+), 1772 deletions(-)
create mode 100755 ci/scripts/jenkins/s3.py
copy src/relay/backend/contrib/{cudnn => clml}/target.cc (75%)
delete mode 100755 tests/scripts/task_ci_setup.sh
copy tests/scripts/{task_python_integration_i386only.sh =>
task_clear_pytest.sh} (88%)
copy tests/scripts/{task_python_topi.sh => task_microtvm_cpp_tests.sh} (70%)