You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/02/17 09:02:27 UTC

[tvm] branch main updated (db06b95 -> c54a3dd)

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

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


    from db06b95  update dnnl version from v1.5 to v2.2 (#10266)
     add c54a3dd  Use `/usr/bin/env bash` in shebang for all scripts under tests (#10277)

No new revisions were added by this update.

Summary of changes:
 tests/lint/check_asf_header.sh                    | 3 ++-
 tests/lint/clang_format.sh                        | 3 ++-
 tests/lint/cppdocs.sh                             | 2 +-
 tests/lint/cpplint.sh                             | 3 ++-
 tests/lint/flake8.sh                              | 3 ++-
 tests/lint/git-black.sh                           | 2 +-
 tests/lint/git-clang-format.sh                    | 2 +-
 tests/lint/jnilint.sh                             | 3 ++-
 tests/lint/pylint.sh                              | 2 +-
 tests/lint/python_format.sh                       | 3 ++-
 tests/lint/rust_format.sh                         | 2 +-
 tests/scripts/setup-pytest-env.sh                 | 2 +-
 tests/scripts/task_build.sh                       | 2 +-
 tests/scripts/task_ci_setup.sh                    | 2 +-
 tests/scripts/task_clean.sh                       | 2 +-
 tests/scripts/task_config_build_arm.sh            | 2 +-
 tests/scripts/task_config_build_cpu.sh            | 2 +-
 tests/scripts/task_config_build_gpu.sh            | 2 +-
 tests/scripts/task_config_build_gpu_other.sh      | 2 +-
 tests/scripts/task_config_build_gpu_vulkan.sh     | 2 +-
 tests/scripts/task_config_build_i386.sh           | 2 +-
 tests/scripts/task_config_build_qemu.sh           | 2 +-
 tests/scripts/task_config_build_wasm.sh           | 2 +-
 tests/scripts/task_cpp_unittest.sh                | 2 +-
 tests/scripts/task_demo_microtvm.sh               | 2 +-
 tests/scripts/task_golang.sh                      | 2 +-
 tests/scripts/task_java_unittest.sh               | 2 +-
 tests/scripts/task_lint.sh                        | 2 +-
 tests/scripts/task_mypy.sh                        | 2 +-
 tests/scripts/task_python_arm_compute_library.sh  | 2 +-
 tests/scripts/task_python_docs.sh                 | 2 +-
 tests/scripts/task_python_ethosn_tests.sh         | 2 +-
 tests/scripts/task_python_frontend.sh             | 2 +-
 tests/scripts/task_python_frontend_cpu.sh         | 2 +-
 tests/scripts/task_python_integration.sh          | 2 +-
 tests/scripts/task_python_integration_gpuonly.sh  | 2 +-
 tests/scripts/task_python_integration_i386only.sh | 2 +-
 tests/scripts/task_python_microtvm.sh             | 2 +-
 tests/scripts/task_python_nightly.sh              | 2 +-
 tests/scripts/task_python_topi.sh                 | 2 +-
 tests/scripts/task_python_unittest.sh             | 2 +-
 tests/scripts/task_python_unittest_gpuonly.sh     | 2 +-
 tests/scripts/task_python_vta_fsim.sh             | 2 +-
 tests/scripts/task_python_vta_tsim.sh             | 2 +-
 tests/scripts/task_rust.sh                        | 2 +-
 tests/scripts/task_show_node_info.sh              | 2 +-
 tests/scripts/task_web_wasm.sh                    | 2 +-
 47 files changed, 53 insertions(+), 47 deletions(-)