Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ See [examples/models/llama](examples/models/llama/README.md) for complete workfl
| iOS | XNNPACK, MPS, CoreML (Neural Engine) |
| Linux / Windows | XNNPACK, OpenVINO, CUDA *(experimental)* |
| macOS | XNNPACK, MPS, Metal *(experimental)* |
| Embedded / MCU | XNNPACK, ARM Ethos-U, NXP, Cadence DSP |
| Embedded / MCU | ARM Ethos-U, CMSIS, NXP Neutron, Cadence DSP |
Copy link

Copilot AI Dec 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The backend name "CMSIS" may be ambiguous. Throughout the codebase, this backend is consistently referred to as "Cortex-M" (e.g., backends/cortex_m/, EXECUTORCH_BUILD_CORTEX_M, "ARM Cortex-M backend" in documentation). CMSIS-NN is the underlying library used by the Cortex-M backend, not the backend itself. Consider using "Cortex-M" or "ARM Cortex-M" for consistency with the rest of the codebase.

Suggested change
| Embedded / MCU | ARM Ethos-U, CMSIS, NXP Neutron, Cadence DSP |
| Embedded / MCU | ARM Ethos-U, Cortex-M, NXP Neutron, Cadence DSP |

Copilot uses AI. Check for mistakes.

See [Backend Documentation](https://docs.pytorch.org/executorch/main/backends-overview.html) for detailed hardware requirements and optimization guides.

Expand Down
Loading