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