On Samstag 17 Oktober 2009, Darcoux Christine wrote: > 1) How do upload the "a" array ?
Same as the 1D arrays in the examples. > 2) How I get the x y and z coordinates for the current index in the volume? Try get_global_id(0), get_global_id(1), get_global_id(2). In general, the CL spec is your friend here. Andreas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PyOpenCL mailing list [email protected] http://tiker.net/mailman/listinfo/pyopencl_tiker.net
