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