This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/pip/apps/android_camera/models/tensorflow-2.11.1
in repository https://gitbox.apache.org/repos/asf/tvm.git
omit da14fb03b3 Bump tensorflow from 2.9.3 to 2.11.1 in
/apps/android_camera/models
add 6c34361369 [Hexagon] Adapt some intrinsics for high vector lanes
(#14345)
add 6e70e79162 [microNPU] Upgrade Vela to v3.7.0 (#14374)
add 30bf013e78 [TIR][Schedule] Add unittest for read_write_at (#14395)
add da8335378a [TVMC][microNPU] tvmc option for printing which operators
are offloaded to Ethos-U (#13212)
add a0edf24c60 [TIR] Refactor BF16Legalize (#14405)
add 14ddb37d14 [MetaSchedule][Hexagon] Improve vectorization for
standalone elementwise op (#14408)
add b3a5e18f6f [TVMScript] Improved error message for unexpected top frame
(#14399)
add 0ded2132e6 [skip ci] Replace magic_wand model with micro_speech
(#14414)
add 0e28541149 [microTVM] Update poetry to fix security issues (#14429)
add 0707494e4e Bump tensorflow from 2.9.3 to 2.11.1 in
/apps/android_camera/models
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 (da14fb03b3)
\
N -- N -- N
refs/heads/dependabot/pip/apps/android_camera/models/tensorflow-2.11.1
(0707494e4e)
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:
apps/microtvm/cmsisnn/requirements.txt | 10 +-
apps/microtvm/ethosu/requirements.txt | 10 +-
apps/microtvm/poetry.lock | 3342 ++++++++++----------
apps/microtvm/pyproject.toml | 54 +-
docker/install/ubuntu_install_vela.sh | 2 +-
gallery/how_to/work_with_microtvm/micro_ethosu.py | 4 +-
gallery/how_to/work_with_microtvm/micro_tvmc.sh | 14 +-
include/tvm/tir/transform.h | 10 +-
include/tvm/topi/elemwise.h | 6 +-
python/gen_requirements.py | 2 +-
python/tvm/driver/tvmc/compiler.py | 173 +
.../tvm/relay/analysis/operations_distribution.py | 102 +
python/tvm/relay/transform/suffixes.py | 105 +
python/tvm/tir/transform/transform.py | 45 +-
python/tvm/topi/hexagon/tensor_intrin.py | 309 +-
src/driver/driver_api.cc | 3 +-
.../postproc/disallow_async_strided_mem_copy.cc | 2 +-
.../postproc/rewrite_parallel_vectorize_unroll.cc | 81 +-
src/meta_schedule/postproc/verify_gpu_code.cc | 2 +-
.../backend/contrib/cmsisnn/extract_constants.cc | 1 +
src/relay/backend/contrib/cmsisnn/fuse_pads.cc | 3 +-
.../backend/contrib/cmsisnn/generate_constants.cc | 12 +-
.../contrib/cmsisnn/scalar_to_tensor_constant.cc | 5 +-
src/relay/transforms/annotate_target.cc | 1 +
src/script/ir_builder/tir/utils.h | 26 +-
src/target/codegen.cc | 1 -
src/target/llvm/codegen_llvm.cc | 4 +
src/target/llvm/llvm_module.cc | 1 -
src/tir/op/op.cc | 2 +
src/tir/transforms/arg_binder.cc | 2 +-
src/tir/transforms/bf16_legalize.cc | 696 ++--
src/tir/transforms/storage_access.h | 1 -
tests/lint/check_file_type.py | 1 +
tests/lint/rat-excludes | 1 +
tests/micro/arduino/test_utils.py | 2 +-
tests/micro/common/test_autotune.py | 2 +-
tests/micro/common/test_tvmc.py | 2 +-
tests/python/contrib/test_ethosu/infra.py | 11 +-
.../test_pass_operations_distribution.py | 173 +
.../test_hexagon/test_fixed_point_multiply.py | 138 +-
tests/python/driver/tvmc/test_compiler.py | 351 ++
tests/python/frontend/onnx/test_forward.py | 8 +
...e_postproc_rewrite_parallel_vectorize_unroll.py | 44 +
tests/python/unittest/test_target_codegen_llvm.py | 6 +-
.../unittest/test_tir_schedule_read_write_at.py | 221 ++
.../unittest/test_tir_transform_bf16_legalize.py | 257 +-
tests/scripts/request_hook/request_hook.py | 2 +-
47 files changed, 4012 insertions(+), 2238 deletions(-)
create mode 100644 python/tvm/relay/analysis/operations_distribution.py
create mode 100644 python/tvm/relay/transform/suffixes.py
create mode 100644
tests/python/contrib/test_ethosu/test_pass_operations_distribution.py
create mode 100644 tests/python/unittest/test_tir_schedule_read_write_at.py