__kernel void global_id_3d(__global int * out) { out[0] =5; out[1] = 10; }