diff options
| author | Darren Wihandi <65404740+fairywreath@users.noreply.github.com> | 2025-05-25 12:58:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-25 09:58:08 -0700 |
| commit | 0476b57faad96bee61f59f27ddd48c6cb067cfa2 (patch) | |
| tree | d3fe49cd906c29b03b2a840dd2c057ccc331b4f7 /docs/user-guide | |
| parent | 554be7a5f990df19a21db10b4e5dc0285cbe8168 (diff) | |
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
Diffstat (limited to 'docs/user-guide')
| -rw-r--r-- | docs/user-guide/a3-02-reference-capability-atoms.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/user-guide/a3-02-reference-capability-atoms.md b/docs/user-guide/a3-02-reference-capability-atoms.md index 9c2f6ca0a..0766fdf82 100644 --- a/docs/user-guide/a3-02-reference-capability-atoms.md +++ b/docs/user-guide/a3-02-reference-capability-atoms.md @@ -964,9 +964,6 @@ Compound Capabilities `shadermemorycontrol` > (gfx targets) Capabilities needed to use memory barriers -`wave_multi_prefix` -> Capabilities needed to use HLSL tier wave operations - `bufferreference` > Capabilities needed to use GLSL buffer-reference's |
