From 0476b57faad96bee61f59f27ddd48c6cb067cfa2 Mon Sep 17 00:00:00 2001 From: Darren Wihandi <65404740+fairywreath@users.noreply.github.com> Date: Sun, 25 May 2025 12:58:08 -0400 Subject: Add full support for SPV_NV_shader_subgroup_partitioned (#7103) * Properly implement WaveMask* variants of WaveMultiPrefix* intrinsics * More partitioned intrinsics * More partitioned intrinsics and cleaned up non-prefixed WaveMask* implementations * Refactor HLSL WaveMultiPrefix* implementations * fix cap atoms * Clean up implementation * Add GLSL intrinsics and cleanup * Add tests * Fix affected capability test * Update and fix tests * Move expected.txt file * Refactor WaveMask* to call WaveMulti* * Refactor SPIRV/GLSL preamble code * Enable emit-via-glsl tests * remove wave_multi_prefix capability in favor of subgroup_partitioned * Update docs * Update cap atoms doc --- docs/command-line-slangc-reference.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/command-line-slangc-reference.md') diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md index d0e94a622..4ecaac546 100644 --- a/docs/command-line-slangc-reference.md +++ b/docs/command-line-slangc-reference.md @@ -1306,7 +1306,6 @@ A capability describes an optional feature that a target may or may not support. * `atomicfloat2` * `fragmentshaderbarycentric` * `shadermemorycontrol` -* `wave_multi_prefix` * `bufferreference` * `bufferreference_int64` * `cooperative_vector` -- cgit v1.2.3