This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 15b1d98393 [Web] Bump tvmjs version to 0.25.0-dev1 (#19687)
add e0678699f9 [Fix] CommReduce could handle 0-dim data (#19683)
add 47ddef8fdb [CI] Pin actions by version tag, trim wheel perms (#19703)
add fda3220ead [Tests] Fix s_tir tests using removed T.block API in TIRx
script (#19706)
add 9b5cd5d2cd [CI] Fix release verification script (#19700)
add 219f1d83cf [Refactor][Meta-schedule] Remove meta-schedule as_string
mechanism in favor of default representation (#19709)
add b0532f7277 [Python] Bump apache-tvm-ffi floor to >=0.1.12 (#19710)
add 1f7c99d3f4 [Relax][CoreML] Fix CoreML partition pass (#19711)
add def37e30bd [Tests] Skip test modules cleanly when optional deps are
missing (#19704)
No new revisions were added by this update.
Summary of changes:
.github/actions/build-wheel-for-publish/action.yml | 8 ++--
.github/actions/setup/action.yml | 6 +--
.github/workflows/cc_bot.yml | 2 +-
.github/workflows/lint.yml | 4 +-
.github/workflows/main.yml | 4 +-
.github/workflows/nightly_docker_update.yml | 2 +-
.github/workflows/ping_reviewers.yml | 2 +-
.github/workflows/publish_wheel.yml | 20 +++++-----
.github/workflows/tag_teams.yml | 2 +-
.github/workflows/tvmbot.yml | 2 +-
.../workflows/update_last_successful_branch.yml | 2 +-
.github/workflows/update_nightly_branch.yml | 2 +-
include/tvm/s_tir/meta_schedule/cost_model.h | 22 +++--------
.../tvm/s_tir/meta_schedule/feature_extractor.h | 13 +-----
include/tvm/s_tir/meta_schedule/measure_callback.h | 13 +-----
include/tvm/s_tir/meta_schedule/mutator.h | 12 +-----
include/tvm/s_tir/meta_schedule/postproc.h | 13 +-----
include/tvm/s_tir/meta_schedule/schedule_rule.h | 13 +-----
include/tvm/topi/reduction.h | 5 ++-
pyproject.toml | 5 ++-
python/tvm/contrib/hexagon/pytest_plugin.py | 11 ++++--
python/tvm/contrib/hexagon/session.py | 2 +-
python/tvm/ir/utils.py | 4 +-
python/tvm/relax/backend/metal/coreml.py | 2 +-
.../s_tir/meta_schedule/cost_model/cost_model.py | 15 +------
.../feature_extractor/feature_extractor.py | 9 +----
.../measure_callback/measure_callback.py | 9 +----
python/tvm/s_tir/meta_schedule/mutator/mutator.py | 15 +------
.../tvm/s_tir/meta_schedule/postproc/postproc.py | 15 +------
.../meta_schedule/schedule_rule/schedule_rule.py | 15 +------
python/tvm/s_tir/meta_schedule/utils.py | 24 -----------
src/s_tir/meta_schedule/cost_model/cost_model.cc | 10 ++---
.../feature_extractor/feature_extractor.cc | 4 +-
.../measure_callback/measure_callback.cc | 6 +--
src/s_tir/meta_schedule/mutator/mutator.cc | 4 +-
src/s_tir/meta_schedule/postproc/postproc.cc | 4 +-
.../meta_schedule/schedule_rule/schedule_rule.cc | 4 +-
tests/python/codegen/test_target_codegen_blob.py | 3 ++
.../contrib/test_android/test_meta_schedule.py | 2 +
tests/python/contrib/test_cblas.py | 2 +
tests/python/contrib/test_hexagon/conftest.py | 12 +++---
.../test_hexagon/test_benchmark_maxpool2d.py | 2 +
.../contrib/test_hexagon/test_meta_schedule.py | 2 +
.../contrib/test_hexagon/test_relax_integration.py | 2 +
tests/python/contrib/test_hexagon/test_take.py | 4 ++
tests/python/nightly/test_nnapi/test_network.py | 5 ++-
.../relax/backend/adreno/test_texture_network.py | 5 ++-
.../test_runtime_builtin_kv_cache_transfer.py | 3 ++
tests/python/relax/test_codegen_coreml.py | 44 +++++++++++++++++++--
tests/python/relax/test_codegen_cublas.py | 3 ++
tests/python/relax/test_codegen_cudnn.py | 3 ++
tests/python/relax/test_codegen_cutlass.py | 3 ++
tests/python/relax/test_codegen_hipblas.py | 3 ++
tests/python/relax/test_e2e_op_dynamic.py | 3 ++
.../relax/test_frontend_from_exported_program.py | 5 ++-
tests/python/relax/test_frontend_from_fx.py | 3 +-
tests/python/relax/test_frontend_onnx.py | 6 ++-
tests/python/relax/test_frontend_onnx_backend.py | 4 ++
.../relax/test_meta_schedule_relax_integration.py | 2 +
tests/python/relax/test_op_image.py | 3 ++
tests/python/relax/test_op_vision.py | 3 ++
...runtime_builtin_paged_attention_kv_cache_cpu.py | 3 ++
..._builtin_paged_attention_kv_cache_flashinfer.py | 3 +-
.../relax/test_transform_bundle_model_params.py | 4 ++
...st_transform_legalize_ops_search_statistical.py | 32 +++++++++++++++
.../relax/test_transform_lift_transform_params.py | 3 ++
tests/python/relax/test_vm_build.py | 7 ++++
tests/python/runtime/test_runtime_module_load.py | 4 ++
tests/python/runtime/test_runtime_rpc.py | 2 +
tests/python/s_tir/dlight/test_benchmark.py | 2 +
.../meta_schedule/test_meta_schedule_builder.py | 1 +
.../meta_schedule/test_meta_schedule_cost_model.py | 37 ++++++-----------
.../test_meta_schedule_feature_extractor.py | 17 --------
.../test_meta_schedule_measure_callback.py | 20 ----------
...e_postproc_rewrite_parallel_vectorize_unroll.py | 6 +--
.../meta_schedule/test_meta_schedule_runner.py | 2 +
...test_meta_schedule_schedule_rule_auto_inline.py | 4 +-
.../meta_schedule/test_meta_schedule_tune_tir.py | 2 +
tests/python/support/test_popen_pool.py | 2 +
tests/python/tirx-base/test_tir_intrin.py | 6 ++-
tests/python/tirx/test_bench_utils.py | 2 +
...t_expr_functor.py => test_tirx_expr_functor.py} | 0
tests/scripts/release/test_release_package.sh | 46 ++++++++++++++++------
83 files changed, 311 insertions(+), 326 deletions(-)
rename tests/python/tirx/transform/{test_expr_functor.py =>
test_tirx_expr_functor.py} (100%)