#include <metal_stdlib> | |
using namespace metal; | |
int2 subgroupMax_932164() { | |
int2 arg_0 = int2(1); | |
int2 res = simd_max(arg_0); | |
return res; | |
} | |
fragment void fragment_main(device int2* tint_symbol [[buffer(0)]]) { | |
*(tint_symbol) = subgroupMax_932164(); | |
return; | |
} | |
kernel void compute_main(device int2* tint_symbol_1 [[buffer(0)]]) { | |
*(tint_symbol_1) = subgroupMax_932164(); | |
return; | |
} | |