Dear Ziyad, On Mon, 26 Sep 2011 01:57:46 +0500, Ziyad Saeed <[email protected]> wrote: > PyCuda has this metaprograming to auto generate and tune cuda for the > GPU. However, PyOpenCl doesn't have any such facility. Is it in the > roadmap?
PyCUDA has a documentation page that explains how to *do* metaprogramming, while PyOpenCL does not (yet). However if you look closely, the same facilities that enable metaprogramming are present in PyOpenCL as well. So you can already do this, without having to wait for anything. Hope that clarifies things, Andreas
pgpWERyXsybQJ.pgp
Description: PGP signature
_______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
