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