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/28 10:38:58 UTC

[tvm] branch dependabot/pip/apps/microtvm/cmsisnn/pillow-9.3.0 updated (2dec6b577b -> b818834be1)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/pip/apps/microtvm/cmsisnn/pillow-9.3.0
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard 2dec6b577b Bump pillow from 8.3.2 to 9.3.0 in /apps/microtvm/cmsisnn
     add 723a13ac08 [MetaSchedule] TorchBench tuning script: add option to disallow operators in sub graph (#13453)
     add 27d8d4153b Bump tensorflow from 2.9.1 to 2.9.3 in /apps/android_camera/models (#13455)
     add f38dbbbd32 Bump tflite from 2.4.0 to 2.10.0 in /apps/microtvm/cmsisnn (#13457)
     add e662970647 [microTVM] enable building microTVM components by default (#13073)
     add 1c67768483 [MetaSchedule][Minor] Unify Cuda-TensorCore Naming in Schedule Rule Kind (#13473)
     add a41e192dc8 [MetaSchedule] TorchBench tuning script: add task extraction mode (#13452)
     add e2fc4d7e98 [TVMScript] Improvements tvm.script.highlight (#13438)
     add 8cccc253da [ci] Enable CRT tests for CPU minimal build (#13471)
     add b2058f4dd2 [CI][Docker] Store GTest sources in GPU docker image (#13468)
     add ca5bc958d1 [tir]delete useless param in driver_api.cc (#13474)
     add dcea36e76d Add python venvs to demo_ images that build (#13435)
     add 3680b3cb49 [microTVM][Zephyr] Add 'serial_number' option (#13377)
     add fae4c5f1b3 [TIR] Fix an error when the result of compute_at has unit loop (#13481)
     add 2105b937cd [OpenCL][Adreno] Remove PrimFunc parameters annotation (#13483)
     add f5a102c83c [CMSIS-NN] Support for int16 in fully connected layer (#13484)
     add 101e3a4ade [TIR][Transform] Optional data-flow analysis in RemoveNoOp (#13217)
     add fc606c09b2 [TIR][TVMScript] Cleaner printing of And/Or chains (#13432)
     add 9098b497bb [TIR] Correct type annotation for `rfactor` (#13485)
     add 61a4f21412 [RUNTIME] Correctly handling export_module when exporting modules of different type (#13489)
     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 b818834be1 Bump pillow from 8.3.2 to 9.3.0 in /apps/microtvm/cmsisnn

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   (2dec6b577b)
            \
             N -- N -- N   refs/heads/dependabot/pip/apps/microtvm/cmsisnn/pillow-9.3.0 (b818834be1)

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                                        |   6 +-
 apps/android_camera/models/requirements.txt        |   2 +-
 apps/microtvm/cmsisnn/requirements.txt             |   6 +-
 apps/microtvm/ethosu/requirements.txt              | 116 ++---
 .../template_project/CMakeLists.txt.template       |   4 +-
 .../zephyr/template_project/microtvm_api_server.py | 192 +++++---
 ci/jenkins/Build.groovy.j2                         |   3 +-
 ci/jenkins/Test.groovy.j2                          |   1 +
 cmake/config.cmake                                 |   3 -
 conda/recipe/build.sh                              |   3 +
 conda/recipe/meta.yaml                             |   3 +
 docker/Dockerfile.ci_gpu                           |   2 +-
 docker/Dockerfile.demo_android                     |   7 +
 docker/Dockerfile.demo_rocm                        |   8 +-
 docker/Dockerfile.demo_vitis_ai                    |   4 +
 docker/install/ubuntu_install_googletest.sh        |  21 +-
 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 +-
 python/tvm/ir/module.py                            |  16 +-
 python/tvm/meta_schedule/testing/torchbench/run.py |  42 +-
 .../tvm/meta_schedule/testing/torchbench/utils.py  |  63 ++-
 python/tvm/relay/op/contrib/arm_compute_lib.py     |   6 +-
 python/tvm/relay/op/contrib/cmsisnn.py             |  33 +-
 python/tvm/runtime/module.py                       |  17 +-
 python/tvm/script/highlight.py                     | 264 +++++++----
 python/tvm/tir/function.py                         |  16 +-
 python/tvm/tir/schedule/schedule.py                |   2 +-
 python/tvm/tir/schedule/trace.py                   |  14 +-
 src/arith/rewrite_simplify.cc                      |  16 +-
 src/driver/driver_api.cc                           |   2 -
 .../space_generator/space_generator.cc             |   4 +-
 src/printer/tvmscript_printer.cc                   |   6 +-
 src/relay/backend/contrib/cmsisnn/relay_to_tir.cc  |  35 +-
 .../backend/contrib/cmsisnn/tir_to_runtime.cc      |   3 +-
 src/relay/transforms/annotate_texture_storage.cc   |  12 -
 src/relay/transforms/simplify_expr.h               |   4 +-
 src/tir/analysis/control_flow_graph.cc             | 117 +++--
 src/tir/analysis/control_flow_graph.h              |  12 +-
 src/tir/schedule/primitive/compute_at.cc           |   2 +-
 src/tir/transforms/remove_no_op.cc                 | 230 +++++++--
 .../test_hexagon => micro/project_api}/__init__.py |   2 +-
 tests/micro/project_api/test_project_api.py        |  34 +-
 .../test_zephyr_microtvm_api_server.py}            |  19 +-
 .../project_api/{test_project_api.py => utils.py}  |  38 +-
 tests/micro/zephyr/README.md                       |   6 +
 .../test_hexagon => micro/zephyr}/__init__.py      |   2 +-
 tests/micro/zephyr/conftest.py                     |  18 +-
 tests/micro/zephyr/test_zephyr.py                  | 123 +++--
 tests/micro/zephyr/test_zephyr_aot_exec.py         |  34 +-
 .../zephyr/test_zephyr_aot_exec_standalone.py      |  31 +-
 tests/micro/zephyr/test_zephyr_armv7m.py           |  30 +-
 tests/micro/zephyr/{test_utils.py => utils.py}     |  16 +-
 .../contrib/test_arm_compute_lib/test_dense.py     |  29 +-
 .../contrib/test_cmsisnn/test_fully_connected.py   |  25 +-
 .../opencl_texture/test_conv2d_nchw_texture.py     |  14 +-
 .../python/unittest/test_arith_rewrite_simplify.py |   9 +
 .../python/unittest/test_runtime_module_export.py  |   6 +-
 .../unittest/test_tir_schedule_compute_at.py       |  52 ++
 .../unittest/test_tir_schedule_transform_layout.py |  12 +-
 .../unittest/test_tir_transform_remove_no_op.py    | 521 +++++++++++++++++++++
 .../python/unittest/test_tir_transform_simplify.py |   1 +
 tests/python/unittest/test_tvmscript_roundtrip.py  |  32 ++
 tests/scripts/task_build_adreno_bins.sh            |   1 +
 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_riscv.sh           |   1 -
 tests/scripts/task_config_build_wasm.sh            |   1 -
 75 files changed, 2409 insertions(+), 650 deletions(-)
 create mode 100644 docs/how_to/deploy/adreno.rst
 create mode 100644 gallery/how_to/deploy_models/deploy_model_on_adreno.py
 copy tests/{python/contrib/test_hexagon => micro/project_api}/__init__.py (92%)
 copy tests/{python/unittest/test_tir_transform_decorate_device_scope.py => micro/project_api/test_zephyr_microtvm_api_server.py} (70%)
 copy tests/micro/project_api/{test_project_api.py => utils.py} (66%)
 copy tests/{python/contrib/test_hexagon => micro/zephyr}/__init__.py (93%)
 rename tests/micro/zephyr/{test_utils.py => utils.py} (96%)