Commit 649e29b
authored
Add "subgroup-size-control" feature (#203)
This patch adds the "subgroup-size-control" feature added to the spec in
gpuweb/gpuweb#55781 parent 34d2260 commit 649e29b
3 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
| 323 | + | |
323 | 324 | | |
324 | 325 | | |
325 | 326 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
| 323 | + | |
323 | 324 | | |
324 | 325 | | |
325 | 326 | | |
| |||
- .github/workflows/build-push-custom-image.yml+1-1
- .github/workflows/build-validate-publish.yml+1-1
- .github/workflows/preview-pull-request.yml+1-1
- .github/workflows/publish-TR-webgpu.yml+1-1
- correspondence/index.bs+27-2
- proposals/README.md+12-2
- proposals/bindless-filterability-validation.md+190
- proposals/buffer-view.md+12-6
- proposals/explicit_bindgroup_layout_parameters.md+8-1
- proposals/fragment-depth.md+7-9
- proposals/multisampled-array-textures.md+213
- proposals/reinterpret_view.md+4-1
- proposals/subgroup-matrix.md+68-30
- proposals/subgroup-size-control.md+11-31
- proposals/view-instancing.md+190
- spec/img/buffer-map-failure.mmd.svg+1-1
- spec/img/buffer-map-unmap.mmd.svg+1-1
- spec/index.bs+27
- tools/check-nfkc.py+1-1
- tools/custom-action/dependency-versions.sh+2-2
- tools/proposals-index.py+2
- wgsl/img/uniformity_1.mmd.svg+1-1
- wgsl/index.bs+144-92
- wgsl/syntax.bnf+8-2
- wgsl/syntax/attribute.syntax.bs.include+2
- wgsl/syntax/core_lhs_expression.syntax.bs.include+3-1
- wgsl/syntax/subgroup_size_attr.syntax.bs.include+5
- wgsl/syntax/template_elaborated_ident.syntax.bs.include+1-1
- wgsl/wgsl.recursive.bs.include+12-8
- wgsl/wgsl_spec_style_guide.md+3
0 commit comments