get_group_id.cl 56 Bytes Raw Blame History Permalink 1 2 3 __kernel void foo(int *i) { i[get_group_id(0)] = 1; }