Skip to content

Commit 0a68285

Browse files
Add support for WGSL subgroup operations (shader-slang#6213)
* initial work * more work * more work on glsl intrinsics * add subgroup broadcast for glsl * wip add wgsl extension tracking * enable tests, enable extensions and added some todos * format and warning fixes * fix wgsl extension tracker --------- Co-authored-by: Yong He <yonghe@outlook.com>
1 parent 2949b78 commit 0a68285

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+727
-309
lines changed

docs/user-guide/a3-02-reference-capability-atoms.md

+6
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,9 @@ Compound Capabilities
788788
`cuda_glsl_hlsl_spirv`
789789
> CUDA, GLSL, HLSL, and SPIRV code-gen targets
790790
791+
`cuda_glsl_hlsl_spirv_wgsl`
792+
> CUDA, GLSL, HLSL, SPIRV, and WGSL code-gen targets
793+
791794
`cuda_glsl_hlsl_metal_spirv`
792795
> CUDA, GLSL, HLSL, Metal, and SPIRV code-gen targets
793796
@@ -830,6 +833,9 @@ Compound Capabilities
830833
`glsl_spirv`
831834
> GLSL, and SPIRV code-gen targets
832835
836+
`glsl_spirv_wgsl`
837+
> GLSL, SPIRV, and WGSL code-gen targets
838+
833839
`hlsl_spirv`
834840
> HLSL, and SPIRV code-gen targets
835841

0 commit comments

Comments
 (0)