Skip to content

Arm backend: Generate runner-specific operator libs - #21615

Open
Erik-Lundell wants to merge 1 commit into
pytorch:mainfrom
Erik-Lundell:upstream-selective-libs
Open

Arm backend: Generate runner-specific operator libs#21615
Erik-Lundell wants to merge 1 commit into
pytorch:mainfrom
Erik-Lundell:upstream-selective-libs

Conversation

@Erik-Lundell

@Erik-Lundell Erik-Lundell commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Previously, all cortex_m and quantized operators
were included, wasting binary space.

Implement a helper arm_runner_create_selected_ops_lib that makes it easy to create operator registration libs, for specific kernel libraries.

Use this in

  • The arm example executor_runner
  • The image_classification_ethos_u example
  • The zephyr hello-executorch sample

cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell @rascani

Previously, all cortex_m and quantized operators
were included, wasting binary space.

Implement a helper arm_runner_create_selected_ops_lib
that makes it easy to create operator registration libs,
for specific kernel libraries.

Use this in
- The arm example executor_runner
- The image_classification_ethos_u example
- The zephyr hello-executorch sample

Signed-off-by: Erik Lundell <erik.lundell@arm.com>
Change-Id: I4a39b59974cc46e16050fae47e7fbb4b614a25bb
@pytorch-bot

pytorch-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

🔗 Helpful Links

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

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

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 1 Cancelled Job, 7 Unrelated Failures, 6 Unclassified Failures

As of commit 0aaf1a2 with merge base 2afdd93 (image):

UNCLASSIFIED FAILURES - DrCI could not classify the following jobs because the workflow did not run on the merge base. The failures may be pre-existing on trunk or introduced by this PR:

CANCELLED JOB - The following job was cancelled. Please retry:

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

BROKEN TRUNK - The following jobs failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

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 Aug 6, 2026
@github-actions github-actions Bot added ciflow/trunk module: arm Issues related to arm backend labels Aug 6, 2026
@Erik-Lundell Erik-Lundell added partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm release notes: none Do not include this in the release notes labels Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: arm Issues related to arm backend partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm release notes: none Do not include this in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant