blob: 8b90347cb117e84905cf18f1a1d546a4b52f5a61 [file] [log] [blame]
SKIP: FAILED
RWByteAddressBuffer prevent_dce : register(u0);
vector<float16_t, 3> subgroupMul_53aee2() {
vector<float16_t, 3> res = WaveActiveProduct((float16_t(1.0h)).xxx);
return res;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store<vector<float16_t, 3> >(0u, subgroupMul_53aee2());
return;
}