Skip to content
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

[ET-VK] Add utility functions to get pipeline executable properties #8182

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

SS-JIA
Copy link
Contributor

@SS-JIA SS-JIA commented Feb 4, 2025

Stack from ghstack (oldest at bottom):

Context

Leverage the VK_KHR_pipeline_executable_properties extension to view shader compilation stats and potentially compiled IR that is exposed by the driver. This information can be useful during shader optimization to get more insight into what the compiled shader is actually doing.

Differential Revision: D69125488

## Context

Leverage the [VK_KHR_pipeline_executable_properties](https://registry.khronos.org/vulkan/specs/latest/man/html/VK_KHR_pipeline_executable_properties.html) extension to view shader compilation stats and potentially compiled IR that is exposed by the driver. This information can be useful during shader optimization to get more insight into what the compiled shader is actually doing.

Differential Revision: [D69125488](https://our.internmc.facebook.com/intern/diff/D69125488/)

[ghstack-poisoned]
Copy link

pytorch-bot bot commented Feb 4, 2025

🔗 Helpful Links

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

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

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

✅ You can merge normally! (2 Unrelated Failures)

As of commit b418dc8 with merge base a5c7609 (image):

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 Feb 4, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69125488

SS-JIA added a commit that referenced this pull request Feb 4, 2025
## Context

Leverage the [VK_KHR_pipeline_executable_properties](https://registry.khronos.org/vulkan/specs/latest/man/html/VK_KHR_pipeline_executable_properties.html) extension to view shader compilation stats and potentially compiled IR that is exposed by the driver. This information can be useful during shader optimization to get more insight into what the compiled shader is actually doing.

Differential Revision: [D69125488](https://our.internmc.facebook.com/intern/diff/D69125488/)

ghstack-source-id: 264624416
Pull Request resolved: #8182
@SS-JIA SS-JIA added the release notes: vulkan Changes to the Vulkan backend delegate label Feb 4, 2025
@facebook-github-bot facebook-github-bot merged commit 1eb9309 into gh/SS-JIA/189/base Feb 4, 2025
44 of 50 checks passed
@facebook-github-bot facebook-github-bot deleted the gh/SS-JIA/189/head branch February 4, 2025 19:16
kirklandsign pushed a commit that referenced this pull request Feb 4, 2025
## Context

Leverage the [VK_KHR_pipeline_executable_properties](https://registry.khronos.org/vulkan/specs/latest/man/html/VK_KHR_pipeline_executable_properties.html) extension to view shader compilation stats and potentially compiled IR that is exposed by the driver. This information can be useful during shader optimization to get more insight into what the compiled shader is actually doing.

Differential Revision: [D69125488](https://our.internmc.facebook.com/intern/diff/D69125488/)

ghstack-source-id: 264624416
Pull Request resolved: #8182

Co-authored-by: Stephen Jia <[email protected]>
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. fb-exported release notes: vulkan Changes to the Vulkan backend delegate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants