You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's right, we haven't added support for this extension in the capability trimming pass. Looking as the extension doc, it seems we will be able to solve the issue that way.
[SPIR-V] Fix GroupNonUniform capabilities+ext
Fixes emission of GroupNonUniform capabilities and related extensions,
in particular SPV_NV_shader_subgroup_partitioned.
Since this PR bumps SPIR-V headers + tools, some test changes are
required due to opcode changes. Those are in a separate commit, but same
PR.
Fixes#6672
---------
Signed-off-by: Nathan Gauër <brioche@google.com>
Description
DXC 1.8.2504 emits unnecessary required extension
SPV_NV_shader_subgroup_partitioned
.This regression is introduced with: #6546
Steps to Reproduce
Comparison of 1.8.2403.2 and 1.8.2405
Environment
The text was updated successfully, but these errors were encountered: