When running the waveactiveallequal data type tests, the only part of the test that fails under intel and vulkan is when the bool3 result is written to the output. The results after the interlocked adds are 0, 0, 0, when we expect 4,4,4.
This may be a problem with declaring a resource with half3 element types, and the way 3-element vectors are stored in memory.