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

Adjusts subgroups built-in to atomics operations #4627

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

munrocket
Copy link
Contributor

This PR is part of #4528 which only changes two operations

subgroupSum -> subgroupAdd
subgroupProduct -> subgroupMul

And making builtin's consistent with GLSL, WGSL atomics and wgpu.

This PR is part of gpuweb#4528 which only changes two operations
```
subgroupSum -> subgroupAdd
subgroupProduct -> subgroupMul
```
And making builtin's consistent with GLSL, WGSL atomics and wgpu.
@w3cbot
Copy link

w3cbot commented May 8, 2024

munrocket marked as non substantive for IPR from ash-nazg.

Copy link
Contributor

github-actions bot commented May 8, 2024

Previews, as seen when this build job started (3bad199):
WebGPU webgpu.idl | Explainer | Correspondence Reference
WGSL grammar.js | wgsl.lalr.txt

@kainino0x kainino0x added the wgsl WebGPU Shading Language Issues label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wgsl WebGPU Shading Language Issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants