Add extension subgroup-size-control#5578
Conversation
This patch adds a new WebGPU and WGSL extension `subgroup-size-control` based on `proposals/subgroup-size-control.md`.
|
Previews, as seen when this build job started (a963977): |
|
Should this PR also update the correspondence reference? |
Done |
|
PTAL, thanks! |
jimblandy
left a comment
There was a problem hiding this comment.
My comments above were mostly editorial, but there was one spot that required a fix.
mwyrzykowski
left a comment
There was a problem hiding this comment.
In general the concept seems fine as an optional extension, as noted on Metal this property is read only and can not be configured as far as I know.
|
PTAL, thanks! |
|
Hi @jimblandy and @mwyrzykowski , I've updated this PR. PTAL, thanks! |
There was a problem hiding this comment.
We should have CTS and prototype for this before the spec lands, so we can validate the design before committing to it.
This patch adds a new WebGPU and WGSL extension
subgroup-size-controlbased on subgroup-size-control.md.
Fixed: #5545