blob: b5790c9b3b9efb261555ce1172d24d87df89df4c [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
int subgroupInclusiveMul_9a54ec() {
int res = simd_prefix_inclusive_product(1);
return res;
}
fragment void fragment_main(device int* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupInclusiveMul_9a54ec();
return;
}
kernel void compute_main(device int* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupInclusiveMul_9a54ec();
return;
}