1__kernel void foo(int *i) {
2  i[get_group_id(0)] = 1;
3}
4