This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 53a3cba Fix incorrect AOT Memory Planning (#8926)
add 6dea994 [UnitTest][Vulkan] Runnable relay unit tests on Vulkan (#8947)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/testing/__init__.py | 11 +-
python/tvm/testing/__init__.py | 1 +
python/tvm/testing/plugin.py | 127 +-
python/tvm/testing/utils.py | 56 +-
tests/python/relay/aot/aot_test_utils.py | 6 +-
tests/python/relay/test_any.py | 405 +++---
tests/python/relay/test_op_grad_level1.py | 242 ++--
tests/python/relay/test_op_grad_level10.py | 128 +-
tests/python/relay/test_op_level1.py | 85 +-
tests/python/relay/test_op_level2.py | 427 ++++---
tests/python/relay/test_op_level3.py | 1325 ++++++++++----------
tests/python/relay/test_op_level4.py | 259 ++--
tests/python/relay/test_op_level5.py | 590 ++++-----
tests/python/relay/test_pass_alter_op_layout.py | 35 +-
tests/python/relay/test_vm.py | 291 ++---
tests/python/unittest/test_tvm_testing_features.py | 20 +-
16 files changed, 2160 insertions(+), 1848 deletions(-)