Skip to content

Conversation

@digantdesai
Copy link
Contributor

No description provided.

@pytorch-bot
Copy link

pytorch-bot bot commented Dec 9, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16164

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (1 Unrelated Failure)

As of commit 228605a with merge base c9f6df1 (image):

UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 9, 2025
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Embedded/MCU backend options in the README's Platform & Hardware Support table to better reflect the current state of supported backends for embedded systems and microcontrollers.

Key Changes:

  • Removed XNNPACK from the Embedded/MCU backend list
  • Added CMSIS (Cortex-M) backend to the list
  • Updated "NXP" to the more specific "NXP Neutron" naming

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

| 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants