This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from cd5a20e [COMMUNITY] @junrushao1994 -> PMC (#8450)
add 62adc77 [MyPy] Extend type checking and annotation for TIR (#8429)
No new revisions were added by this update.
Summary of changes:
python/tvm/tir/analysis/analysis.py | 34 ++++---
python/tvm/tir/buffer.py | 10 +-
python/tvm/tir/data_layout.py | 28 +++---
python/tvm/tir/expr.py | 155 +++++++++++++++++-------------
python/tvm/tir/function.py | 4 +-
python/tvm/tir/generic.py | 12 +--
python/tvm/tir/ir_builder.py | 2 +-
python/tvm/tir/op.py | 70 +++++++-------
python/tvm/tir/stmt.py | 56 ++++++-----
python/tvm/tir/stmt_functor.py | 6 +-
python/tvm/tir/transform/function_pass.py | 17 +++-
python/tvm/tir/transform/transform.py | 113 +++++++++++-----------
tests/scripts/task_mypy.sh | 6 ++
13 files changed, 288 insertions(+), 225 deletions(-)