xref
: /
external
/
llvm-project
/
libclc
/
test
/
get_group_id.cl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
__kernel void foo(int *i) {
2
i[get_group_id(0)] = 1;
3
}
4