#include <metal_stdlib> | |
using namespace metal; | |
float subgroupInclusiveAdd_df692b() { | |
float res = simd_prefix_inclusive_sum(1.0f); | |
return res; | |
} | |
fragment void fragment_main(device float* tint_symbol [[buffer(0)]]) { | |
*(tint_symbol) = subgroupInclusiveAdd_df692b(); | |
return; | |
} | |
kernel void compute_main(device float* tint_symbol_1 [[buffer(0)]]) { | |
*(tint_symbol_1) = subgroupInclusiveAdd_df692b(); | |
return; | |
} | |