-
Notifications
You must be signed in to change notification settings - Fork 646
Link Vulkan backend with pybinding lib when built #13309
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
base: gh/GregoryComer/120/head
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13309
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 4 Unrelated FailuresAs of commit 778f7cd with merge base c5db75b ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
BROKEN TRUNK - The following job 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Let's discuss this. @GregoryComer do you mean other deps like - .ci/scripts/setup-vulkan-linux-deps.sh ?
Also FYI Stephen was saying SwiftShader may not have all the Vulkan extensions we need so that might make testing a bit more complicated.
Add the Vulkan backend as a dependency to the pybinding build, when built. I've validated that I can run a simple Vulkan model on pybindings with this change on Mac (via MoltenVK).
Note that I'm not updating the preset to always build Vulkan yet. It requires additional dependencies and thus needs more discussion. I'm not sure if we can auto-install everything that we need. I'll get @SS-JIA's opinion on this. Also, once executorch::backends target is installable, I'll switch pybindings to use that target.
Tracking task: #12895.