summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/ppcg/tests/call2_opencl_functions.cl
blob: 6f72aea34e87f5b66d43fb38360f82e84f07e3a0 (plain)
1
2
3
4
void copy(__global int b[1000], __global int a[1000], int pos)
{
	b[pos] = a[pos];
}
OpenPOWER on IntegriCloud