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/tvm.git.
from afa0870 [MetaSchedule] bug fix ApplyHistoryBest. Previously,
ApplyHistoryBest returned the incoming module without applying the tuning
history. (#10183)
add 470a1c7 [BugFix][TVMScript] Use operator `is` when recognizing TIR
Module (#10175)
No new revisions were added by this update.
Summary of changes:
python/tvm/script/parser.py | 2 +-
tests/python/unittest/test_tvmscript_regression.py | 49 ++++++++++++++++++++++
2 files changed, 50 insertions(+), 1 deletion(-)
create mode 100644 tests/python/unittest/test_tvmscript_regression.py