blob: b4e85cd11d8231eb4aec75dda8a0a944c48c2b28 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
half2 subgroupInclusiveAdd_a7c60f() {
half2 arg_0 = half2(1.0h);
half2 res = simd_prefix_inclusive_sum(arg_0);
return res;
}
fragment void fragment_main(device half2* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupInclusiveAdd_a7c60f();
return;
}
kernel void compute_main(device half2* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupInclusiveAdd_a7c60f();
return;
}