blob: 9e790968a1dccbc5ce4001422abd6fa52b7ec117 [file] [log] [blame]
RWByteAddressBuffer prevent_dce : register(u0);
vector<float16_t, 4> subgroupExclusiveMul_a07956() {
vector<float16_t, 4> res = WavePrefixProduct((float16_t(1.0h)).xxxx);
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;
}