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 d1467777c6 Finish support for list-of-targets (#11382)
     add 7bab8f73b5 [CI] Revert #10181 / #11399, use non-versioned scipy 
intersphinx link (#11411)
     add 553eb1acd0 [tests] add utility to replace direct call to pytest.main 
(#11393)

No new revisions were added by this update.

Summary of changes:
 docs/conf.py                                                        | 2 +-
 python/tvm/testing/utils.py                                         | 6 ++++++
 tests/micro/arduino/test_arduino_error_detection.py                 | 3 ++-
 tests/micro/arduino/test_arduino_rpc_server.py                      | 3 ++-
 tests/micro/arduino/test_arduino_workflow.py                        | 4 +++-
 tests/micro/common/test_tvmc.py                                     | 3 ++-
 tests/micro/zephyr/test_zephyr.py                                   | 3 ++-
 tests/micro/zephyr/test_zephyr_aot.py                               | 2 +-
 tests/micro/zephyr/test_zephyr_armv7m.py                            | 2 +-
 tests/python/ci/test_ci.py                                          | 3 ++-
 tests/python/contrib/test_cmsisnn/test_binary_ops.py                | 2 +-
 tests/python/contrib/test_cmsisnn/test_conv2d.py                    | 2 +-
 tests/python/contrib/test_cmsisnn/test_extract_constants.py         | 3 ++-
 tests/python/contrib/test_cmsisnn/test_fully_connected.py           | 2 +-
 tests/python/contrib/test_cmsisnn/test_generate_constants.py        | 3 ++-
 tests/python/contrib/test_cmsisnn/test_networks.py                  | 2 +-
 tests/python/contrib/test_cmsisnn/test_pooling.py                   | 4 +---
 tests/python/contrib/test_cmsisnn/test_scalar_to_tensor_constant.py | 3 ++-
 tests/python/contrib/test_cmsisnn/test_softmax.py                   | 2 +-
 tests/python/contrib/test_cudnn.py                                  | 3 ++-
 tests/python/contrib/test_dnnl.py                                   | 4 +---
 tests/python/contrib/test_hexagon/conv2d/test_conv2d_blocked.py     | 3 ++-
 tests/python/contrib/test_hexagon/conv2d/test_conv2d_conv2d.py      | 3 ++-
 tests/python/contrib/test_hexagon/test_2d_physical_buffers.py       | 2 +-
 tests/python/contrib/test_hexagon/test_launcher.py                  | 2 +-
 tests/python/contrib/test_hexagon/test_maxpool2d_blocked.py         | 3 ++-
 tests/python/contrib/test_hexagon/test_models.py                    | 2 +-
 tests/python/contrib/test_hexagon/test_usmp.py                      | 2 +-
 tests/python/contrib/test_hexagon/topi/test_batch_matmul.py         | 3 ++-
 tests/python/contrib/test_hexagon/topi/test_conv2d_nchw.py          | 3 ++-
 tests/python/contrib/test_hexagon/topi/test_conv2d_nhwc.py          | 3 ++-
 tests/python/contrib/test_hexagon/topi/test_dense.py                | 3 ++-
 tests/python/contrib/test_hexagon/topi/test_pooling.py              | 3 ++-
 tests/python/contrib/test_hexagon/topi/test_reduce.py               | 3 ++-
 tests/python/contrib/test_hexagon/topi/test_softmax.py              | 3 ++-
 tests/python/contrib/test_rpc_server_device.py                      | 2 +-
 tests/python/contrib/test_tensorrt.py                               | 4 +---
 tests/python/contrib/test_verilator/test_verilator_ops.py           | 5 ++---
 tests/python/driver/tvmc/test_compiler.py                           | 4 +---
 tests/python/driver/tvmc/test_mlf.py                                | 3 ++-
 tests/python/driver/tvmc/test_target.py                             | 5 ++---
 tests/python/integration/test_arm_mprofile_dsp.py                   | 2 +-
 tests/python/integration/test_tuning.py                             | 2 +-
 tests/python/relay/aot/test_c_device_api.py                         | 3 ++-
 tests/python/relay/aot/test_cpp_aot.py                              | 2 +-
 tests/python/relay/aot/test_crt_aot.py                              | 2 +-
 tests/python/relay/aot/test_crt_aot_usmp.py                         | 5 +----
 tests/python/relay/dyn/test_dynamic_op_level10.py                   | 5 +----
 tests/python/relay/dyn/test_dynamic_op_level3.py                    | 4 +---
 tests/python/relay/op/annotation/test_annotation.py                 | 5 ++---
 tests/python/relay/op/test_tensor.py                                | 5 ++---
 tests/python/relay/strategy/arm_cpu/test_conv2d_nchw.py             | 2 +-
 tests/python/relay/strategy/arm_cpu/test_conv2d_nhwc.py             | 2 +-
 tests/python/relay/strategy/arm_cpu/test_depthwise_conv2d.py        | 2 +-
 tests/python/relay/strategy/arm_cpu/test_group_conv2d.py            | 2 +-
 tests/python/relay/test_any.py                                      | 6 ++----
 tests/python/relay/test_auto_scheduler_layout_rewrite_networks.py   | 2 +-
 tests/python/relay/test_build_module.py                             | 5 ++---
 tests/python/relay/test_external_codegen.py                         | 3 ++-
 tests/python/relay/test_ir_parser.py                                | 5 ++---
 tests/python/relay/test_ir_structural_equal_hash.py                 | 6 ++----
 tests/python/relay/test_ir_text_printer.py                          | 6 ++----
 tests/python/relay/test_op_grad_level1.py                           | 2 +-
 tests/python/relay/test_op_grad_level10.py                          | 2 +-
 tests/python/relay/test_op_level10.py                               | 2 +-
 tests/python/relay/test_op_level2.py                                | 2 +-
 tests/python/relay/test_op_level3.py                                | 2 +-
 tests/python/relay/test_op_level4.py                                | 2 +-
 tests/python/relay/test_op_level5.py                                | 2 +-
 tests/python/relay/test_op_qnn_unary_elementwise.py                 | 5 ++---
 tests/python/relay/test_pass_annotate_spans_defuse.py               | 5 +----
 tests/python/relay/test_pass_dead_code_elimination.py               | 5 ++---
 tests/python/relay/test_pass_fake_quantization_to_integer.py        | 5 ++---
 tests/python/relay/test_pass_flatten_atrous_conv.py                 | 5 ++---
 tests/python/relay/test_pass_fold_constant.py                       | 6 ++----
 tests/python/relay/test_pass_lazy_gradient_init.py                  | 5 +----
 tests/python/relay/test_pass_manifest_lifetimes.py                  | 3 ++-
 tests/python/relay/test_pass_partial_eval.py                        | 6 ++----
 tests/python/relay/test_pass_plan_devices.py                        | 5 +----
 tests/python/relay/test_pass_to_a_normal_form.py                    | 3 ++-
 tests/python/relay/test_pass_to_cps.py                              | 6 ++----
 tests/python/relay/test_prng.py                                     | 4 +---
 tests/python/relay/test_relay_te_compiler.py                        | 1 -
 tests/python/relay/test_target_hooks.py                             | 3 ++-
 tests/python/relay/test_vm.py                                       | 4 +---
 tests/python/target/test_virtual_device.py                          | 6 ++----
 tests/python/tir/analysis/test_device_constraint_utils.py           | 6 ++----
 tests/python/topi/python/test_topi_conv1d_transpose_ncw.py          | 2 +-
 tests/python/topi/python/test_topi_conv2d_int8.py                   | 2 +-
 tests/python/topi/python/test_topi_conv2d_nchw.py                   | 2 +-
 tests/python/topi/python/test_topi_conv2d_nhwc.py                   | 2 +-
 tests/python/topi/python/test_topi_correlation.py                   | 3 ++-
 tests/python/topi/python/test_topi_dense.py                         | 2 +-
 tests/python/topi/python/test_topi_depthwise_conv2d.py              | 2 +-
 tests/python/topi/python/test_topi_loss.py                          | 2 +-
 tests/python/topi/python/test_topi_math.py                          | 2 +-
 tests/python/topi/python/test_topi_reduce.py                        | 2 +-
 tests/python/topi/python/test_topi_relu.py                          | 2 +-
 tests/python/topi/python/test_topi_softmax.py                       | 2 +-
 tests/python/topi/python/test_topi_sort.py                          | 2 +-
 tests/python/topi/python/test_topi_unique.py                        | 2 +-
 tests/python/topi/python/test_topi_vision.py                        | 2 +-
 tests/python/unittest/test_auto_scheduler_measure.py                | 5 +----
 tests/python/unittest/test_auto_scheduler_sketch_generation.py      | 2 +-
 tests/python/unittest/test_crt.py                                   | 2 +-
 tests/python/unittest/test_gen_requirements.py                      | 3 ++-
 tests/python/unittest/test_index_map.py                             | 3 ++-
 tests/python/unittest/test_link_params.py                           | 2 +-
 tests/python/unittest/test_meta_schedule_builder.py                 | 3 ++-
 tests/python/unittest/test_meta_schedule_byoc_tensorrt.py           | 3 ++-
 tests/python/unittest/test_meta_schedule_cost_model.py              | 3 ++-
 tests/python/unittest/test_meta_schedule_database.py                | 3 ++-
 .../test_meta_schedule_feature_extractor_per_store_feature.py       | 3 ++-
 tests/python/unittest/test_meta_schedule_integration.py             | 2 +-
 tests/python/unittest/test_meta_schedule_post_order_apply.py        | 3 ++-
 .../python/unittest/test_meta_schedule_postproc_verify_gpu_code.py  | 3 ++-
 tests/python/unittest/test_meta_schedule_runner.py                  | 2 +-
 tests/python/unittest/test_meta_schedule_search_strategy.py         | 3 ++-
 tests/python/unittest/test_meta_schedule_space_generator.py         | 3 ++-
 tests/python/unittest/test_meta_schedule_task_scheduler.py          | 3 ++-
 tests/python/unittest/test_meta_schedule_tune_context.py            | 3 ++-
 tests/python/unittest/test_micro_model_library_format.py            | 4 +---
 tests/python/unittest/test_micro_project_api.py                     | 3 ++-
 tests/python/unittest/test_micro_transport.py                       | 2 +-
 tests/python/unittest/test_node_reflection.py                       | 3 ++-
 tests/python/unittest/test_runtime_graph_debug.py                   | 2 +-
 tests/python/unittest/test_runtime_profiling.py                     | 5 +----
 tests/python/unittest/test_runtime_rpc.py                           | 2 +-
 tests/python/unittest/test_runtime_vm_profiler.py                   | 6 ++----
 tests/python/unittest/test_target_codegen_bool.py                   | 3 ++-
 tests/python/unittest/test_target_codegen_hexagon.py                | 2 +-
 tests/python/unittest/test_target_codegen_llvm.py                   | 2 +-
 tests/python/unittest/test_target_codegen_vulkan.py                 | 4 +---
 tests/python/unittest/test_target_target.py                         | 3 ++-
 tests/python/unittest/test_target_texture_codegen_opencl.py         | 3 ++-
 tests/python/unittest/test_tir_analysis_estimate_tir_flops.py       | 3 ++-
 tests/python/unittest/test_tir_renew_defs.py                        | 3 ++-
 tests/python/unittest/test_tir_schedule_block_scope.py              | 3 ++-
 tests/python/unittest/test_tir_schedule_blockize.py                 | 3 ++-
 tests/python/unittest/test_tir_schedule_cache_read_write.py         | 3 ++-
 tests/python/unittest/test_tir_schedule_compute_at.py               | 3 ++-
 tests/python/unittest/test_tir_schedule_compute_inline.py           | 3 ++-
 tests/python/unittest/test_tir_schedule_error.py                    | 3 ++-
 tests/python/unittest/test_tir_schedule_for_kind.py                 | 2 +-
 tests/python/unittest/test_tir_schedule_instruction.py              | 3 ++-
 tests/python/unittest/test_tir_schedule_reduction.py                | 2 +-
 tests/python/unittest/test_tir_schedule_reorder.py                  | 3 ++-
 tests/python/unittest/test_tir_schedule_rfactor.py                  | 2 +-
 tests/python/unittest/test_tir_schedule_sampling.py                 | 3 ++-
 tests/python/unittest/test_tir_schedule_set_axis_separator.py       | 3 ++-
 tests/python/unittest/test_tir_schedule_split_fuse.py               | 3 ++-
 tests/python/unittest/test_tir_schedule_state.py                    | 3 ++-
 tests/python/unittest/test_tir_schedule_state_cached_flags.py       | 3 ++-
 tests/python/unittest/test_tir_schedule_tensorize.py                | 2 +-
 tests/python/unittest/test_tir_schedule_trace.py                    | 3 ++-
 tests/python/unittest/test_tir_schedule_transform_layout.py         | 3 ++-
 tests/python/unittest/test_tir_schedule_utilities.py                | 3 ++-
 tests/python/unittest/test_tir_texture_scope.py                     | 3 ++-
 tests/python/unittest/test_tir_transform_compact_buffer_region.py   | 3 ++-
 .../python/unittest/test_tir_transform_inject_software_pipeline.py  | 3 ++-
 .../unittest/test_tir_transform_lower_cross_thread_reduction.py     | 3 ++-
 tests/python/unittest/test_tir_transform_storage_flatten.py         | 3 ++-
 tests/python/unittest/test_tir_transform_storage_rewrite.py         | 3 ++-
 tests/python/unittest/test_tir_transform_unify_thread_binding.py    | 3 ++-
 tests/python/unittest/test_tir_usmp_algo_hill_climb.py              | 3 ++-
 tests/python/unittest/test_transform_layout.py                      | 2 +-
 tests/python/unittest/test_tvm_testing_features.py                  | 2 +-
 tests/python/unittest/test_tvmscript_error_report.py                | 2 +-
 tests/python/unittest/test_tvmscript_roundtrip.py                   | 2 +-
 tests/python/unittest/test_tvmscript_syntax_sugar.py                | 3 ++-
 170 files changed, 266 insertions(+), 255 deletions(-)

Reply via email to