xref
: /
llvm-project-15.0.7
/
polly
/
lib
/
External
/
ppcg
/
tests
/
call_opencl_functions.cl
(revision a041239b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
void copy(__global int b[1000], __global int a[1000], int pos)
2
{
3
b[pos] = a[pos];
4
}
5