blob: 2526291a4c79bad07b57f56a65f5bb157c424806 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
float subgroupInclusiveMul_2a7ec7() {
float arg_0 = 1.0f;
float res = simd_prefix_inclusive_product(arg_0);
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;
}