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