You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by wu...@apache.org on 2022/05/20 17:20:19 UTC

[tvm] branch main updated (01b472f4d0 -> 72a5219aad)

This is an automated email from the ASF dual-hosted git repository.

wuwei pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 01b472f4d0 [CI] Update CPU and GPU image (#11369)
     add 72a5219aad [Schedule] Allowed typing.Tuple in tir.schedule._type_checker (#11289)

No new revisions were added by this update.

Summary of changes:
 python/tvm/tir/schedule/_type_checker.py           |  49 ++++++++-
 .../unittest/test_type_annotation_checker.py       | 121 +++++++++++++++++++++
 2 files changed, 169 insertions(+), 1 deletion(-)
 create mode 100644 tests/python/unittest/test_type_annotation_checker.py