PhilippvK commented on PR #11702: URL: https://github.com/apache/tvm/pull/11702#issuecomment-1171016290
@ashutosh-arm > Since we don't test execution for anything other than Cortex-M55 at the moment, we should probably use [this](https://github.com/apache/tvm/blob/27b0aad5a55254815a076dbcacb53e9725019f9d/python/tvm/micro/testing/aot_test_utils.py#L49) API to pass on the correct cpu arch by preparing PassConfig first While we could run the test for `cortex-m55` with MVEI+DSP support, `cortex-m33` with DSP and let's say `cortex-m0` without special instructios using the `mcpu` pass config we also need adapt the Makefiles which are currently hardcoded for the `cortex-m55`. @areusch As the fixed issue breaks CMSISNN BYOC support for models with pooling layers on DSP-only devices I would appreciate getting this merged to `main`. If anything is missing please let me know. -- 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]
