This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/pip/apps/microtvm/pillow-10.0.1
in repository https://gitbox.apache.org/repos/asf/tvm.git
omit 08428055f8 Bump pillow from 9.2.0 to 10.0.1 in /apps/microtvm
add 7a1f7d0b5a [Docker] Upgrade oneflow to v0.8.0 (#15862)
add e754bc2325 [Relay][Bugfix] Fix conv transpose with default strides in
ONNX frontend (#15868)
add 958c27123a [Fix] Remove duplicated words from comments, NFC (#15873)
new 1f4d2ebd75 Bump pillow from 9.2.0 to 10.0.1 in /apps/microtvm
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 (08428055f8)
\
N -- N -- N
refs/heads/dependabot/pip/apps/microtvm/pillow-10.0.1 (1f4d2ebd75)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docker/install/ubuntu_install_oneflow.sh | 2 +-
docs/Doxyfile | 2 +-
docs/conf.py | 4 ++--
include/tvm/runtime/logging.h | 2 +-
include/tvm/runtime/ndarray.h | 2 +-
include/tvm/runtime/packed_func.h | 2 +-
include/tvm/tir/expr.h | 2 +-
include/tvm/tir/stmt.h | 2 +-
python/tvm/relay/frontend/oneflow.py | 12 ++++++++----
python/tvm/relay/frontend/onnx.py | 4 +++-
python/tvm/relay/op/contrib/clml.py | 2 +-
python/tvm/relay/transform/memory_plan.py | 2 +-
python/tvm/runtime/ndarray.py | 2 +-
python/tvm/te/hybrid/__init__.py | 2 +-
python/tvm/te/schedule.py | 2 +-
python/tvm/topi/arm_cpu/qnn.py | 2 +-
src/arith/const_fold.h | 4 ++--
src/arith/product_normal_form.h | 4 ++--
src/relay/collage/partition_rule.h | 2 +-
src/relay/transforms/combine_parallel_op_batch.h | 2 +-
src/runtime/c_runtime_api.cc | 2 +-
src/runtime/crt/aot_executor/aot_executor.c | 2 +-
src/target/source/ptx.h | 2 +-
src/tir/analysis/control_flow_graph.h | 2 +-
src/tir/schedule/error.h | 2 +-
src/tir/transforms/unroll_loop.cc | 2 +-
tests/python/contrib/test_arm_compute_lib/infrastructure.py | 2 +-
.../python/contrib/test_hexagon/conv2d/test_conv2d_conv2d.md | 2 +-
.../contrib/test_hexagon/test_benchmark_elemwise_add.py | 2 +-
tests/python/frontend/onnx/test_forward.py | 9 +++++++++
tests/python/relay/test_pass_plan_devices.py | 2 +-
tests/python/unittest/test_tir_transform_remove_no_op.py | 2 +-
web/src/environment.ts | 2 +-
33 files changed, 53 insertions(+), 38 deletions(-)