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 efdf2b2dbb [CI] Fix NameError in nightly docker update workflow 
(#18692)
     add 0079ff7d1c [REFACTOR][TEST] Replace CompareBeforeAfter for pytest 
compact (#18711)

No new revisions were added by this update.

Summary of changes:
 python/tvm/testing/utils.py                        |  246 ----
 tests/python/dlight/test_cpu_gemv.py               |   22 +-
 tests/python/dlight/test_gpu_conv.py               |   25 +-
 tests/python/dlight/test_gpu_gemv.py               |   25 +-
 tests/python/dlight/test_gpu_matmul.py             |  103 +-
 tests/python/dlight/test_gpu_matmul_tensorize.py   |  108 +-
 .../test_meta_schedule_postproc_rewrite_layout.py  |   83 +-
 .../relax/test_transform_compute_prim_value.py     |   19 +-
 .../relax/test_transform_convert_dataflow.py       |   69 +-
 .../relax/test_transform_expand_tuple_args.py      |   14 +-
 .../relax/test_transform_remove_unused_outputs.py  |   24 +-
 .../test_transform_remove_unused_parameters.py     |   29 +-
 .../relax/test_transform_rewrite_cuda_graph.py     |   29 +-
 .../relax/test_transform_topological_sort.py       |  125 +-
 .../testing/test_tvm_testing_before_after.py       |  114 +-
 .../test_tir_analysis_identify_memcpy.py           |  285 +++--
 tests/python/tir-base/test_slice_tir.py            |  216 ----
 .../tir-base/test_tir_stmt_functor_substitute.py   |  147 ++-
 .../tir-schedule/test_tir_schedule_reduction.py    |   64 +-
 .../test_tir_schedule_set_axis_separator.py        |   49 +-
 .../test_tir_schedule_transform_layout.py          | 1062 +++++++++-------
 .../test_tir_transform_annotate_device_regions.py  |   62 +-
 .../test_tir_transform_annotate_irregular_loop.py  |  308 +++--
 .../test_tir_transform_combine_context_call.py     |   47 +-
 .../test_tir_transform_convert_blocks_to_opaque.py |   27 +-
 .../test_tir_transform_convert_ssa.py              |  722 +++++------
 .../test_tir_transform_device_kernel_launch.py     |  334 +++--
 .../test_tir_transform_flatten_buffer.py           |  610 +++++----
 .../tir-transform/test_tir_transform_helpers.py    |  307 ++---
 .../test_tir_transform_hoist_expression.py         |  276 ++--
 .../test_tir_transform_inject_double_buffer.py     |  126 +-
 .../test_tir_transform_inject_ptx_async_copy.py    |   71 +-
 ...r_transform_lower_device_storage_access_info.py |  115 +-
 .../test_tir_transform_lower_thread_all_reduce.py  | 1328 +++++++++++---------
 .../test_tir_transform_lower_tvm_builtin.py        |  161 +--
 .../test_tir_transform_make_unpacked_api.py        |  302 ++---
 ...form_merge_dynamic_shared_memory_allocations.py |  218 +++-
 ...est_tir_transform_pointer_value_type_rewrite.py |  198 +--
 ...ansform_reduce_branching_through_overcompute.py |  289 +++--
 .../test_tir_transform_remove_assume.py            |   57 +-
 .../test_tir_transform_remove_no_op.py             |  313 +++--
 .../test_tir_transform_remove_undef.py             |  108 +-
 .../tir-transform/test_tir_transform_simplify.py   |  891 +++++++------
 .../test_tir_transform_split_host_device.py        |  298 +++--
 .../test_tir_transform_storage_rewrite.py          |  248 ++--
 45 files changed, 5562 insertions(+), 4712 deletions(-)
 delete mode 100644 tests/python/tir-base/test_slice_tir.py

Reply via email to