mehrdadh commented on code in PR #12534:
URL: https://github.com/apache/tvm/pull/12534#discussion_r961100014
##########
python/tvm/micro/testing/aot_test_utils.py:
##########
@@ -65,6 +65,17 @@
},
)
+AOT_SPIKE_RUNNER = AOTTestRunner(
Review Comment:
I very much encourage to use project API from the first place, unless if
there's a blocker. Initially, AOTTestRunner was introduced because at that
point we didn't have host driven AOT and multi model support with MLF artifact.
We're gonna remove AOTTestRunner in near future and consolidate all testing to
a single flow.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]