This is an automated email from the ASF dual-hosted git repository.
jroesch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 4524567 Remove unnecessary memset in TVMMutableFuncRegistry
initialization (#8818)
add e883dcb Run AOT tests against reference system (#8744)
No new revisions were added by this update.
Summary of changes:
tests/python/relay/aot/aot_test_utils.py | 125 +++++++--
tests/python/relay/aot/corstone300.ld | 287 +++++++++++++++++++++
tests/python/relay/aot/corstone300.mk | 109 ++++++++
tests/python/relay/aot/{aot_test.mk => default.mk} | 8 +
tests/python/relay/aot/test_crt_aot.py | 81 +++---
tests/python/relay/test_external_codegen.py | 6 +-
6 files changed, 548 insertions(+), 68 deletions(-)
create mode 100644 tests/python/relay/aot/corstone300.ld
create mode 100644 tests/python/relay/aot/corstone300.mk
rename tests/python/relay/aot/{aot_test.mk => default.mk} (95%)