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 15:16:30 UTC

[tvm] branch dependabot/pip/apps/microtvm/cmsisnn/numpy-1.22.0 updated (0b8e5338ce -> 38be0ce639)

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

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


 discard 0b8e5338ce Bump numpy from 1.19.5 to 1.22.0 in /apps/microtvm/cmsisnn
     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 38be0ce639 Bump numpy from 1.19.5 to 1.22.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   (0b8e5338ce)
            \
             N -- N -- N   refs/heads/dependabot/pip/apps/microtvm/cmsisnn/numpy-1.22.0 (38be0ce639)

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/hexagon_launcher/launcher_hexagon.cc          |   6 +
 apps/microtvm/cmsisnn/requirements.txt             | 116 +++---
 python/tvm/relay/op/contrib/arm_compute_lib.py     |  15 +-
 python/tvm/tir/schedule/schedule.py                |   4 +-
 .../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_pooling.py   | 414 +++++++++++----------
 .../unittest/test_tir_schedule_transform_layout.py |  15 +
 9 files changed, 391 insertions(+), 294 deletions(-)