llvm-capstone/libclc/test/get_group_id.cl
Peter Collingbourne d5395fbf03 Initial commit.
llvm-svn: 147756
2012-01-08 22:09:58 +00:00

4 lines
56 B
Common Lisp

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