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 0707494e4e Bump tensorflow from 2.9.3 to 2.11.1 in 
/apps/android_camera/models
     add 9f6ce7cbf9 [relay][frontend][pytorch]Fix a bug in the 
_get_pytorch_value_type function (#14421)
     add 5cca18bb07 [Frontend] Add ONNX importer for QLinearSoftmax (#14425)
     add 4011280b16 [OpenCL][Textures] Always use SSA for texture loading  
(#14397)
     add 79027f92ac [TIR] Remove special-casing of T.address_of in the storage 
rewrite pass (#14430)
     add fafe39ddab [Analysis] Improve error message in VerifyWellFormed 
(#14389)
     add 1d1dbebc73 [microTVM]Fix more security issues with pyproject (#14434)
     add 62159866fb 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   (0707494e4e)
            \
             N -- N -- N   
refs/heads/dependabot/pip/apps/android_camera/models/tensorflow-2.11.1 
(62159866fb)

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/poetry.lock                          | 1259 +++++++++++---------
 apps/microtvm/pyproject.toml                       |   24 +-
 python/tvm/relay/frontend/onnx.py                  |   21 +
 python/tvm/relay/frontend/pytorch.py               |    2 +-
 src/target/source/codegen_opencl.cc                |   48 +-
 src/target/source/codegen_opencl.h                 |    5 -
 src/tir/analysis/verify_well_formed.cc             |   35 +-
 src/tir/transforms/storage_rewrite.cc              |   11 -
 tests/python/frontend/onnx/test_forward.py         |   25 +
 .../relay/opencl_texture/test_injection_texture.py |   85 ++
 .../python/unittest/test_target_codegen_opencl.py  |    6 +-
 .../unittest/test_target_texture_codegen_opencl.py |  375 ++++++
 .../unittest/test_tir_transform_storage_rewrite.py |   53 +
 13 files changed, 1302 insertions(+), 647 deletions(-)
 create mode 100644 tests/python/relay/opencl_texture/test_injection_texture.py

Reply via email to