blob: c89f721e11eddec31d94383c30a92a7ab63e635b [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
uint subgroupExclusiveMul_dc51f8() {
uint arg_0 = 1u;
uint res = simd_prefix_exclusive_product(arg_0);
return res;
}
fragment void fragment_main(device uint* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupExclusiveMul_dc51f8();
return;
}
kernel void compute_main(device uint* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupExclusiveMul_dc51f8();
return;
}