Makefile.am: add gitversion.h to BUILT_SOURCES
[ppcg.git] / tests / call_opencl_functions.cl
blob6f72aea34e87f5b66d43fb38360f82e84f07e3a0
1 void copy(__global int b[1000], __global int a[1000], int pos)
3 b[pos] = a[pos];