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 ed97234b25 Revert "[ARITH] Fix InternalError: Check failed:
(eval_vec_) is false" (#18542)
add c71aefc745 [Docs] Fix e2e_opt_model tutorial for GPU deployment
(#18539)
add 001ed57083 [Schedule] Fix LocalBuilder Check failed:
(index_map_func.has_value()) is false (#18525)
add 141431ce1a [TIR][Schedule] Fix mma tensorize error (#18528)
No new revisions were added by this update.
Summary of changes:
docs/how_to/tutorials/e2e_opt_model.py | 6 +-
python/tvm/meta_schedule/builder/local_builder.py | 1 +
python/tvm/tir/tensor_intrin/cuda.py | 2 +-
src/tir/transforms/memhammer_intermediate_stage.cc | 8 +-
.../test_meta_schedule_mma_tensorize.py | 338 +++++++++++++++++++++
5 files changed, 350 insertions(+), 5 deletions(-)
create mode 100644
tests/python/meta_schedule/test_meta_schedule_mma_tensorize.py