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