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 d6c1489b5d enforcement on loop partition control
     add a65d3d4d57 [Refactor] Phase out legacy docs

No new revisions were added by this update.

Summary of changes:
 docs/conf.py                                       |  85 +-
 docs/dev/how_to/debugging_tvm.rst                  |  72 --
 docs/dev/how_to/how_to.rst                         |  31 -
 docs/dev/how_to/relay_add_op.rst                   | 495 -----------
 docs/dev/how_to/relay_add_pass.rst                 | 406 ---------
 docs/dev/how_to/relay_bring_your_own_codegen.rst   | 960 ---------------------
 docs/dev/tutorial/codebase_walkthrough.rst         | 223 -----
 docs/dev/tutorial/index.rst                        |  29 -
 docs/how_to/deploy/adreno.rst                      | 676 ---------------
 docs/how_to/deploy/android.rst                     |  42 -
 docs/how_to/deploy/arm_compute_lib.rst             | 264 ------
 docs/how_to/deploy/bnns.rst                        | 184 ----
 docs/how_to/deploy/cpp_deploy.rst                  |  56 --
 docs/how_to/deploy/hls.rst                         | 182 ----
 docs/how_to/deploy/index.rst                       | 191 ----
 docs/how_to/deploy/integrate.rst                   |  70 --
 docs/how_to/deploy/mrvl.rst                        | 277 ------
 docs/how_to/deploy/tensorrt.rst                    | 315 -------
 docs/how_to/deploy/vitis_ai.rst                    | 480 -----------
 docs/how_to/legacy_index.rst                       |  36 -
 docs/how_to/profile/index.rst                      |  24 -
 docs/how_to/profile/papi.rst                       | 121 ---
 docs/index.rst                                     |  10 -
 docs/install/index.rst                             |   3 +-
 docs/reference/api/python/contrib.rst              |  12 -
 docs/reference/langref/hybrid_script.rst           | 237 -----
 docs/reference/langref/index.rst                   |  61 --
 docs/reference/langref/relay_adt.rst               | 533 ------------
 docs/reference/langref/relay_expr.rst              | 691 ---------------
 docs/reference/langref/relay_op.rst                | 247 ------
 docs/reference/langref/relay_pattern.rst           | 549 ------------
 docs/reference/langref/relay_type.rst              | 398 ---------
 gallery/how_to/compile_models/README.txt           |   7 -
 gallery/how_to/compile_models/from_coreml.py       | 114 ---
 gallery/how_to/compile_models/from_darknet.py      | 203 -----
 gallery/how_to/compile_models/from_keras.py        | 141 ---
 gallery/how_to/compile_models/from_onnx.py         | 135 ---
 gallery/how_to/compile_models/from_paddle.py       | 118 ---
 gallery/how_to/compile_models/from_pytorch.py      | 171 ----
 gallery/how_to/compile_models/from_tensorflow.py   | 257 ------
 gallery/how_to/compile_models/from_tflite.py       | 193 -----
 gallery/how_to/deploy_models/README.txt            |   6 -
 .../how_to/deploy_models/deploy_model_on_adreno.py | 473 ----------
 .../deploy_models/deploy_model_on_adreno_tvmc.py   | 212 -----
 .../deploy_models/deploy_model_on_android.py       | 360 --------
 .../how_to/deploy_models/deploy_model_on_nano.py   | 251 ------
 .../how_to/deploy_models/deploy_model_on_rasp.py   | 236 -----
 .../deploy_object_detection_pytorch.py             | 153 ----
 .../how_to/deploy_models/deploy_prequantized.py    | 242 ------
 .../deploy_models/deploy_prequantized_tflite.py    | 263 ------
 gallery/how_to/deploy_models/deploy_sparse.py      | 363 --------
 gallery/how_to/extend_tvm/README.txt               |   7 -
 gallery/how_to/extend_tvm/low_level_custom_pass.py | 172 ----
 gallery/how_to/extend_tvm/use_pass_infra.py        | 274 ------
 gallery/how_to/extend_tvm/use_pass_instrument.py   | 373 --------
 gallery/how_to/optimize_operators/README.txt       |   5 -
 gallery/how_to/optimize_operators/opt_conv_cuda.py | 252 ------
 .../optimize_operators/opt_conv_tensorcore.py      | 414 ---------
 gallery/how_to/optimize_operators/opt_gemm.py      | 394 ---------
 gallery/how_to/tune_with_autoscheduler/README.txt  |   6 -
 .../tune_with_autoscheduler/ci_logs/conv2d.json    |   2 -
 .../tune_with_autoscheduler/ci_logs/matmul.json    |   2 -
 .../ci_logs/resnet-18-NHWC-B1-cuda.json            |  24 -
 .../ci_logs/resnet-50-NHWC-B1-llvm.json            |  28 -
 .../ci_logs/sparse_dense.json                      |   2 -
 .../tune_conv2d_layer_cuda.py                      | 216 -----
 .../tune_with_autoscheduler/tune_network_arm.py    | 427 ---------
 .../tune_with_autoscheduler/tune_network_cuda.py   | 296 -------
 .../tune_with_autoscheduler/tune_network_mali.py   | 348 --------
 .../tune_with_autoscheduler/tune_network_x86.py    | 333 -------
 .../tune_with_autoscheduler/tune_sparse_x86.py     | 330 -------
 gallery/how_to/tune_with_autotvm/README.txt        |   9 -
 .../how_to/tune_with_autotvm/tune_conv2d_cuda.py   | 253 ------
 gallery/how_to/tune_with_autotvm/tune_relay_arm.py | 422 ---------
 .../how_to/tune_with_autotvm/tune_relay_cuda.py    | 398 ---------
 .../tune_with_autotvm/tune_relay_mobile_gpu.py     | 426 ---------
 gallery/how_to/tune_with_autotvm/tune_relay_x86.py | 310 -------
 gallery/how_to/work_with_msc/_resnet.py            | 350 --------
 gallery/how_to/work_with_msc/using_tools.py        | 140 ---
 gallery/how_to/work_with_msc/utils.py              | 112 ---
 gallery/how_to/work_with_pytorch/using_as_torch.py | 161 ----
 .../work_with_pytorch/using_optimized_torch.py     | 153 ----
 gallery/how_to/work_with_relay/README.txt          |   2 -
 gallery/how_to/work_with_relay/build_gcn.py        | 344 --------
 .../how_to/work_with_relay/using_external_lib.py   | 562 ------------
 .../work_with_relay/using_pipeline_executor.py     | 232 -----
 gallery/how_to/work_with_relay/using_relay_viz.py  | 169 ----
 gallery/how_to/work_with_schedules/README.txt      |   2 -
 gallery/how_to/work_with_schedules/extern_op.py    | 140 ---
 gallery/how_to/work_with_schedules/reduction.py    | 200 -----
 gallery/how_to/work_with_schedules/scan.py         | 158 ----
 .../work_with_schedules/schedule_primitives.py     | 211 -----
 gallery/how_to/work_with_schedules/tedd.py         | 161 ----
 gallery/how_to/work_with_schedules/tensorize.py    | 317 -------
 gallery/how_to/work_with_schedules/tuple_inputs.py | 123 ---
 gallery/tutorial/README.txt                        |  10 -
 gallery/tutorial/auto_scheduler_matmul_x86.py      | 215 -----
 gallery/tutorial/autotvm_matmul_x86.py             | 378 --------
 gallery/tutorial/autotvm_relay_x86.py              | 516 -----------
 gallery/tutorial/intro_topi.py                     | 153 ----
 gallery/tutorial/introduction.py                   | 133 ---
 gallery/tutorial/relay_quick_start.py              | 158 ----
 gallery/tutorial/tensor_expr_get_started.py        | 905 -------------------
 gallery/tutorial/tensor_ir_blitz_course.py         | 194 -----
 gallery/tutorial/tvmc_command_line_driver.py       | 525 -----------
 gallery/tutorial/tvmc_python.py                    | 293 -------
 gallery/tutorial/uma.py                            | 286 ------
 tests/scripts/task_python_docs.sh                  |   6 -
 108 files changed, 2 insertions(+), 24888 deletions(-)
 delete mode 100644 docs/dev/how_to/debugging_tvm.rst
 delete mode 100644 docs/dev/how_to/how_to.rst
 delete mode 100644 docs/dev/how_to/relay_add_op.rst
 delete mode 100644 docs/dev/how_to/relay_add_pass.rst
 delete mode 100644 docs/dev/how_to/relay_bring_your_own_codegen.rst
 delete mode 100644 docs/dev/tutorial/codebase_walkthrough.rst
 delete mode 100644 docs/dev/tutorial/index.rst
 delete mode 100644 docs/how_to/deploy/adreno.rst
 delete mode 100644 docs/how_to/deploy/android.rst
 delete mode 100644 docs/how_to/deploy/arm_compute_lib.rst
 delete mode 100644 docs/how_to/deploy/bnns.rst
 delete mode 100644 docs/how_to/deploy/cpp_deploy.rst
 delete mode 100644 docs/how_to/deploy/hls.rst
 delete mode 100644 docs/how_to/deploy/index.rst
 delete mode 100644 docs/how_to/deploy/integrate.rst
 delete mode 100644 docs/how_to/deploy/mrvl.rst
 delete mode 100644 docs/how_to/deploy/tensorrt.rst
 delete mode 100755 docs/how_to/deploy/vitis_ai.rst
 delete mode 100644 docs/how_to/legacy_index.rst
 delete mode 100644 docs/how_to/profile/index.rst
 delete mode 100644 docs/how_to/profile/papi.rst
 delete mode 100644 docs/reference/langref/hybrid_script.rst
 delete mode 100644 docs/reference/langref/index.rst
 delete mode 100644 docs/reference/langref/relay_adt.rst
 delete mode 100644 docs/reference/langref/relay_expr.rst
 delete mode 100644 docs/reference/langref/relay_op.rst
 delete mode 100644 docs/reference/langref/relay_pattern.rst
 delete mode 100644 docs/reference/langref/relay_type.rst
 delete mode 100644 gallery/how_to/compile_models/README.txt
 delete mode 100644 gallery/how_to/compile_models/from_coreml.py
 delete mode 100644 gallery/how_to/compile_models/from_darknet.py
 delete mode 100644 gallery/how_to/compile_models/from_keras.py
 delete mode 100644 gallery/how_to/compile_models/from_onnx.py
 delete mode 100644 gallery/how_to/compile_models/from_paddle.py
 delete mode 100644 gallery/how_to/compile_models/from_pytorch.py
 delete mode 100644 gallery/how_to/compile_models/from_tensorflow.py
 delete mode 100644 gallery/how_to/compile_models/from_tflite.py
 delete mode 100644 gallery/how_to/deploy_models/README.txt
 delete mode 100644 gallery/how_to/deploy_models/deploy_model_on_adreno.py
 delete mode 100644 gallery/how_to/deploy_models/deploy_model_on_adreno_tvmc.py
 delete mode 100644 gallery/how_to/deploy_models/deploy_model_on_android.py
 delete mode 100644 gallery/how_to/deploy_models/deploy_model_on_nano.py
 delete mode 100644 gallery/how_to/deploy_models/deploy_model_on_rasp.py
 delete mode 100644 
gallery/how_to/deploy_models/deploy_object_detection_pytorch.py
 delete mode 100644 gallery/how_to/deploy_models/deploy_prequantized.py
 delete mode 100644 gallery/how_to/deploy_models/deploy_prequantized_tflite.py
 delete mode 100644 gallery/how_to/deploy_models/deploy_sparse.py
 delete mode 100644 gallery/how_to/extend_tvm/README.txt
 delete mode 100644 gallery/how_to/extend_tvm/low_level_custom_pass.py
 delete mode 100644 gallery/how_to/extend_tvm/use_pass_infra.py
 delete mode 100644 gallery/how_to/extend_tvm/use_pass_instrument.py
 delete mode 100644 gallery/how_to/optimize_operators/README.txt
 delete mode 100644 gallery/how_to/optimize_operators/opt_conv_cuda.py
 delete mode 100644 gallery/how_to/optimize_operators/opt_conv_tensorcore.py
 delete mode 100644 gallery/how_to/optimize_operators/opt_gemm.py
 delete mode 100644 gallery/how_to/tune_with_autoscheduler/README.txt
 delete mode 100644 gallery/how_to/tune_with_autoscheduler/ci_logs/conv2d.json
 delete mode 100644 gallery/how_to/tune_with_autoscheduler/ci_logs/matmul.json
 delete mode 100644 
gallery/how_to/tune_with_autoscheduler/ci_logs/resnet-18-NHWC-B1-cuda.json
 delete mode 100644 
gallery/how_to/tune_with_autoscheduler/ci_logs/resnet-50-NHWC-B1-llvm.json
 delete mode 100644 
gallery/how_to/tune_with_autoscheduler/ci_logs/sparse_dense.json
 delete mode 100644 
gallery/how_to/tune_with_autoscheduler/tune_conv2d_layer_cuda.py
 delete mode 100644 gallery/how_to/tune_with_autoscheduler/tune_network_arm.py
 delete mode 100644 gallery/how_to/tune_with_autoscheduler/tune_network_cuda.py
 delete mode 100644 gallery/how_to/tune_with_autoscheduler/tune_network_mali.py
 delete mode 100644 gallery/how_to/tune_with_autoscheduler/tune_network_x86.py
 delete mode 100644 gallery/how_to/tune_with_autoscheduler/tune_sparse_x86.py
 delete mode 100644 gallery/how_to/tune_with_autotvm/README.txt
 delete mode 100644 gallery/how_to/tune_with_autotvm/tune_conv2d_cuda.py
 delete mode 100644 gallery/how_to/tune_with_autotvm/tune_relay_arm.py
 delete mode 100644 gallery/how_to/tune_with_autotvm/tune_relay_cuda.py
 delete mode 100644 gallery/how_to/tune_with_autotvm/tune_relay_mobile_gpu.py
 delete mode 100644 gallery/how_to/tune_with_autotvm/tune_relay_x86.py
 delete mode 100644 gallery/how_to/work_with_msc/_resnet.py
 delete mode 100644 gallery/how_to/work_with_msc/using_tools.py
 delete mode 100644 gallery/how_to/work_with_msc/utils.py
 delete mode 100644 gallery/how_to/work_with_pytorch/using_as_torch.py
 delete mode 100644 gallery/how_to/work_with_pytorch/using_optimized_torch.py
 delete mode 100644 gallery/how_to/work_with_relay/README.txt
 delete mode 100644 gallery/how_to/work_with_relay/build_gcn.py
 delete mode 100644 gallery/how_to/work_with_relay/using_external_lib.py
 delete mode 100644 gallery/how_to/work_with_relay/using_pipeline_executor.py
 delete mode 100644 gallery/how_to/work_with_relay/using_relay_viz.py
 delete mode 100644 gallery/how_to/work_with_schedules/README.txt
 delete mode 100644 gallery/how_to/work_with_schedules/extern_op.py
 delete mode 100644 gallery/how_to/work_with_schedules/reduction.py
 delete mode 100644 gallery/how_to/work_with_schedules/scan.py
 delete mode 100644 gallery/how_to/work_with_schedules/schedule_primitives.py
 delete mode 100644 gallery/how_to/work_with_schedules/tedd.py
 delete mode 100644 gallery/how_to/work_with_schedules/tensorize.py
 delete mode 100644 gallery/how_to/work_with_schedules/tuple_inputs.py
 delete mode 100644 gallery/tutorial/README.txt
 delete mode 100644 gallery/tutorial/auto_scheduler_matmul_x86.py
 delete mode 100644 gallery/tutorial/autotvm_matmul_x86.py
 delete mode 100644 gallery/tutorial/autotvm_relay_x86.py
 delete mode 100644 gallery/tutorial/intro_topi.py
 delete mode 100644 gallery/tutorial/introduction.py
 delete mode 100644 gallery/tutorial/relay_quick_start.py
 delete mode 100644 gallery/tutorial/tensor_expr_get_started.py
 delete mode 100644 gallery/tutorial/tensor_ir_blitz_course.py
 delete mode 100644 gallery/tutorial/tvmc_command_line_driver.py
 delete mode 100644 gallery/tutorial/tvmc_python.py
 delete mode 100644 gallery/tutorial/uma.py

Reply via email to