This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from e754bc2325 [Relay][Bugfix] Fix conv transpose with default strides in
ONNX frontend (#15868)
add 958c27123a [Fix] Remove duplicated words from comments, NFC (#15873)
add e89b39e55b Bump pillow from 9.2.0 to 10.0.1 in /apps/microtvm (#15865)
No new revisions were added by this update.
Summary of changes:
apps/microtvm/poetry.lock | 131 ++++++++++-----------
apps/microtvm/pyproject.toml | 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/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 +-
.../contrib/test_arm_compute_lib/infrastructure.py | 2 +-
.../test_hexagon/conv2d/test_conv2d_conv2d.md | 2 +-
.../test_hexagon/test_benchmark_elemwise_add.py | 2 +-
tests/python/relay/test_pass_plan_devices.py | 2 +-
.../unittest/test_tir_transform_remove_no_op.py | 2 +-
web/src/environment.ts | 2 +-
31 files changed, 96 insertions(+), 101 deletions(-)