You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/07/31 09:17:14 UTC

[tvm] branch main updated (66a1b9f392 -> a231a1d724)

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 66a1b9f392 fix bug: KeyError, can't find some parameter key (#12211)
     add a231a1d724 [Fix] Fix some errors in unittests (#12245)

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/tir/intrin.py                              |  5 +++++
 tests/python/unittest/test_aot_legalize_packed_call.py       | 12 ++++++------
 tests/python/unittest/test_tir_intrin.py                     |  8 ++++----
 tests/python/unittest/test_tir_transform_flatten_buffer.py   |  8 ++++----
 tests/python/unittest/test_tir_transform_hoist_expression.py |  4 ++--
 tests/python/unittest/test_tir_transform_storage_flatten.py  |  2 +-
 6 files changed, 22 insertions(+), 17 deletions(-)