This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from f65e320 Fix InferCorrectLayout for dynamic upsampling and add a
regression test (#6712)
add 129333b [TVMScript] refactor (#6734)
No new revisions were added by this update.
Summary of changes:
python/tvm/script/__init__.py | 3 +-
python/tvm/script/_ffi_api.py | 2 +-
.../{scope_emitter.py => context_maintainer.py} | 28 +-
python/tvm/script/intrin.py | 100 +++--
python/tvm/script/parser.py | 461 ++++++++++++++-------
python/tvm/script/registry.py | 379 ++---------------
python/tvm/script/scope_handler.py | 418 +++++++++++--------
python/tvm/script/special_stmt.py | 240 ++++++-----
python/tvm/script/ty.py | 5 +-
python/tvm/script/utils.py | 102 +----
10 files changed, 829 insertions(+), 909 deletions(-)
rename python/tvm/script/{scope_emitter.py => context_maintainer.py} (70%)