blob: 12749b7d7d39a674f9b4a84403791d0abb74c513 [file] [log] [blame]
SKIP: INVALID
RWByteAddressBuffer prevent_dce : register(u0);
vector<float16_t, 4> subgroupInclusiveMul_4430d5() {
vector<float16_t, 4> res = (WavePrefixProduct((float16_t(1.0h)).xxxx) * (float16_t(1.0h)).xxxx);
return res;
}
void fragment_main() {
prevent_dce.Store<vector<float16_t, 4> >(0u, subgroupInclusiveMul_4430d5());
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
prevent_dce.Store<vector<float16_t, 4> >(0u, subgroupInclusiveMul_4430d5());
return;
}