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