#include <metal_stdlib> | |
using namespace metal; | |
half subgroupInclusiveMul_10a1ef() { | |
half res = simd_prefix_inclusive_product(1.0h); | |
return res; | |
} | |
fragment void fragment_main(device half* tint_symbol [[buffer(0)]]) { | |
*(tint_symbol) = subgroupInclusiveMul_10a1ef(); | |
return; | |
} | |
kernel void compute_main(device half* tint_symbol_1 [[buffer(0)]]) { | |
*(tint_symbol_1) = subgroupInclusiveMul_10a1ef(); | |
return; | |
} | |