1 2 3 4 5 6 7
#include "stdlib.h" __kernel void store(__global int *dst, __local int *dst0, int x) { dst[0] = 1; }