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

driazati pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 0b4836739c Skip stride check if shape is 1 in IsContiguous (#13121)
     add a4840e7de3 [ci] Lint for trailing newlines and spaces  (#13058)

No new revisions were added by this update.

Summary of changes:
 .gitattributes                                     |   1 -
 .github/ISSUE_TEMPLATE/documentation.md            |   1 -
 .github/actions/setup/action.yml                   |   1 -
 .github/dependabot.yml                             |   2 +-
 .github/workflows/main.yml                         |   4 +-
 3rdparty/libcrc/tab/gentab_ccitt.inc               |   1 -
 NEWS.md                                            |   2 -
 apps/android_camera/app/src/main/jni/Android.mk    |   2 +-
 .../app/src/main/res/layout/activity_main.xml      |   2 +-
 apps/android_camera/models/requirements.txt        |   2 +-
 apps/android_deploy/app/build.gradle               |   4 +-
 apps/android_deploy/app/download-models.gradle     |   1 -
 apps/android_deploy/dev_tools/gen_keystore.sh      |   4 +-
 apps/android_deploy/dev_tools/sign_apk.sh          |   4 +-
 apps/android_deploy/gradle.properties              |   2 +-
 apps/android_rpc/dev_tools/gen_keystore.sh         |   4 +-
 apps/android_rpc/dev_tools/sign_apk.sh             |   4 +-
 apps/bundle_deploy/README.md                       |   6 +-
 apps/cpp_rpc/CMakeLists.txt                        |   2 +-
 apps/hexagon_launcher/cmake/hexagon/CMakeLists.txt |   1 -
 apps/ios_rpc/.gitignore                            |   1 -
 apps/ios_rpc/README.md                             |   4 +-
 .../AppIcon.appiconset/Contents.json               |   2 +-
 apps/microtvm/README.md                            |   2 -
 apps/microtvm/cmsisnn/README.md                    |   2 +-
 apps/microtvm/cmsisnn/corstone300.ld               |   2 +-
 apps/microtvm/reference-vm/README.md               |   4 +-
 .../reference-vm/base-box/base_box_provision.sh    |   4 +-
 apps/microtvm/zephyr/README.md                     |   1 -
 .../src/host_driven/fvp/semihost.c                 |   2 +-
 apps/microtvm/zephyr_cmsisnn/CMakeLists.txt        |  18 +--
 apps/microtvm/zephyr_cmsisnn/README.md             |   2 +-
 apps/microtvm/zephyr_cmsisnn/model/labels.txt      |   2 +-
 apps/microtvm/zephyr_cmsisnn/run_demo.sh           |   2 +-
 apps/pt_tvmdsoop/prepare_and_test_pt_tvm_class.sh  |   5 +-
 apps/tf_tvmdsoop/prepare_and_test_tfop_module.sh   |   5 +-
 apps/vta_rpc/start_rpc_server.sh                   |   4 +-
 apps/wasm-standalone/README.md                     |   4 +-
 ci/jenkins/.gitignore                              |   2 +-
 ci/scripts/git_skip_ci_globs.py                    |   2 +
 cmake/modules/Git.cmake                            |   2 +-
 cmake/modules/contrib/BNNS.cmake                   |   1 -
 cmake/modules/contrib/CODEGENC.cmake               |   1 -
 cmake/modules/contrib/DNNL.cmake                   |   1 -
 cmake/modules/contrib/Posit.cmake                  |   2 +-
 cmake/modules/contrib/TF_TVMDSOOP.cmake            |   9 +-
 cmake/modules/contrib/Verilator.cmake              |   1 -
 cmake/utils/FindEthosN.cmake                       |   2 +-
 cmake/utils/FindVulkan.cmake                       |   2 +-
 conda/condarc                                      |   8 +-
 docker/Dockerfile.ci_minimal                       |   2 +-
 docker/README.md                                   |   6 +-
 docker/bash.sh                                     |   2 +-
 docker/install/ubuntu1804_manual_install_llvm.sh   |   1 -
 docker/install/ubuntu_install_androidsdk.sh        |   5 +-
 docker/install/ubuntu_install_caffe2.sh            |   4 +-
 docker/install/ubuntu_install_cmsis.sh             |   1 -
 docker/install/ubuntu_install_coreml.sh            |   4 +-
 docker/install/ubuntu_install_dnnl.sh              |   4 +-
 docker/install/ubuntu_install_gluoncv.sh           |   4 +-
 docker/install/ubuntu_install_golang.sh            |   4 +-
 docker/install/ubuntu_install_gradle.sh            |   4 +-
 docker/install/ubuntu_install_hexagon.sh           |   4 +-
 docker/install/ubuntu_install_java.sh              |   4 +-
 docker/install/ubuntu_install_nodejs.sh            |   2 +-
 docker/install/ubuntu_install_opencl.sh            |   4 +-
 docker/install/ubuntu_install_rocm.sh              |   4 +-
 docker/install/ubuntu_install_universal.sh         |   2 +-
 docker/install/ubuntu_install_vitis_ai_core.sh     |   4 +-
 .../install/ubuntu_install_vitis_ai_packages_ci.sh |   4 +-
 docker/utils/apt-install-and-clear.sh              |   1 -
 docs/_static/img/README                            |   2 +-
 docs/arch/hybrid_script.rst                        |   2 +-
 docs/contribute/release_process.rst                |  10 +-
 docs/dev/how_to/relay_add_op.rst                   |  56 ++++----
 docs/errors.rst                                    |   1 -
 docs/how_to/deploy/arm_compute_lib.rst             |   2 +-
 docs/how_to/deploy/index.rst                       |  14 +-
 docs/how_to/deploy/vitis_ai.rst                    | 154 ++++++++++-----------
 docs/install/from_source.rst                       |   2 +-
 docs/reference/api/python/auto_scheduler.rst       |   1 -
 docs/reference/api/python/topi.rst                 |   2 -
 docs/reference/langref/relay_pattern.rst           |   2 +-
 docs/topic/vta/.gitignore                          |   2 +-
 docs/topic/vta/dev/config.rst                      |   1 -
 docs/topic/vta/dev/hardware.rst                    |   2 -
 docs/topic/vta/dev/index.rst                       |   2 +-
 docs/topic/vta/install.rst                         |   1 -
 .../tune_with_autoscheduler/tune_network_cuda.py   |   2 +-
 .../tune_with_autoscheduler/tune_network_x86.py    |   2 +-
 gallery/how_to/work_with_microtvm/micro_aot.py     |   4 +-
 gallery/how_to/work_with_pytorch/using_as_torch.py |   2 +-
 .../work_with_pytorch/using_optimized_torch.py     |   2 +-
 gallery/tutorial/tvmc_python.py                    |   2 +-
 jvm/conf/log4j.properties                          |   4 +-
 jvm/core/src/main/java/org/apache/tvm/Base.java    |   1 -
 .../tvm/rpc/ConnectProxyServerProcessor.java       |   4 +-
 .../src/test/java/org/apache/tvm/TestUtils.java    |   4 +-
 licenses/LICENSE.builtin_fp16.txt                  |   2 +-
 licenses/LICENSE.cma.txt                           |   2 +-
 licenses/LICENSE.concurrentqueue.txt               |   2 +-
 licenses/LICENSE.libbacktrace.txt                  |   6 +-
 licenses/LICENSE.picojson.txt                      |   2 +-
 mypy.ini                                           |   1 -
 python/tvm/meta_schedule/testing/torchbench/run.py |   4 +-
 python/tvm/micro/contrib/stm32/emitter.py          |   8 +-
 rust/.rustfmt.toml                                 |   1 -
 src/relay/collage/README.md                        |   2 +-
 src/runtime/crt/host/Makefile                      |   2 +-
 src/runtime/hexagon/README.md                      |   1 -
 tests/crt/contrib/stm32/Makefile                   |   2 +-
 tests/lint/docker-format.sh                        |   2 +-
 tests/lint/pylint.sh                               |   1 -
 .../trailing_newlines.py}                          |  49 ++++---
 .../git_change_docs.sh => tests/lint/whitespace.sh |  30 ++--
 tests/python/ci/sample_prs/pr10786.json            |   2 +-
 tests/python/contrib/test_ethosu/infra.py          |   2 +-
 .../contrib/test_ethosu/test_create_tiles.py       |  14 +-
 .../contrib/test_ethosu/test_layout_optimizer.py   |   2 +-
 .../contrib/test_ethosu/test_lut_optimizer.py      |   2 +-
 tests/python/contrib/test_hexagon/README.md        |   2 +-
 tests/python/contrib/test_hexagon/conv2d/README.md |   2 +-
 .../test_hexagon/conv2d/test_conv2d_blocked.md     |  38 ++---
 .../test_hexagon/conv2d/test_conv2d_conv2d.md      |  50 +++----
 .../contrib/test_hexagon/test_parallel_hvx.py      |   2 +-
 tests/python/relay/backend/test_pass_lower_te.py   |  20 +--
 .../relay/collage/demo_collage_partitioner.py      |   2 +-
 tests/python/relay/collage/menangerie.py           |   4 +-
 tests/python/relay/collage/test_sub_graph.py       |  36 ++---
 tests/python/relay/test_ir_parser.py               |   2 +-
 tests/python/relay/test_pass_collage_partition.py  |  22 +--
 .../relay/test_pass_dead_code_elimination.py       |   2 +-
 tests/python/relay/test_pass_plan_devices.py       |   6 +-
 tests/python/relay/test_target_hooks.py            |   4 +-
 .../transform/test_compiler_function_utils.py      |   4 +-
 .../python/unittest/test_auto_scheduler_feature.py |   2 +-
 .../test_tir_transform_compact_buffer_region.py    |   2 +-
 tests/scripts/release/.gitignore                   |   1 -
 tests/scripts/release/README.md                    |   2 +-
 tests/scripts/task_config_build_cortexm.sh         |   1 -
 tests/scripts/task_config_build_i386.sh            |   1 -
 tests/scripts/task_config_build_jvm.sh             |   2 +-
 tests/scripts/task_cpp_unittest.sh                 |   1 -
 tests/scripts/task_lint.sh                         |   3 +
 tests/scripts/task_python_integration.sh           |   2 +-
 vta/README.md                                      |   2 +-
 vta/tutorials/autotvm/README.txt                   |   1 -
 web/Makefile                                       |   2 +-
 web/package.json                                   |   2 +-
 web/src/compact.ts                                 |   2 +-
 web/src/environment.ts                             |   2 +-
 web/src/index.ts                                   |   2 +-
 web/src/support.ts                                 |   2 +-
 web/tests/node/test_ndarray.js                     |   1 -
 154 files changed, 421 insertions(+), 449 deletions(-)
 copy tests/{python/unittest/test_tir_transform_ir_utils.py => 
lint/trailing_newlines.py} (50%)
 mode change 100644 => 100755
 copy ci/scripts/git_change_docs.sh => tests/lint/whitespace.sh (62%)

Reply via email to