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