Skip to content

Arm backend: Add running manifest to track public API#18528

Merged
Sebastian-Larsson merged 1 commit intopytorch:mainfrom
Sebastian-Larsson:gen_public_manifest
Mar 27, 2026
Merged

Arm backend: Add running manifest to track public API#18528
Sebastian-Larsson merged 1 commit intopytorch:mainfrom
Sebastian-Larsson:gen_public_manifest

Conversation

@Sebastian-Larsson
Copy link
Copy Markdown
Collaborator

@Sebastian-Larsson Sebastian-Larsson commented Mar 26, 2026

Add a manifest file that tracks the state of the public API. This will acts as a current snapshot of what the public API looks like. This manifest file can then be used in future scripts and tests to make sure that a commit does not break the API without proper deprecation.

For each release of Executorch there will be a static manifest file generated from the "running" manifest. Those manifest files will be immutable.

cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @robell

Add a manifest file that tracks the state of the public API. This will
acts as a current snapshot of what the public API looks like. This
manifest file can then be used in future scripts and tests to make sure
that a commit does not break the API without proper deprecation.

For each release of Executorch there will be a static manifest file
generated from the "running" manifest. Those manifest files will be
immutable.

Change-Id: I4f8bf5ca9f127fafd49d466f26220d6ca104e93d
Signed-off-by: Sebastian Larsson <sebastian.larsson@arm.com>
@Sebastian-Larsson Sebastian-Larsson added partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm ciflow/trunk release notes: arm Changes to the ARM backend delegate labels Mar 26, 2026
@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented Mar 26, 2026

🔗 Helpful Links

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

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

❌ 3 New Failures, 3 Unrelated Failures

As of commit 9f32da1 with merge base b6824d1 (image):

NEW FAILURES - The following jobs have failed:

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 Mar 26, 2026
@Sebastian-Larsson
Copy link
Copy Markdown
Collaborator Author

Unrelated CI failures. The Arm failure is an unrelated as well, it's a regression from a previous patch.

@Sebastian-Larsson Sebastian-Larsson merged commit 71de34d into pytorch:main Mar 27, 2026
414 of 433 checks passed
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. partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm release notes: arm Changes to the ARM backend delegate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants