-
Notifications
You must be signed in to change notification settings - Fork 795
[executorch] Remove EXECUTORCH_CLIENTS visibility gating - XNNPACK & Vulkan Backends #16524
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
Conversation
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
Pull Request resolved: #16474 Remove the EXECUTORCH_CLIENTS buck client list that gates visibility on core infrastructure targets. This removes the gating rule in runtime_wrapper.bzl and replaces all visibility blocks containing @EXECUTORCH_CLIENTS with explicit PUBLIC visibility. This is part 1 of a multi-diff stack to remove visibility gating across all of executorch. This diff covers: - build/runtime_wrapper.bzl (removes the gating rule) - runtime/core/* targets - runtime/platform targets ghstack-source-id: 332138690 @exported-using-ghexport Differential Revision: [D89902032](https://our.internmc.facebook.com/intern/diff/D89902032/)
…ackend/executor/kernel) Pull Request resolved: #16475 Remove the EXECUTORCH_CLIENTS buck client list visibility gating from runtime targets outside of core. This replaces all visibility blocks containing @EXECUTORCH_CLIENTS with explicit PUBLIC visibility. This is part 2 of a multi-diff stack to remove visibility gating across all of executorch. This diff covers: - runtime/backend targets - runtime/executor targets - runtime/kernel targets ghstack-source-id: 332138688 @exported-using-ghexport Differential Revision: [D89902033](https://our.internmc.facebook.com/intern/diff/D89902033/)
Pull Request resolved: #16476 Remove the EXECUTORCH_CLIENTS buck client list visibility gating from kernel targets. This replaces all visibility blocks containing @EXECUTORCH_CLIENTS with explicit PUBLIC visibility. This is part 3 of a multi-diff stack to remove visibility gating across all of executorch. This diff covers all kernels/*: - kernels/aten - kernels/fb/custom_ops - kernels/optimized - kernels/portable - kernels/prim_ops - kernels/quantized - kernels/test ghstack-source-id: 332138691 @exported-using-ghexport Differential Revision: [D89902027](https://our.internmc.facebook.com/intern/diff/D89902027/)
…Vulkan Backends Pull Request resolved: #16477 Remove the EXECUTORCH_CLIENTS buck client list visibility gating from XNNPACK and Vulkan backend targets. This replaces all visibility blocks containing @EXECUTORCH_CLIENTS with explicit PUBLIC visibility. This is part 4 of a multi-diff stack to remove visibility gating across all of executorch. This diff covers: - backends/xnnpack/* - backends/vulkan/* ghstack-source-id: 332138689 @exported-using-ghexport Differential Revision: [D89902028](https://our.internmc.facebook.com/intern/diff/D89902028/)
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16524
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Cancelled Job, 3 Unrelated FailuresAs of commit 885d27f with merge base 09b5bdb ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
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. |
GregoryComer
approved these changes
Jan 10, 2026
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.
module: vulkan
Issues related to the Vulkan delegate and code under backends/vulkan/
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.
This PR was created by the merge bot to help merge the original PR into the main branch.
ghstack PR number: #16477 by @GregoryComer
^ 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/GregoryComer/170/base
ghstack PR head: https://github.com/pytorch/executorch/tree/gh/GregoryComer/170/head
Merge bot PR base: https://github.com/pytorch/executorch/tree/gh/GregoryComer/169/orig
Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/GregoryComer/170/orig
Differential Revision: D89902028
@diff-train-skip-merge
cc @SS-JIA @manuelcandales @digantdesai @cbilgin