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

WGSL: Support the packed_4x8_integer_dot_product language extension #6445

Open
ErichDonGubler opened this issue Oct 22, 2024 · 0 comments
Open
Labels
lang: WGSL WebGPU Shading Language naga Shader Translator

Comments

@ErichDonGubler
Copy link
Member

Is your feature request related to a problem? Please describe.

The packed_4x8_integer_dot_product language extension (opted into via requires packed_4x8_integer_dot_product;) is an optional feature in the WGSL standard: see https://www.w3.org/TR/WGSL/#language-extensions-sec for more details.

Describe the solution you'd like

We should implement it!

Describe alternatives you've considered

We could also not implement it. but y tho

Additional context

-

@ErichDonGubler ErichDonGubler added naga Shader Translator lang: WGSL WebGPU Shading Language labels Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang: WGSL WebGPU Shading Language naga Shader Translator
Projects
Status: Todo
Development

No branches or pull requests

1 participant