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