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