You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I successfully ran ONNX Runtime on Cortex-A55 for a basic matrix multiplication example by directly downloading the AArch64 ONNX Runtime library.
However, I want to try it on low-level microcontrollers, so I followed the official ONNX Runtime build guide to generate an ONNX Runtime library for ARM Cortex-M33 and Cortex-M7. I am unsure if running ONNX Runtime on Cortex-M series microcontrollers is feasible.
Since Cortex-M33 is part of the ARMv8-M family, does ONNX Runtime officially support it? If not, are there any recommended lightweight alternatives for running ONNX models on Cortex-M33/M7?
I would appreciate any insights or guidance on this
Describe the issue
I successfully ran ONNX Runtime on Cortex-A55 for a basic matrix multiplication example by directly downloading the AArch64 ONNX Runtime library.
However, I want to try it on low-level microcontrollers, so I followed the official ONNX Runtime build guide to generate an ONNX Runtime library for ARM Cortex-M33 and Cortex-M7. I am unsure if running ONNX Runtime on Cortex-M series microcontrollers is feasible.
Since Cortex-M33 is part of the ARMv8-M family, does ONNX Runtime officially support it? If not, are there any recommended lightweight alternatives for running ONNX models on Cortex-M33/M7?
I would appreciate any insights or guidance on this
Urgency
No response
Target platform
M33 and M7
Build script
I followed the official ONNX Runtime build guide to generate an ONNX Runtime library for ARM Cortex-M33
Error / output
Couldn't able to build
Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: