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
ExecutionTests: Long Vectors - Fix WaveActiveAllEqual for bools (#7932)
Fixes a bug in the WaveActiveAllEqual hlsl test code where we intended
to make the last value of the input vector anything but the input value.
The logic was broken for bools. Updated by adding helper functions for
each possible type to handle accordingly.
0 commit comments