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 f7165a1328 [microTVM] Fix tvmc tutorial (#14076)
add 10fb8c52d9 [MetaSchedule] Introduce Async Pipeline in MultiLevelTiling
(#14009)
add 9fab56c4c1 [TVMScript] Use op attribute to control whether to print
dtype in TVMScript (#14111)
add 1ad1994f5f [Fix][TVMScript] Fix index of metadata in printed script
(#14130)
add f21a17b67c [Pytorch] frontend full_impl fix (#14122)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/op_attr_types.h | 21 ++
python/tvm/relay/frontend/pytorch.py | 2 +
.../schedule_rule/multi_level_tiling.cc | 56 ++++
.../schedule_rule/multi_level_tiling.h | 4 +
src/script/printer/ir_docsifier.cc | 10 +-
src/script/printer/tir/expr.cc | 31 +-
src/tir/ir/stmt.cc | 4 +-
src/tir/op/builtin.cc | 67 ++--
.../test_meta_schedule_schedule_rule_mlt.py | 6 +-
.../unittest/test_meta_schedule_space_cuda.py | 2 +-
.../test_meta_schedule_space_cuda_async.py | 340 +++++++++++++++++++++
.../test_meta_schedule_space_cuda_winograd.py | 2 +-
...plify.py => test_tvmscript_printer_metadata.py} | 33 +-
13 files changed, 515 insertions(+), 63 deletions(-)
create mode 100644 tests/python/unittest/test_meta_schedule_space_cuda_async.py
copy tests/python/unittest/{test_arith_simplify.py =>
test_tvmscript_printer_metadata.py} (53%)