Hi, I'm pretty new to opencl so this might be quite obvious. :)
How do I pass a two dimensional array to a kernel, process it there and read it back? Most examples have 1D arrays and those with 2D (like matrix-multiply) do a lot of fancy stuff which I do not (yet) understand. To keep it simple, the processing would be just to add 1 to each element. thanks for your help Markus _______________________________________________ PyOpenCL mailing list [email protected] http://host304.hostmonster.com/mailman/listinfo/pyopencl_tiker.net
