blob: 652694395ee710e6d0854f5ba07e079dc8790cbf [file] [log] [blame]
//
// fragment_main
//
#include <metal_stdlib>
using namespace metal;
int2 subgroupInclusiveMul_e713f5() {
int2 arg_0 = int2(1);
int2 res = simd_prefix_inclusive_product(arg_0);
return res;
}
fragment void fragment_main(device int2* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupInclusiveMul_e713f5();
return;
}
//
// compute_main
//
#include <metal_stdlib>
using namespace metal;
int2 subgroupInclusiveMul_e713f5() {
int2 arg_0 = int2(1);
int2 res = simd_prefix_inclusive_product(arg_0);
return res;
}
kernel void compute_main(device int2* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupInclusiveMul_e713f5();
return;
}