PPeter CollingbourneInitial commit.
d5395fbf创建于 2012年1月9日历史提交
__kernel void foo(int *i) {
  i[get_group_id(0)] = 1;
}