This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 66a1b9f392 fix bug: KeyError, can't find some parameter key (#12211)
add a231a1d724 [Fix] Fix some errors in unittests (#12245)
add ea0e29f425 [MetaSchedule][Test] Add unittests for GRP (#12246)
No new revisions were added by this update.
Summary of changes:
python/tvm/script/tir/intrin.py | 5 +
.../unittest/test_aot_legalize_packed_call.py | 12 +-
.../unittest/test_meta_schedule_space_cpu.py | 175 +++++++++++++++++++++
.../unittest/test_meta_schedule_space_cuda.py | 90 +++++++++++
tests/python/unittest/test_tir_intrin.py | 8 +-
.../unittest/test_tir_transform_flatten_buffer.py | 8 +-
.../test_tir_transform_hoist_expression.py | 4 +-
.../unittest/test_tir_transform_storage_flatten.py | 2 +-
8 files changed, 287 insertions(+), 17 deletions(-)