blob: 9ca80de9f21ffc442d4d45e97ceb85f42abbceb7 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half4 subgroupInclusiveMul_4430d5() {
half4 res = simd_prefix_inclusive_product(half4(1.0h));
return res;
}
fragment void fragment_main(device half4* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupInclusiveMul_4430d5();
return;
}
kernel void compute_main(device half4* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupInclusiveMul_4430d5();
return;
}