blob: 43725cda802710bf0d9f2e6e12b3dd48a7de4c4c [file] [log] [blame]
__kernel void foo(int *i) {
i[get_group_id(0)] = 1;
}