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
docs(zephyr): update Cortex-M55 examples to use --target=cortex-m55+int8 (#17859)
The aot_arm_compiler now requires an explicit --target flag to select
the Cortex-M/CMSIS-NN portable kernel path. Update the two Cortex-M55
PTE generation commands in the Zephyr README (Corstone-300 FVP and STM
Nucleo N6 sections) to pass --target=cortex-m55+int8, and add a short
explanatory note below each command.
Follow-up to #17075 which introduced the cortex-m55+int8 target.
`--target=cortex-m55+int8` selects the Cortex-M/CMSIS-NN portable kernel path (no NPU delegation). This produces a `.pte` optimised for Cortex-M55 with INT8 quantisation.
0 commit comments