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


    omit c7c67e3532 [ci][docker] Nightly Docker image update
     add 435df5081a [microTVM] Use `serial_number` in Zephyr tutorials (#13479)
     add 40d0ec7515 [ci][docker] Update Docker image tags (#13504)
     add 95d2e9fa35 [ARM] Add dynamic matvec support (#13502)
     add 57de9e7f3d Revert "[microTVM] enable building microTVM components by 
default" (#13503)
     add c0ba8a1951 [docs][Adreno] Remove unnecessary compilation flag (#13509)
     add f6f7feafb2 [CMSIS-NN] Support int16 handling for pooling functions 
(#13498)
     add b9f89a2eb9 [Docs][Bug] Fix broken link to tvmc python (#13499)
     add b587e33027 [microTVM][Tutorial] Fix micro_aot and micro_autotune 
tutorials (#13513)
     add 694d4bf5ea [tir] Add copy on write to all nodes (#13512)
     add 494518b5df [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   (c7c67e3532)
            \
             N -- N -- N   refs/heads/nightly-docker-update (494518b5df)

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:
 CMakeLists.txt                                     |  7 +----
 Jenkinsfile                                        | 20 +++++++--------
 ci/jenkins/Jenkinsfile.j2                          | 20 +++++++--------
 cmake/config.cmake                                 |  3 +++
 conda/recipe/build.sh                              |  3 ---
 conda/recipe/meta.yaml                             |  3 ---
 docs/how_to/deploy/adreno.rst                      |  2 +-
 gallery/how_to/work_with_microtvm/micro_aot.py     |  8 +++++-
 .../how_to/work_with_microtvm/micro_autotune.py    |  9 ++++---
 gallery/how_to/work_with_microtvm/micro_tflite.py  |  3 ++-
 gallery/tutorial/tvmc_command_line_driver.py       |  8 +++---
 include/tvm/ir/expr.h                              |  2 ++
 include/tvm/tir/expr.h                             | 30 ++++++++++++++++++++++
 include/tvm/tir/stmt.h                             | 12 +++++++++
 python/tvm/relay/op/contrib/cmsisnn.py             | 12 ++++++---
 python/tvm/relay/op/strategy/arm_cpu.py            | 18 ++++++++++++-
 python/tvm/relay/op/strategy/x86.py                |  9 +++----
 python/tvm/topi/utils.py                           |  7 ++++-
 src/relay/backend/contrib/cmsisnn/relay_to_tir.cc  | 29 ++++++++++++++++-----
 .../backend/contrib/cmsisnn/tir_to_runtime.cc      |  3 ++-
 tests/python/contrib/test_cmsisnn/test_pooling.py  | 12 ++++-----
 tests/scripts/task_config_build_arm.sh             |  1 +
 tests/scripts/task_config_build_cortexm.sh         |  1 +
 tests/scripts/task_config_build_cpu.sh             |  1 +
 tests/scripts/task_config_build_gpu.sh             |  1 +
 tests/scripts/task_config_build_gpu_other.sh       |  1 +
 tests/scripts/task_config_build_hexagon.sh         |  2 ++
 tests/scripts/task_config_build_i386.sh            |  1 +
 tests/scripts/task_config_build_minimal.sh         |  1 +
 tests/scripts/task_config_build_riscv.sh           |  1 +
 tests/scripts/task_config_build_wasm.sh            |  1 +
 31 files changed, 166 insertions(+), 65 deletions(-)

Reply via email to