Arm backend: Add running manifest to track public API#18528
Merged
Sebastian-Larsson merged 1 commit intopytorch:mainfrom Mar 27, 2026
Merged
Arm backend: Add running manifest to track public API#18528Sebastian-Larsson merged 1 commit intopytorch:mainfrom
Sebastian-Larsson merged 1 commit intopytorch:mainfrom
Conversation
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>
🔗 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 FailuresAs of commit 9f32da1 with merge base b6824d1 ( 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. |
zingo
approved these changes
Mar 26, 2026
Collaborator
Author
|
Unrelated CI failures. The Arm failure is an unrelated as well, it's a regression from a previous patch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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