Skip to content

[2/N] Add option context #11875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 24, 2025
Merged

[2/N] Add option context #11875

merged 3 commits into from
Jun 24, 2025

Conversation

pytorchbot
Copy link
Collaborator

This PR was created by the merge bot to help merge the original PR into the main branch.
ghstack PR number: #11390 by @cccclai
^ Please use this as the source of truth for the PR details, comments, and reviews
ghstack PR base: https://github.com/pytorch/executorch/tree/gh/cccclai/22/base
ghstack PR head: https://github.com/pytorch/executorch/tree/gh/cccclai/22/head
Merge bot PR base: https://github.com/pytorch/executorch/tree/gh/cccclai/21/orig
Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/cccclai/22/orig
@diff-train-skip-merge

cccclai added 2 commits June 23, 2025 21:20
Pull Request resolved: #11389

Introduce backend option as discussed in #10216

Step 1: Introducd Backend Option class

In later stage, it will be plugged in with the rest of the stack. BackendOptions is pretty much a list of BackendOption, and backend option is a key value pair. The key is a string, and the value can be 3 different types, including bool, string and int.

ghstack-source-id: 292257885

Differential Revision: [D75993712](https://our.internmc.facebook.com/intern/diff/D75993712/)
Pull Request resolved: #11390

For future needs without breacking API BC, in case we need to pass more information to the update API
ghstack-source-id: 292257886

Differential Revision: [D75919212](https://our.internmc.facebook.com/intern/diff/D75919212/)
@pytorchbot pytorchbot requested a review from cccclai as a code owner June 24, 2025 08:00
Copy link

pytorch-bot bot commented Jun 24, 2025

🔗 Helpful Links

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

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

⏳ 1 Pending, 7 Unrelated Failures

As of commit 3ff3c94 with merge base 8f1ded2 (image):

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.

@facebook-github-bot facebook-github-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 Jun 24, 2025
Base automatically changed from gh/cccclai/21/orig to main June 24, 2025 15:35
@cccclai cccclai merged commit 8e49e01 into main Jun 24, 2025
89 of 96 checks passed
@cccclai cccclai deleted the gh/cccclai/22/orig branch June 24, 2025 17:04
@cccclai cccclai added the release notes: api Changes to public facing apis (any interfaces, pybinded runtime methods, etc.) label Jun 24, 2025
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. release notes: api Changes to public facing apis (any interfaces, pybinded runtime methods, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants