blob: 590ad2dc1491a6357625f2bef95e713fb27d18d7 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
uint2 subgroupMax_b8fb0e() {
uint2 res = simd_max(uint2(1u));
return res;
}
fragment void fragment_main(device uint2* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupMax_b8fb0e();
return;
}
kernel void compute_main(device uint2* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupMax_b8fb0e();
return;
}