-
Notifications
You must be signed in to change notification settings - Fork 657
[ET-VK][ez] Add ability to check for dot product extension support + upgrade glslc #13814
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
Conversation
…upgrade glslc ## Motivation Prepare for shaders that will use accelerated int8 dot product GLSL extensions, i.e. `dotPacked4x8AccSatEXT` ## Changes * Query for support for the shader integer dot product extension when creating the VkPhysicalDevice * Request the shader integer dot product extension when creating VkDevice * Provide APIs to check if the extension is available in the current runtime. Differential Revision: [D81323427](https://our.internmc.facebook.com/intern/diff/D81323427/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13814
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 16 New Failures, 3 Unrelated FailuresAs of commit 1c282de with merge base e2098f8 ( 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. |
This PR needs a
|
This pull request was exported from Phabricator. Differential Revision: D81323427 |
… support + upgrade glslc" ## Motivation Prepare for shaders that will use accelerated int8 dot product GLSL extensions, i.e. `dotPacked4x8AccSatEXT` ## Changes * Query for support for the shader integer dot product extension when creating the VkPhysicalDevice * Request the shader integer dot product extension when creating VkDevice * Provide APIs to check if the extension is available in the current runtime. Differential Revision: [D81323427](https://our.internmc.facebook.com/intern/diff/D81323427/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D81323427 |
bb6e8b3
into
gh/SS-JIA/314/base
Stack from ghstack (oldest at bottom):
Motivation
Prepare for shaders that will use accelerated int8 dot product GLSL extensions, i.e.
dotPacked4x8AccSatEXT
Changes
Differential Revision: D81323427