ppcg_kernel: keep track of core statement domain spaces
[ppcg.git] / tests / not_accessed_opencl_functions.cl
blobe1588e051501a0e8c65c681b6f2d51c0509ad04e
1 void copy(__global int b[1000], __global int a[1000], int pos,
2 __global int c[1000])
4 b[pos] = a[pos];