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/11/29 00:00:50 UTC

[tvm] branch nightly-docker-update updated (cfbb01a9fa -> c7c67e3532)

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 cfbb01a9fa [ci][docker] Nightly Docker image update
     add ae4fd7df7d [Relay][Pattern] Enable rewrite_once in class:DFPatternRewrite (#13490)
     add b8d7cd7fe0 [DOCKER][ADRENO] we don't need microtvm being built for android cross… (#13486)
     add c38a0c50a7 [Adreno] Add documentation for Adreno deployment (#13393)
     add 5d8fc204a5 [ACL] Enable int8 data type in QNN DENSE (#13487)
     add b6151bcaa2 Fix typo in golang sample (#13476)
     add fc59b6dbdf Bump pillow from 8.3.2 to 9.3.0 in /apps/microtvm/ethosu (#13464)
     add a92a3dd84f [ACL] Enable int8 data type in QNN CONV2D (#13496)
     add 61144f9d87 [ACL] Enable int8 data type in CONCATENATE (#13497)
     add 25e98dd5e4 [ACL] Enable int8 data type in pooling operators (#13488)
     add 1e5fc25649 [Hexagon]Call Acquire/Release resources API in Hexagon Launcher durin… (#13495)
     add 449d674e8d [TIR][Schedule] Add condition to check buffer type (#13429)
     add 2a812f90f3 Bump pillow from 8.3.2 to 9.3.0 in /apps/microtvm/cmsisnn (#13465)
     add 36d18e905b [TIR] Fix buffer shape and IndexMap indices dtype mismatch (#13463)
     add 3252362d94 [MetaSchedule] Enhance Database Validation Script (#13459)
     add 5b1a1e3d39 [skip ci][ci][wasm] Add package-lock.json to git (#13505)
     add c7c67e3532 [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   (cfbb01a9fa)
            \
             N -- N -- N   refs/heads/nightly-docker-update (c7c67e3532)

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 +-
 apps/hexagon_launcher/launcher_hexagon.cc          |    6 +
 apps/microtvm/cmsisnn/requirements.txt             |  116 +-
 apps/microtvm/ethosu/requirements.txt              |  116 +-
 ci/jenkins/Jenkinsfile.j2                          |   20 +-
 docs/how_to/deploy/adreno.rst                      |  336 +
 docs/how_to/deploy/index.rst                       |    1 +
 .../how_to/deploy_models/deploy_model_on_adreno.py |  351 +
 golang/sample/complex.go                           |    2 +-
 .../tvm/meta_schedule/testing/validate_database.py |  781 ++-
 python/tvm/relay/op/contrib/arm_compute_lib.py     |   21 +-
 python/tvm/tir/schedule/schedule.py                |    4 +-
 .../measure_callback/remove_build_artifact.cc      |    2 +-
 src/relay/transforms/simplify_expr.h               |    4 +-
 .../schedule/primitive/layout_transformation.cc    |   34 +-
 .../contrib/test_arm_compute_lib/infrastructure.py |   18 +
 .../test_arm_compute_lib/test_concatenate.py       |   72 +-
 .../contrib/test_arm_compute_lib/test_conv2d.py    |   25 +-
 .../contrib/test_arm_compute_lib/test_dense.py     |   29 +-
 .../contrib/test_arm_compute_lib/test_pooling.py   |  414 +-
 .../unittest/test_tir_schedule_transform_layout.py |   36 +
 tests/scripts/task_build_adreno_bins.sh            |    1 +
 web/.gitignore                                     |    1 -
 web/package-lock.json                              | 6724 ++++++++++++++++++++
 web/package.json                                   |    3 +-
 25 files changed, 8605 insertions(+), 532 deletions(-)
 create mode 100644 docs/how_to/deploy/adreno.rst
 create mode 100644 gallery/how_to/deploy_models/deploy_model_on_adreno.py
 create mode 100644 web/package-lock.json