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:39:06 UTC

[tvm] branch dependabot/pip/apps/microtvm/cmsisnn/pillow-9.0.1 updated (78d3f860d8 -> 84e1af62c1)

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.0.1
in repository https://gitbox.apache.org/repos/asf/tvm.git


 discard 78d3f860d8 Bump pillow from 8.3.2 to 9.0.1 in /apps/microtvm/cmsisnn
     add 1ff6e99556 [OPENCL][TEXTURE] Test case enhancements and fixes for RPC (#13408)
     add 24b7d9fdd0 [MetaSchedule] Fix Dynamic Loop from AutoBinding (#13421)
     add 76a6e7141f [TVMScript] Output elif where possible (#13433)
     add 26d9b5a7c6 [Hotfix] Skip Flaky Tests (Tracked in #13443) (#13444)
     add d6632070a0 [Fix] Fix IndexDataTypeNormalizer to avoid redundant casting (#13449)
     add 41b04007aa [FIX][ONNX][Relay] onnx converter on matmul with scalar; bring back nn.matmul check (#13448)
     add edfeba5c3a [Roofline] Allow user choice of pass for saving lowered TIR (#13437)
     add 8136173a63 [ci][docs] Fix docs deploy (#13442)
     add b419c4b4de [Roofline] Add fma (non-tensorcore) peak flops for CUDA (#13419)
     add 77f9c49b4e [Fix][MetaSchedule] Param for rule AutoBind on Python side (#13454)
     add 1b3d77a897 [RPC] Fix tracker connection termination (#13420)
     add 9778907811 [RUNTIME][CLML] Fix Dense layer crash issue (#13451)
     add 3ccc3009a6 Fix building static tvm_runtime on windows (#13445)
     add 545f8dc927 [TOPI] Add handwritten matvec for dynamic cases (#13423)
     add 7cfa62e255 [Meta Schedule] Patch ICHECK for `target_has_vnni` to avoid seg fault (#13441)
     add 3ad425fbdf [Docker]Add privileged option for hardware with USB access testing (#13460)
     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 84e1af62c1 Bump pillow from 8.3.2 to 9.0.1 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   (78d3f860d8)
            \
             N -- N -- N   refs/heads/dependabot/pip/apps/microtvm/cmsisnn/pillow-9.0.1 (84e1af62c1)

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                                     |   9 +-
 Jenkinsfile                                        |  13 +-
 apps/android_camera/models/requirements.txt        |   2 +-
 apps/microtvm/cmsisnn/requirements.txt             | 104 ++--
 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/Deploy.groovy.j2                        |   5 +-
 ci/jenkins/Test.groovy.j2                          |   1 +
 ci/scripts/jenkins/s3.py                           |   7 +-
 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/bash.sh                                     |  11 +-
 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 +-
 .../tvm/meta_schedule/schedule/cuda/thread_bind.h  |   1 +
 include/tvm/tir/data_type_rewriter.h               |   1 +
 python/tvm/ir/module.py                            |  16 +-
 .../tvm/meta_schedule/schedule_rule/auto_bind.py   |   4 +
 python/tvm/meta_schedule/testing/torchbench/run.py |  42 +-
 .../tvm/meta_schedule/testing/torchbench/utils.py  |  63 ++-
 python/tvm/relay/frontend/onnx.py                  |  15 +-
 python/tvm/relay/frontend/tflite.py                |   2 +-
 python/tvm/relay/op/contrib/arm_compute_lib.py     |   6 +-
 python/tvm/relay/op/contrib/cmsisnn.py             |  33 +-
 python/tvm/relay/op/strategy/x86.py                |  19 +
 python/tvm/rpc/base.py                             |  36 +-
 python/tvm/rpc/proxy.py                            |   8 +-
 python/tvm/rpc/server.py                           |   4 +-
 python/tvm/rpc/tracker.py                          |   2 +-
 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 +-
 python/tvm/topi/x86/dense.py                       |  60 +++
 python/tvm/utils/roofline/__init__.py              |  11 +-
 python/tvm/utils/roofline/cuda.py                  |  94 +++-
 src/arith/rewrite_simplify.cc                      |  16 +-
 src/driver/driver_api.cc                           |   2 -
 src/meta_schedule/schedule/cuda/thread_bind.cc     |   2 +-
 src/meta_schedule/schedule/cuda/winograd.cc        |   3 +-
 .../space_generator/space_generator.cc             |   6 +-
 src/printer/tvmscript_printer.cc                   |  24 +-
 src/relay/backend/contrib/cmsisnn/relay_to_tir.cc  |  35 +-
 .../backend/contrib/cmsisnn/tir_to_runtime.cc      |   3 +-
 src/relay/op/nn/nn.h                               |   1 +
 src/relay/transforms/annotate_texture_storage.cc   |  12 -
 src/relay/transforms/simplify_expr.h               |   4 +-
 src/runtime/contrib/clml/clml_runtime.cc           |   4 +-
 src/te/operation/create_primfunc.cc                |   2 +-
 src/tir/analysis/control_flow_graph.cc             | 117 +++--
 src/tir/analysis/control_flow_graph.h              |  12 +-
 src/tir/ir/data_type_rewriter.cc                   |  11 +-
 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 +-
 tests/python/frontend/onnx/test_forward.py         |   7 +-
 .../test_clml => relay/opencl_texture}/conftest.py |  21 +-
 .../opencl_texture/test_conv2d_nchw_texture.py     | 114 +++--
 .../opencl_texture/test_conv2d_nhwc_texture.py     |  74 +--
 .../test_depthwise_conv2d_nchw_texture.py          |  24 +-
 .../test_depthwise_conv2d_nhwc_texture.py          |  24 +-
 tests/python/relay/opencl_texture/test_network.py  |  69 +++
 .../relay/opencl_texture/test_reduction_texture.py |  12 +-
 .../relay/opencl_texture/utils/adreno_utils.py     | 130 +++--
 tests/python/relay/test_op_level1.py               |   5 +
 tests/python/topi/python/test_topi_dense.py        |   3 +
 .../python/unittest/test_arith_rewrite_simplify.py |   9 +
 .../test_meta_schedule_space_cpu_winograd.py       |   1 -
 .../test_meta_schedule_space_cuda_winograd.py      | 241 ++++++++++
 tests/python/unittest/test_roofline.py             |   7 +
 ...mscript_ir_builder_base.py => test_rpc_base.py} |  42 +-
 .../python/unittest/test_runtime_module_export.py  |   6 +-
 tests/python/unittest/test_runtime_rpc.py          |  13 +-
 tests/python/unittest/test_te_create_primfunc.py   |  36 +-
 .../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  |  74 +++
 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 -
 113 files changed, 3451 insertions(+), 889 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%)
 copy tests/python/{contrib/test_clml => relay/opencl_texture}/conftest.py (59%)
 create mode 100644 tests/python/relay/opencl_texture/test_network.py
 copy tests/python/unittest/{test_tvmscript_ir_builder_base.py => test_rpc_base.py} (56%)