blob: f11c60c2ff42860089b7beff7175a64429ca8019 [file] [log] [blame]
SKIP: FAILED
RWByteAddressBuffer prevent_dce : register(u0);
vector<float16_t, 2> subgroupExclusiveMul_e88d1c() {
vector<float16_t, 2> res = WavePrefixProduct((float16_t(1.0h)).xx);
return res;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store<vector<float16_t, 2> >(0u, subgroupExclusiveMul_e88d1c());
return;
}