blob: 61cdfaf5d6a2ce926eb04c85ee93b10360877801 [file] [log] [blame] [edit]
#include <metal_stdlib>
using namespace metal;
[[max_total_threads_per_threadgroup(1)]]
kernel void v_1() {
int3 v = 0;
}