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/07/06 00:00:45 UTC

[tvm] branch nightly-docker-update updated (2d703d38f7 -> 24646659f2)

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 2d703d38f7 [ci][docker] Nightly Docker image update
     add ef08c36294 [Adreno] Modify default AutoTVM params for conv2d (#12005)
     add 83b310d5a4 [Frontend][TFLite] Add support for NonMaxSuppressionV5 op (#12003)
     add b7e299f4a4 [BYOC-DNNL]rewrite downsize blocks for rensetv1 to get better performance (#11822)
     add 3cca6465ba [microTVM] Autotuning performance tests (#11782)
     add 24646659f2 [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   (2d703d38f7)
            \
             N -- N -- N   refs/heads/nightly-docker-update (24646659f2)

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                                        |  16 +-
 .../zephyr/template_project/microtvm_api_server.py |   1 +
 .../zephyr/template_project/src/host_driven/main.c |  52 ++----
 ci/jenkins/Jenkinsfile.j2                          |  16 +-
 .../cost_model => micro/testing}/__init__.py       |   7 +-
 python/tvm/micro/testing/aot_test_utils.py         |  13 +-
 python/tvm/micro/testing/evaluation.py             | 150 +++++++++++++++++
 python/tvm/micro/testing/utils.py                  |  19 ++-
 python/tvm/relay/frontend/tflite.py                |  64 ++++++++
 python/tvm/relay/op/contrib/dnnl.py                | 179 +++++++++++++++++++++
 python/tvm/testing/utils.py                        |  45 +++++-
 python/tvm/topi/adreno/conv2d_nchw.py              |   3 +
 python/tvm/topi/adreno/conv2d_nhwc.py              |   5 +
 python/tvm/topi/adreno/depthwise_conv2d_nchw.py    |  16 +-
 python/tvm/topi/adreno/depthwise_conv2d_nhwc.py    |  15 +-
 python/tvm/topi/adreno/utils.py                    |  44 +++++
 tests/lint/check_file_type.py                      |   1 -
 tests/micro/arduino/test_utils.py                  |  20 +--
 tests/micro/common/conftest.py                     |  13 +-
 tests/micro/common/test_autotune.py                |  96 +++++++++++
 tests/micro/common/test_tvmc.py                    |  27 +---
 tests/micro/testdata/kws/yes_no.tflite             | Bin 18712 -> 0 bytes
 tests/python/contrib/test_dnnl.py                  | 100 ++++++++++++
 tests/python/frontend/tflite/test_forward.py       |  40 +++++
 tests/scripts/task_python_microtvm.sh              |   4 +-
 25 files changed, 828 insertions(+), 118 deletions(-)
 copy python/tvm/{auto_scheduler/cost_model => micro/testing}/__init__.py (78%)
 create mode 100644 python/tvm/micro/testing/evaluation.py
 create mode 100644 tests/micro/common/test_autotune.py
 delete mode 100644 tests/micro/testdata/kws/yes_no.tflite