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 088bc118c7 [TIR] Fix dtype mismatch error due to LetStmt (#13710)
     add 843310b03c [Fix,AutoScheduler] Handle 0-dim buffers in featurization 
(#13718)
     add 875296c762 [TVMScript] Linter-friendly function definitions (#13713)
     add bd37515cfb [Tests] Replace pytest.main with tvm.testing.main (#13717)

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/ir_builder/tir/ir.py             | 205 +++++++++++++++++----
 src/auto_scheduler/feature.cc                      |   5 +
 tests/micro/stm32/test_code_emitter.py             |   2 +-
 tests/python/contrib/test_cublas.py                |   2 +-
 .../test_ethosu_binary_elementwise_matcher.py      |   2 +-
 .../cascader/test_ethosu_block_config.py           |   2 +-
 .../cascader/test_ethosu_conv2d_matcher.py         |   2 +-
 .../cascader/test_ethosu_depthwise2d_matcher.py    |   2 +-
 .../cascader/test_ethosu_identity_matcher.py       |   2 +-
 .../cascader/test_ethosu_inline_matcher.py         |   2 +-
 .../test_ethosu/cascader/test_ethosu_part.py       |   2 +-
 .../cascader/test_ethosu_part_performance.py       |   2 +-
 .../cascader/test_ethosu_pooling_matcher.py        |   2 +-
 .../test_ethosu_unary_elementwise_matcher.py       |   2 +-
 .../contrib/test_ethosu/cascader/test_graph.py     |   2 +-
 .../contrib/test_ethosu/cascader/test_pareto.py    |   2 +-
 .../contrib/test_ethosu/cascader/test_plan.py      |   2 +-
 .../test_ethosu/cascader/test_plan_generator.py    |   2 +-
 .../test_ethosu/cascader/test_propagator.py        |   2 +-
 .../cascader/test_proposal_generator.py            |   2 +-
 .../contrib/test_ethosu/cascader/test_scheduler.py |   2 +-
 .../test_ethosu/cascader/test_stripe_config.py     |   2 +-
 .../test_ethosu/cascader/test_tensor_config.py     |   2 +-
 .../contrib/test_ethosu/test_attr_passing.py       |   2 +-
 tests/python/contrib/test_ethosu/test_codegen.py   |   5 +-
 tests/python/contrib/test_ethosu/test_compiler.py  |   2 +-
 .../test_ethosu/test_copy_compute_reordering.py    |   2 +-
 .../contrib/test_ethosu/test_create_tiles.py       |   2 +-
 .../contrib/test_ethosu/test_encode_constants.py   |   2 +-
 .../contrib/test_ethosu/test_extract_constants.py  |   2 +-
 .../contrib/test_ethosu/test_layout_optimizer.py   |   2 +-
 tests/python/contrib/test_ethosu/test_legalize.py  |   2 +-
 .../contrib/test_ethosu/test_lookup_table.py       |   2 +-
 .../python/contrib/test_ethosu/test_lower_to_te.py |   2 +-
 tests/python/contrib/test_ethosu/test_networks.py  |   2 +-
 .../python/contrib/test_ethosu/test_preprocess.py  |   2 +-
 .../test_ethosu/test_remove_concatenates.py        |   2 +-
 .../test_ethosu/test_replace_binary_elementwise.py |   2 +-
 .../contrib/test_ethosu/test_replace_conv2d.py     |   2 +-
 .../contrib/test_ethosu/test_replace_copy.py       |   2 +-
 .../contrib/test_ethosu/test_replace_identity.py   |   2 +-
 .../contrib/test_ethosu/test_replace_pooling.py    |   2 +-
 .../test_ethosu/test_replace_unary_elementwise.py  |   2 +-
 .../contrib/test_ethosu/test_rolling_buffer.py     |   2 +-
 tests/python/contrib/test_ethosu/test_scheduler.py |   2 +-
 .../test_ethosu/test_tir_to_cs_translator.py       |   2 +-
 .../contrib/test_ethosu/test_type_inference.py     |   2 +-
 tests/python/contrib/test_ethosu/test_vela_api.py  |   2 +-
 tests/python/contrib/test_libtorch_ops.py          |   2 +-
 tests/python/contrib/test_nnpack.py                |   2 +-
 .../contrib/test_vitis_ai/test_vitis_ai_codegen.py |   2 +-
 .../test_vitis_ai_runtime_cpu_part.py              |   2 +-
 tests/python/driver/tvmc/test_pass_list.py         |   2 +-
 tests/python/frontend/mxnet/test_forward.py        |   2 +-
 tests/python/frontend/paddlepaddle/test_forward.py |   2 +-
 tests/python/frontend/tensorflow/test_forward.py   |   2 +-
 .../frontend/tensorflow2/test_functional_models.py |   2 +-
 .../frontend/tensorflow2/test_sequential_models.py |   2 +-
 tests/python/integration/test_reduce.py            |   3 +-
 tests/python/integration/test_winograd_nnpack.py   |   4 +-
 tests/python/relay/test_adt.py                     |   2 +-
 .../relay/test_analysis_basic_block_normal_form.py |   2 +-
 .../test_analysis_extract_intermediate_expr.py     |   2 +-
 .../relay/test_analysis_extract_operators.py       |   2 +-
 .../relay/test_auto_scheduler_task_extraction.py   |   2 +-
 tests/python/relay/test_backend_graph_executor.py  |   2 +-
 tests/python/relay/test_backend_interpreter.py     |   2 +-
 tests/python/relay/test_call_graph.py              |   2 +-
 tests/python/relay/test_name_mangling.py           |   2 +-
 tests/python/relay/test_op_grad_level2.py          |   2 +-
 tests/python/relay/test_op_grad_level3.py          |   2 +-
 tests/python/relay/test_op_grad_level4.py          |   2 +-
 tests/python/relay/test_op_level1.py               |   2 +-
 tests/python/relay/test_op_level6.py               |   2 +-
 tests/python/relay/test_pass_alter_op_layout.py    |   2 +-
 tests/python/relay/test_pass_convert_op_layout.py  |   2 +-
 .../python/relay/test_pass_defunctionalization.py  |   2 +-
 tests/python/relay/test_pass_defuse_ops.py         |   2 +-
 tests/python/relay/test_pass_dynamic_to_static.py  |   2 +-
 .../relay/test_pass_flexible_shape_dispatch.py     |   2 +-
 tests/python/relay/test_pass_fuse_ops.py           |   2 +-
 tests/python/relay/test_pass_gradient.py           |   2 +-
 tests/python/relay/test_pass_inline.py             |   2 +-
 tests/python/relay/test_pass_lambda_lift.py        |   2 +-
 tests/python/relay/test_pass_manager.py            |   2 +-
 tests/python/relay/test_pass_merge_composite.py    |   2 +-
 .../relay/test_pass_remove_unused_functions.py     |   2 +-
 tests/python/relay/test_pass_simplify_expr.py      |   2 +-
 .../relay/test_pass_to_basic_block_normal_form.py  |   2 +-
 tests/python/relay/test_pass_unmatched_cases.py    |   2 +-
 tests/python/relay/test_pipeline_executor.py       |   2 +-
 tests/python/relay/test_tensor_array.py            |   2 +-
 tests/python/relay/test_to_mixed_precision.py      |   2 +-
 tests/python/relay/test_type_infer.py              |   4 +-
 tests/python/relay/test_vm_serialization.py        |   2 +-
 .../unittest/test_aot_legalize_packed_call.py      |   2 +-
 tests/python/unittest/test_arith_deduce_bound.py   |   2 +-
 .../python/unittest/test_arith_rewrite_simplify.py |   2 +-
 .../unittest/test_arith_solve_linear_equations.py  |   2 +-
 .../unittest/test_arith_solve_linear_inequality.py |   2 +-
 .../python/unittest/test_auto_scheduler_feature.py |  26 +++
 tests/python/unittest/test_ir_container.py         |   2 +-
 .../unittest/test_micro_model_library_format.py    |   2 +-
 tests/python/unittest/test_target_codegen_cuda.py  |   2 +-
 .../unittest/test_tir_analysis_stmt_finding.py     |   2 +-
 tests/python/unittest/test_tir_buffer.py           |   2 +-
 tests/python/unittest/test_tir_nodes.py            |   2 +-
 .../python/unittest/test_tir_te_extern_primfunc.py |   2 +-
 .../test_tir_transform_convert_for_loops_serial.py |   2 +-
 .../python/unittest/test_tir_transform_hoist_if.py |   2 +-
 .../test_tir_transform_inject_rolling_buffer.py    |   2 +-
 .../python/unittest/test_tir_transform_ir_utils.py |   2 +-
 .../test_tir_transform_lower_warp_memory.py        |   2 +-
 .../test_tir_transform_make_unpacked_api.py        |   2 +-
 .../test_tir_usmp_analysis_extract_bufferinfo.py   |   2 +-
 ...ransform_convert_pool_allocations_to_offsets.py |   2 +-
 tests/python/unittest/test_tir_usmp_utils.py       |   2 +-
 .../unittest/test_type_annotation_checker.py       |   3 +-
 118 files changed, 321 insertions(+), 154 deletions(-)

Reply via email to