### Discussed in https://github.com/Rust-GPU/rust-gpu/discussions/385 <div type='discussions-op-text'> <sup>Originally posted by **nazar-pc** September 15, 2025</sup> I'm getting the following error: ``` error: error:0:0 - Operand 3 of Decorate requires one of these capabilities: Kernel GroupNonUniform OpDecorate %subgroup_id BuiltIn SubgroupId ``` If my understanding is correct, this capability is already included by default in `spirv-unknown-vulkan1.3` target that I'm using. Is this a bug in `rust-gpu`, `spirv-opt` or am I missing something?</div>