blob: a6db3743a5ced4636c58f3c942782f5b5edc84cf [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device half* prevent_dce;
};
half subgroupInclusiveMul_10a1ef() {
half res = simd_prefix_inclusive_product(1.0h);
return res;
}
fragment void fragment_main(device half* prevent_dce [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.prevent_dce=prevent_dce};
(*tint_module_vars.prevent_dce) = subgroupInclusiveMul_10a1ef();
}
kernel void compute_main(device half* prevent_dce [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.prevent_dce=prevent_dce};
(*tint_module_vars.prevent_dce) = subgroupInclusiveMul_10a1ef();
}