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 b228037a29 Expose attrs argument of "ir.IRModule" to Rust bindings
add 460374fed5 [TOPI] Support symbolic shape in einsum (#14521)
add b98d036660 [Runtime] Runtime module property mask for Metal and Vulkan
add e1b49c8cb6 [TOPI] Fix data race of batch multibox detection (#14343)
add 2eeb37eef0 [Arith][Bugfix] Simplify "x - 1 < y" into "x <= y" (#14528)
add 7e232264b3 [LLVM] Use DataLayout::getABITypeAlign instead of
getABITypeAlignment
add 4d59c959aa [Target] Add A10G gpu cuda tag (#14467)
add e8cd33b601 [TIR] Update SplitHostDevice to post-process with
ConvertSSA (#14496)
add 17bd178bfa [Docs] Fix MetaSchedule Docs (#14480)
No new revisions were added by this update.
Summary of changes:
docs/reference/api/python/index.rst | 1 +
.../{auto_scheduler.rst => meta_schedule.rst} | 4 +-
include/tvm/tir/transform.h | 13 ++
python/tvm/meta_schedule/database/database.py | 7 +-
python/tvm/meta_schedule/postproc/postproc.py | 2 +-
.../meta_schedule/schedule_rule/schedule_rule.py | 4 +-
.../search_strategy/search_strategy.py | 6 +-
.../space_generator/space_generator.py | 4 +-
python/tvm/meta_schedule/tune.py | 15 +-
python/tvm/meta_schedule/tune_context.py | 4 +-
python/tvm/topi/cuda/ssd/multibox.py | 4 +-
python/tvm/topi/vision/ssd/multibox.py | 32 ++--
src/arith/rewrite_simplify.cc | 54 ++++--
src/runtime/metal/metal_module.mm | 5 +
src/runtime/vulkan/vulkan_wrapped_func.h | 5 +
src/target/llvm/codegen_blob.cc | 7 +-
src/target/tag.cc | 1 +
src/tir/transforms/ir_utils.cc | 186 ++++++++++++++++++---
src/tir/transforms/split_host_device.cc | 2 +-
src/topi/einsum.cc | 31 ++--
tests/python/topi/python/test_topi_einsum.py | 52 ++++--
tests/python/topi/python/test_topi_vision.py | 78 +++++----
.../python/unittest/test_arith_rewrite_simplify.py | 21 ++-
.../test_tir_transform_split_host_device.py | 25 +++
24 files changed, 435 insertions(+), 128 deletions(-)
copy docs/reference/api/python/{auto_scheduler.rst => meta_schedule.rst} (94%)