blob: f16cf1ab388cd36bee86fbfa8485ff3cc94c2929 [file] [edit]
#include <metal_stdlib>
using namespace metal;
[[max_total_threads_per_threadgroup(1)]]
kernel void f() {
int3 v = int3(0);
}