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