You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/12/06 00:00:42 UTC

[tvm] branch nightly-docker-update updated (61929fb11a -> 97de7643f5)

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 61929fb11a [ci][docker] Nightly Docker image update
     add e7160d569a Add recursive on loop with marked kUnrolled (#13536)
     add 012551ffda [microNPU] Fix cascade scheduling stability (#13428)
     add 2b110367d1 [microTVM][Arduino]Add `serial_number` to project options and tests (#13518)
     add 3e956ce9da [DNNL][BYOC] enable dense_bias_sum fusion (#13550)
     add 3482eab1c5 [Fix Bug]fix the bug of schedule batch_matmul_int8 on cuda (#13551)
     add 965490e618 [Relay] Optimize transform shape (#13519)
     add 97de7643f5 [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   (61929fb11a)
            \
             N -- N -- N   refs/heads/nightly-docker-update (97de7643f5)

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:
 Jenkinsfile                                        |  20 +-
 .../template_project/microtvm_api_server.py        |  51 +-
 apps/microtvm/poetry.lock                          | 556 ++++++++++++++++++---
 apps/microtvm/pyproject.toml                       |   1 +
 ci/jenkins/Jenkinsfile.j2                          |  20 +-
 python/tvm/micro/testing/pytest_plugin.py          |  13 +
 python/tvm/relay/op/contrib/dnnl.py                |  23 +
 python/tvm/topi/cuda/batch_matmul.py               |   6 +-
 src/contrib/ethosu/cascader/pareto.cc              |   6 +
 src/runtime/contrib/dnnl/dnnl_json_runtime.cc      |   4 +
 src/tir/ir/data_layout.cc                          |  10 +-
 src/tir/transforms/loop_partition.cc               |   3 +-
 tests/micro/arduino/README.md                      |   7 +
 .../micro/arduino/test_arduino_error_detection.py  |   7 +-
 tests/micro/arduino/test_arduino_rpc_server.py     |  91 +++-
 tests/micro/arduino/test_arduino_workflow.py       |   3 +-
 tests/micro/arduino/test_utils.py                  |   3 +-
 tests/micro/zephyr/README.md                       |   2 +-
 tests/micro/zephyr/conftest.py                     |  10 -
 tests/python/contrib/test_dnnl.py                  |  26 +
 tests/python/relay/test_any.py                     |   9 +
 .../unittest/test_tir_transform_loop_partition.py  |  69 +++
 22 files changed, 800 insertions(+), 140 deletions(-)