call_opencl_functions.cl 85 Bytes Raw Blame History Permalink 1 2 3 4 void copy(__global int b[1000], __global int a[1000], int pos) { b[pos] = a[pos]; }