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 db6d2059a2 [FIX][topi.scatter_nd] fixed shape equality assert by using 
analyzer to prove equality (#17537)
     add 27eed541ec [REFACTOR] Phase out VTA (#17542)
     add 4d99ec5d9e [Relax] Fix bug in convert_layout pass (#17541)

No new revisions were added by this update.

Summary of changes:
 .gitmodules                                        |    3 -
 3rdparty/cma/cma.h                                 |   43 -
 3rdparty/cma/cma_api_impl.h                        |  173 ---
 3rdparty/cma/settings.mk                           |   19 -
 3rdparty/vta-hw                                    |    1 -
 CMakeLists.txt                                     |    1 -
 Makefile                                           |   15 +-
 apps/vta_rpc/start_rpc_server.sh                   |   22 -
 apps/vta_rpc/start_rpc_server_to_tracker.sh        |   26 -
 ci/jenkins/generated/arm_jenkinsfile.groovy        |    7 -
 ci/jenkins/generated/cortexm_jenkinsfile.groovy    |    7 -
 ci/jenkins/generated/cpu_jenkinsfile.groovy        |   12 -
 ci/jenkins/generated/docker_jenkinsfile.groovy     |    7 -
 ci/jenkins/generated/gpu_jenkinsfile.groovy        |    7 -
 ci/jenkins/generated/hexagon_jenkinsfile.groovy    |    7 -
 ci/jenkins/generated/i386_jenkinsfile.groovy       |    8 -
 ci/jenkins/generated/lint_jenkinsfile.groovy       |    7 -
 .../generated/minimal_cross_isa_jenkinsfile.groovy |    7 -
 ci/jenkins/generated/minimal_jenkinsfile.groovy    |    7 -
 ci/jenkins/generated/riscv_jenkinsfile.groovy      |    7 -
 ci/jenkins/generated/wasm_jenkinsfile.groovy       |    7 -
 ci/jenkins/templates/cpu_jenkinsfile.groovy.j2     |    5 -
 ci/jenkins/templates/i386_jenkinsfile.groovy.j2    |    3 -
 ci/jenkins/templates/utils/Build.groovy.j2         |    7 -
 ci/jenkins/unity_jenkinsfile.groovy                |    6 -
 cmake/modules/VTA.cmake                            |  152 ---
 docs/conf.py                                       |   17 -
 docs/faq.rst                                       |   69 -
 docs/how_to/legacy_index.rst                       |    1 -
 docs/index.rst                                     |    1 -
 docs/legacy_redirect.py                            |  272 ----
 docs/reference/langref/relay_pattern.rst           |    2 +-
 docs/topic/vta/.gitignore                          |    1 -
 docs/topic/vta/dev/config.rst                      |   73 -
 docs/topic/vta/dev/hardware.rst                    |  298 ----
 docs/topic/vta/dev/index.rst                       |   31 -
 docs/topic/vta/index.rst                           |   55 -
 docs/topic/vta/install.rst                         |  488 -------
 gallery/how_to/work_with_schedules/tensorize.py    |    2 -
 python/tvm/autotvm/measure/measure_methods.py      |   54 +-
 python/tvm/autotvm/task/relay_integration.py       |   11 -
 python/tvm/target/__init__.py                      |    1 -
 python/tvm/target/target.py                        |    6 -
 src/relax/transform/convert_layout.cc              |    2 +-
 tests/azure-pipelines/main.yml                     |   81 --
 tests/lint/blocklint.sh                            |    2 +-
 tests/lint/cpplint.sh                              |    3 +-
 tests/lint/pylint.sh                               |    1 -
 tests/python/contrib/test_verilator/__init__.py    |   18 -
 .../contrib/test_verilator/infrastructure.py       |  198 ---
 .../contrib/test_verilator/test_mobilenet.py       |  245 ----
 .../contrib/test_verilator/test_verilator_ops.py   |  199 ---
 tests/python/target/test_target_target.py          |    4 +-
 tests/scripts/ci.py                                |    2 -
 tests/scripts/release/make_notes.py                |    1 -
 tests/scripts/task_build.py                        |    3 +-
 tests/scripts/task_config_build_arm.sh             |    1 -
 tests/scripts/task_config_build_gpu.sh             |    1 -
 tests/scripts/task_config_build_wasm.sh            |    1 -
 tests/scripts/task_cpp_unittest.sh                 |    5 -
 tests/scripts/task_microtvm_cpp_tests.sh           |    3 -
 tests/scripts/task_python_vta_fsim.sh              |   32 -
 tests/scripts/task_python_vta_tsim.sh              |   50 -
 vta/README.md                                      |   33 -
 vta/python/vta/__init__.py                         |   38 -
 vta/python/vta/autotvm.py                          |   52 -
 vta/python/vta/bitstream.py                        |   92 --
 vta/python/vta/build_module.py                     |  199 ---
 vta/python/vta/environment.py                      |  266 ----
 vta/python/vta/exec/__init__.py                    |   18 -
 vta/python/vta/exec/rpc_server.py                  |  170 ---
 vta/python/vta/intrin.py                           |  139 --
 vta/python/vta/libinfo.py                          |   80 --
 vta/python/vta/program_bitstream.py                |   85 --
 vta/python/vta/rpc_client.py                       |   66 -
 vta/python/vta/testing/__init__.py                 |   20 -
 vta/python/vta/testing/simulator.py                |  113 --
 vta/python/vta/testing/utils.py                    |   81 --
 vta/python/vta/top/__init__.py                     |   27 -
 vta/python/vta/top/bitpack.py                      |   91 --
 vta/python/vta/top/graphpack.py                    |  628 ---------
 vta/python/vta/top/op.py                           |  268 ----
 vta/python/vta/top/utils.py                        |   26 -
 vta/python/vta/top/vta_conv2d.py                   |  196 ---
 vta/python/vta/top/vta_conv2d_transpose.py         |  205 ---
 vta/python/vta/top/vta_dense.py                    |  171 ---
 vta/python/vta/top/vta_group_conv2d.py             |  207 ---
 vta/python/vta/transform.py                        | 1123 ----------------
 vta/runtime/device_api.cc                          |   95 --
 vta/runtime/runtime.cc                             | 1417 --------------------
 vta/runtime/runtime.h                              |  261 ----
 vta/scripts/tune_conv2d.py                         |  180 ---
 vta/scripts/tune_conv2d_transpose.py               |  171 ---
 vta/scripts/tune_dense.py                          |  137 --
 vta/scripts/tune_group_conv2d.py                   |  175 ---
 vta/tests/python/de10nano/test_program_rpc.py      |   47 -
 .../python/integration/test_benchmark_gemm.py      |  287 ----
 .../integration/test_benchmark_topi_conv2d.py      |  318 -----
 .../test_benchmark_topi_conv2d_transpose.py        |  305 -----
 .../integration/test_benchmark_topi_dense.py       |  215 ---
 .../test_benchmark_topi_group_conv2d.py            |  315 -----
 vta/tests/python/pynq/test_program_rpc.py          |   47 -
 vta/tests/python/unittest/test_environment.py      |   37 -
 vta/tests/python/unittest/test_vta_insn.py         |  569 --------
 vta/tutorials/README.txt                           |    5 -
 vta/tutorials/frontend/README.txt                  |    4 -
 vta/tutorials/frontend/deploy_detection.py         |  322 -----
 vta/tutorials/matrix_multiply.py                   |  474 -------
 vta/tutorials/optimize/README.txt                  |    2 -
 vta/tutorials/optimize/convolution_opt.py          |  458 -------
 vta/tutorials/optimize/matrix_multiply_opt.py      |  374 ------
 vta/tutorials/vta_get_started.py                   |  405 ------
 112 files changed, 31 insertions(+), 13783 deletions(-)
 delete mode 100644 3rdparty/cma/cma.h
 delete mode 100644 3rdparty/cma/cma_api_impl.h
 delete mode 100644 3rdparty/cma/settings.mk
 delete mode 160000 3rdparty/vta-hw
 delete mode 100755 apps/vta_rpc/start_rpc_server.sh
 delete mode 100755 apps/vta_rpc/start_rpc_server_to_tracker.sh
 delete mode 100644 cmake/modules/VTA.cmake
 delete mode 100644 docs/faq.rst
 delete mode 100644 docs/legacy_redirect.py
 delete mode 100644 docs/topic/vta/.gitignore
 delete mode 100644 docs/topic/vta/dev/config.rst
 delete mode 100644 docs/topic/vta/dev/hardware.rst
 delete mode 100644 docs/topic/vta/dev/index.rst
 delete mode 100644 docs/topic/vta/index.rst
 delete mode 100644 docs/topic/vta/install.rst
 delete mode 100644 tests/azure-pipelines/main.yml
 delete mode 100644 tests/python/contrib/test_verilator/__init__.py
 delete mode 100644 tests/python/contrib/test_verilator/infrastructure.py
 delete mode 100644 tests/python/contrib/test_verilator/test_mobilenet.py
 delete mode 100644 tests/python/contrib/test_verilator/test_verilator_ops.py
 delete mode 100644 vta/README.md
 delete mode 100644 vta/python/vta/__init__.py
 delete mode 100644 vta/python/vta/autotvm.py
 delete mode 100644 vta/python/vta/bitstream.py
 delete mode 100644 vta/python/vta/build_module.py
 delete mode 100644 vta/python/vta/environment.py
 delete mode 100644 vta/python/vta/exec/__init__.py
 delete mode 100644 vta/python/vta/exec/rpc_server.py
 delete mode 100644 vta/python/vta/intrin.py
 delete mode 100644 vta/python/vta/libinfo.py
 delete mode 100644 vta/python/vta/program_bitstream.py
 delete mode 100644 vta/python/vta/rpc_client.py
 delete mode 100644 vta/python/vta/testing/__init__.py
 delete mode 100644 vta/python/vta/testing/simulator.py
 delete mode 100644 vta/python/vta/testing/utils.py
 delete mode 100644 vta/python/vta/top/__init__.py
 delete mode 100644 vta/python/vta/top/bitpack.py
 delete mode 100644 vta/python/vta/top/graphpack.py
 delete mode 100644 vta/python/vta/top/op.py
 delete mode 100644 vta/python/vta/top/utils.py
 delete mode 100644 vta/python/vta/top/vta_conv2d.py
 delete mode 100644 vta/python/vta/top/vta_conv2d_transpose.py
 delete mode 100644 vta/python/vta/top/vta_dense.py
 delete mode 100644 vta/python/vta/top/vta_group_conv2d.py
 delete mode 100644 vta/python/vta/transform.py
 delete mode 100644 vta/runtime/device_api.cc
 delete mode 100644 vta/runtime/runtime.cc
 delete mode 100644 vta/runtime/runtime.h
 delete mode 100644 vta/scripts/tune_conv2d.py
 delete mode 100644 vta/scripts/tune_conv2d_transpose.py
 delete mode 100644 vta/scripts/tune_dense.py
 delete mode 100644 vta/scripts/tune_group_conv2d.py
 delete mode 100644 vta/tests/python/de10nano/test_program_rpc.py
 delete mode 100644 vta/tests/python/integration/test_benchmark_gemm.py
 delete mode 100644 vta/tests/python/integration/test_benchmark_topi_conv2d.py
 delete mode 100644 
vta/tests/python/integration/test_benchmark_topi_conv2d_transpose.py
 delete mode 100644 vta/tests/python/integration/test_benchmark_topi_dense.py
 delete mode 100644 
vta/tests/python/integration/test_benchmark_topi_group_conv2d.py
 delete mode 100644 vta/tests/python/pynq/test_program_rpc.py
 delete mode 100644 vta/tests/python/unittest/test_environment.py
 delete mode 100644 vta/tests/python/unittest/test_vta_insn.py
 delete mode 100644 vta/tutorials/README.txt
 delete mode 100644 vta/tutorials/frontend/README.txt
 delete mode 100644 vta/tutorials/frontend/deploy_detection.py
 delete mode 100644 vta/tutorials/matrix_multiply.py
 delete mode 100644 vta/tutorials/optimize/README.txt
 delete mode 100644 vta/tutorials/optimize/convolution_opt.py
 delete mode 100644 vta/tutorials/optimize/matrix_multiply_opt.py
 delete mode 100644 vta/tutorials/vta_get_started.py

Reply via email to