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 e0c2181af8 [microNPU] Add relu6 relu_n1_to_1 test cases for Ethos-U 
(#13645)
     add 665dd413bc [docs] Remove empty code blocks (#13689)

No new revisions were added by this update.

Summary of changes:
 docs/conf.py                                       |   6 +
 gallery/how_to/compile_models/from_coreml.py       |   5 -
 gallery/how_to/compile_models/from_darknet.py      |   6 -
 gallery/how_to/compile_models/from_keras.py        |   3 -
 gallery/how_to/compile_models/from_mxnet.py        |   5 +-
 gallery/how_to/compile_models/from_oneflow.py      |   3 -
 gallery/how_to/compile_models/from_onnx.py         |   5 -
 gallery/how_to/compile_models/from_paddle.py       |   5 -
 gallery/how_to/compile_models/from_pytorch.py      |   6 -
 gallery/how_to/compile_models/from_tensorflow.py   |   6 -
 gallery/how_to/compile_models/from_tflite.py       |   6 -
 .../how_to/deploy_models/deploy_model_on_adreno.py |   6 -
 .../deploy_models/deploy_model_on_android.py       |   5 -
 .../how_to/deploy_models/deploy_model_on_nano.py   |   4 -
 .../how_to/deploy_models/deploy_model_on_rasp.py   |   6 -
 .../deploy_object_detection_pytorch.py             |   6 -
 .../how_to/deploy_models/deploy_prequantized.py    |   5 -
 .../deploy_models/deploy_prequantized_tflite.py    |   5 -
 gallery/how_to/deploy_models/deploy_quantized.py   |   5 -
 gallery/how_to/deploy_models/deploy_sparse.py      |   5 -
 gallery/how_to/deploy_models/deploy_ssd_gluoncv.py |   5 -
 .../how_to/extend_tvm/bring_your_own_datatypes.py  |   5 -
 gallery/how_to/extend_tvm/low_level_custom_pass.py |   5 -
 gallery/how_to/extend_tvm/use_pass_infra.py        |   5 -
 gallery/how_to/extend_tvm/use_pass_instrument.py   |   5 -
 gallery/how_to/optimize_operators/opt_conv_cuda.py |  10 +-
 .../optimize_operators/opt_conv_tensorcore.py      |   4 -
 gallery/how_to/optimize_operators/opt_gemm.py      |   5 -
 .../tune_conv2d_layer_cuda.py                      |   4 -
 .../tune_with_autoscheduler/tune_network_arm.py    |   5 -
 .../tune_with_autoscheduler/tune_network_cuda.py   |   5 -
 .../tune_with_autoscheduler/tune_network_mali.py   |   5 -
 .../tune_with_autoscheduler/tune_network_x86.py    |   5 -
 .../tune_with_autoscheduler/tune_sparse_x86.py     |   5 -
 .../how_to/tune_with_autotvm/tune_conv2d_cuda.py   |   4 -
 gallery/how_to/tune_with_autotvm/tune_relay_arm.py |   5 -
 .../how_to/tune_with_autotvm/tune_relay_cuda.py    |   4 -
 .../tune_with_autotvm/tune_relay_mobile_gpu.py     |   5 -
 gallery/how_to/tune_with_autotvm/tune_relay_x86.py |   5 -
 gallery/how_to/work_with_microtvm/micro_aot.py     |   5 -
 .../how_to/work_with_microtvm/micro_autotune.py    |   5 -
 gallery/how_to/work_with_microtvm/micro_ethosu.py  |   5 -
 gallery/how_to/work_with_microtvm/micro_pytorch.py |   5 -
 .../work_with_microtvm/micro_reference_vm.py       |   6 -
 gallery/how_to/work_with_microtvm/micro_tflite.py  |   5 -
 gallery/how_to/work_with_pytorch/using_as_torch.py |  12 +-
 .../work_with_pytorch/using_optimized_torch.py     |  18 +--
 gallery/how_to/work_with_relay/build_gcn.py        |   5 -
 .../how_to/work_with_relay/using_external_lib.py   |   5 -
 .../work_with_relay/using_pipeline_executor.py     |  10 --
 gallery/how_to/work_with_relay/using_relay_viz.py  |   5 -
 gallery/how_to/work_with_schedules/extern_op.py    |   5 -
 gallery/how_to/work_with_schedules/intrin_math.py  |   7 +-
 gallery/how_to/work_with_schedules/reduction.py    |   3 -
 gallery/how_to/work_with_schedules/scan.py         |   3 -
 .../work_with_schedules/schedule_primitives.py     |   5 -
 gallery/how_to/work_with_schedules/tedd.py         |   5 -
 gallery/how_to/work_with_schedules/tensorize.py    |   5 -
 gallery/how_to/work_with_schedules/tuple_inputs.py |   5 -
 gallery/tutorial/auto_scheduler_matmul_x86.py      |   5 -
 gallery/tutorial/autotvm_matmul_x86.py             |   5 -
 gallery/tutorial/autotvm_relay_x86.py              |   5 -
 gallery/tutorial/cross_compilation_and_rpc.py      |   5 -
 gallery/tutorial/install.py                        |   6 -
 gallery/tutorial/intro_topi.py                     |   4 -
 gallery/tutorial/introduction.py                   |   5 -
 gallery/tutorial/relay_quick_start.py              |  10 +-
 gallery/tutorial/tensor_expr_get_started.py        |   5 -
 gallery/tutorial/tensor_ir_blitz_course.py         |   4 -
 gallery/tutorial/tvmc_command_line_driver.py       |   5 -
 gallery/tutorial/tvmc_python.py                    |   5 -
 gallery/tutorial/uma.py                            |   6 -
 tests/lint/check_request_hook.py                   | 161 ---------------------
 tests/scripts/task_lint.sh                         |   3 -
 74 files changed, 24 insertions(+), 533 deletions(-)
 delete mode 100644 tests/lint/check_request_hook.py

Reply via email to