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
Slang has custom WaveMask* intrinsics which perform masked subgroup operations and are functionally the same as HLSL's WaveMultiPrefix* intrinsics. The WaveMask* functions are not properly implemented for SPIRV and GLSL however, SPV_NV_shader_subgroup_partitioned's ops should be used but instead regular non-masked subgroup ops are used. WaveMultiPrefix* support is already (correctly) implemented and the WaveMask* implementation for SPIRV and GLSL should be fixed.