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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 1aec41aa0c [ETHOSN][CPP-RPC] Link NPU runtime in CPP RPC build (#11946)
     add c0f4bf72b6 [ci] Redirect sphinx-gallery URLs to S3 (#11839)
     add 265030eea4 [ETHOSN] Use partition_for_ function when running tests 
(#11945)

No new revisions were added by this update.

Summary of changes:
 gallery/how_to/compile_models/from_coreml.py       |  6 ++
 gallery/how_to/compile_models/from_darknet.py      |  6 ++
 gallery/how_to/compile_models/from_keras.py        |  6 ++
 gallery/how_to/compile_models/from_mxnet.py        |  6 ++
 gallery/how_to/compile_models/from_oneflow.py      |  6 ++
 gallery/how_to/compile_models/from_onnx.py         |  6 ++
 gallery/how_to/compile_models/from_paddle.py       |  6 ++
 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 ++
 .../deploy_models/deploy_model_on_android.py       |  6 ++
 .../how_to/deploy_models/deploy_model_on_rasp.py   |  6 ++
 .../deploy_object_detection_pytorch.py             |  6 ++
 .../how_to/deploy_models/deploy_prequantized.py    |  6 ++
 .../deploy_models/deploy_prequantized_tflite.py    |  6 ++
 gallery/how_to/deploy_models/deploy_quantized.py   |  6 ++
 gallery/how_to/deploy_models/deploy_sparse.py      |  6 ++
 gallery/how_to/deploy_models/deploy_ssd_gluoncv.py |  6 ++
 .../how_to/extend_tvm/bring_your_own_datatypes.py  |  6 ++
 gallery/how_to/extend_tvm/low_level_custom_pass.py |  6 ++
 gallery/how_to/extend_tvm/use_pass_infra.py        |  6 ++
 gallery/how_to/extend_tvm/use_pass_instrument.py   |  6 ++
 gallery/how_to/optimize_operators/opt_conv_cuda.py |  6 ++
 .../optimize_operators/opt_conv_tensorcore.py      |  6 ++
 gallery/how_to/optimize_operators/opt_gemm.py      |  6 ++
 .../tune_conv2d_layer_cuda.py                      |  6 ++
 .../tune_with_autoscheduler/tune_network_arm.py    |  6 ++
 .../tune_with_autoscheduler/tune_network_cuda.py   |  6 ++
 .../tune_with_autoscheduler/tune_network_mali.py   |  6 ++
 .../tune_with_autoscheduler/tune_network_x86.py    |  6 ++
 .../tune_with_autoscheduler/tune_sparse_x86.py     |  6 ++
 .../how_to/tune_with_autotvm/tune_conv2d_cuda.py   |  6 ++
 gallery/how_to/tune_with_autotvm/tune_relay_arm.py |  6 ++
 .../how_to/tune_with_autotvm/tune_relay_cuda.py    |  6 ++
 .../tune_with_autotvm/tune_relay_mobile_gpu.py     |  6 ++
 gallery/how_to/tune_with_autotvm/tune_relay_x86.py |  6 ++
 .../how_to/work_with_microtvm/micro_autotune.py    |  6 ++
 gallery/how_to/work_with_microtvm/micro_ethosu.py  |  6 ++
 .../work_with_microtvm/micro_reference_vm.py       |  6 ++
 gallery/how_to/work_with_microtvm/micro_tflite.py  |  6 ++
 gallery/how_to/work_with_relay/build_gcn.py        |  6 ++
 .../how_to/work_with_relay/using_external_lib.py   |  6 ++
 gallery/how_to/work_with_relay/using_relay_viz.py  |  6 ++
 gallery/how_to/work_with_schedules/extern_op.py    |  6 ++
 gallery/how_to/work_with_schedules/intrin_math.py  |  8 +-
 gallery/how_to/work_with_schedules/reduction.py    |  6 ++
 gallery/how_to/work_with_schedules/scan.py         |  6 ++
 .../work_with_schedules/schedule_primitives.py     |  6 ++
 gallery/how_to/work_with_schedules/tedd.py         |  6 ++
 gallery/how_to/work_with_schedules/tensorize.py    |  6 ++
 gallery/how_to/work_with_schedules/tuple_inputs.py |  6 ++
 gallery/tutorial/auto_scheduler_matmul_x86.py      |  6 ++
 gallery/tutorial/autotvm_matmul_x86.py             |  6 ++
 gallery/tutorial/autotvm_relay_x86.py              |  6 ++
 gallery/tutorial/cross_compilation_and_rpc.py      |  6 ++
 gallery/tutorial/install.py                        |  6 ++
 gallery/tutorial/intro_topi.py                     |  6 ++
 gallery/tutorial/introduction.py                   |  6 ++
 gallery/tutorial/relay_quick_start.py              |  6 ++
 gallery/tutorial/tensor_expr_get_started.py        |  6 ++
 gallery/tutorial/tensor_ir_blitz_course.py         |  6 ++
 gallery/tutorial/tvmc_command_line_driver.py       |  6 ++
 gallery/tutorial/tvmc_python.py                    |  6 ++
 python/tvm/testing/utils.py                        | 47 +++++++++++
 tests/lint/check_request_hook.py                   | 92 ++++++++++++++++++++++
 tests/python/contrib/test_ethosn/infrastructure.py | 14 +---
 tests/scripts/request_hook/request_hook.py         | 61 ++++++++++++++
 tests/scripts/task_lint.sh                         |  3 +
 68 files changed, 584 insertions(+), 13 deletions(-)
 create mode 100644 tests/lint/check_request_hook.py
 create mode 100644 tests/scripts/request_hook/request_hook.py

Reply via email to