From 0a6828572aa4cc1f0f99993e77c321799eb88cca Mon Sep 17 00:00:00 2001 From: Darren Wihandi <65404740+fairywreath@users.noreply.github.com> Date: Sun, 2 Feb 2025 15:27:11 -0500 Subject: Add support for WGSL subgroup operations (#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 --- docs/user-guide/a3-02-reference-capability-atoms.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/user-guide/a3-02-reference-capability-atoms.md b/docs/user-guide/a3-02-reference-capability-atoms.md index 7cdf89bff..e7de2cfa9 100644 --- a/docs/user-guide/a3-02-reference-capability-atoms.md +++ b/docs/user-guide/a3-02-reference-capability-atoms.md @@ -788,6 +788,9 @@ Compound Capabilities `cuda_glsl_hlsl_spirv` > CUDA, GLSL, HLSL, and SPIRV code-gen targets +`cuda_glsl_hlsl_spirv_wgsl` +> CUDA, GLSL, HLSL, SPIRV, and WGSL code-gen targets + `cuda_glsl_hlsl_metal_spirv` > CUDA, GLSL, HLSL, Metal, and SPIRV code-gen targets @@ -830,6 +833,9 @@ Compound Capabilities `glsl_spirv` > GLSL, and SPIRV code-gen targets +`glsl_spirv_wgsl` +> GLSL, SPIRV, and WGSL code-gen targets + `hlsl_spirv` > HLSL, and SPIRV code-gen targets -- cgit v1.2.3