This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from d04907919b [TIR] Fix reverse_compute_at for trivial region with
trivial block var (#11234)
add e854c0a4d6 [CI] Identify non-inclusive language in commits (#11230)
add 731af42d1b [CMSIS-NN] Increase partitioning accuracy for pooling
(#11229)
No new revisions were added by this update.
Summary of changes:
docs/Doxyfile | 2 +-
docs/conf.py | 6 +-
docs/topic/vta/dev/hardware.rst | 2 +-
.../deploy_object_detection_pytorch.py | 2 +-
.../tune_conv2d_layer_cuda.py | 2 +-
.../tune_with_autoscheduler/tune_network_cuda.py | 2 +-
python/tvm/relay/op/contrib/cmsisnn.py | 38 +++++++++--
python/tvm/relay/testing/inception_v3.py | 4 +-
src/runtime/threading_backend.cc | 10 +--
.../blocklint.sh} | 25 ++++----
tests/python/contrib/test_cmsisnn/test_pooling.py | 73 +++++++++++++++-------
tests/python/contrib/test_tensorrt.py | 5 +-
tests/python/frontend/caffe/test_forward.py | 8 +--
.../frontend/mxnet/model_zoo/inception_v3.py | 4 +-
.../frontend/pytorch/test_object_detection.py | 3 +-
tests/python/relay/test_pass_partition_graph.py | 22 +++----
tests/scripts/task_lint.sh | 3 +
17 files changed, 132 insertions(+), 79 deletions(-)
copy tests/{scripts/task_config_build_qemu.sh => lint/blocklint.sh} (60%)