Skip to content

Introduce no_volk buck targets #6910

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 1 commit into from
Nov 16, 2024

Conversation

SS-JIA
Copy link
Contributor

@SS-JIA SS-JIA commented Nov 15, 2024

Summary: TSIA. Introduce variants of the vulkan backend buck targets that do not use volk.

Differential Revision: D65827152

Copy link

pytorch-bot bot commented Nov 15, 2024

🔗 Helpful Links

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

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:

✅ No Failures

As of commit 1ee735b with merge base fe5caad (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Nov 15, 2024
@facebook-github-bot
Copy link
Contributor

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

Summary:


TSIA. Introduce variants of the vulkan backend buck targets that do not use volk.

Reviewed By: jorgep31415

Differential Revision: D65827152
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot facebook-github-bot merged commit ca44965 into pytorch:main Nov 16, 2024
39 of 41 checks passed
SS-JIA added a commit to SS-JIA/executorch-1 that referenced this pull request Nov 18, 2024
Summary:
## Context

Some devices were hanging when trying to run Vulkan due to a bug in pytorch#6910.

The issue is that `extension_features` was being initialized with `&shader_float16_int8_types` before `shader_float16_int8_types` was initialized.

## Changes

This diff fixes the bug and changes extension_features to set to an appropriate value based on which extensions are available according to the vulkan headers being used.

Differential Revision: D66118505
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants