hanchenye-llvm-project/libclc/test/get_group_id.cl

4 lines
56 B
Common Lisp

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