The subgroup level runs

The third of three. 601 workspace tests green, no lints in the shader-side crates.

Fidelity::Subgroup is the per-lane model with a ballot bolted on (D146). Two device tests: the module loads at all - it declares two capabilities, an input built-in and a group operation, any of which a driver rejects outright if malformed - and a cleared execution mask suppresses the write after it, which is what the level exists for.

Surprises

Outstanding

Several guest lanes per invocation - what a 64-lane shader needs on this 32-wide device - is not built. The module reports the width it needs and the caller declines, so nothing runs wrong in the meantime. The local data share and the lane-index count are still refused at this level.