> There is already a PyOpenCL project, which nicely > maps OpenCL C++ classes to Python objects and NumPy.
The integration would allow extension to use OpenCL from inside the C-extension without going into python-space. Translating a cython-like source code to opencl would be a second cool step. I now there is already something like that going on http://clyther.sourceforge.net/ Fabrizio -------------------------- Luck favors the prepared mind. (Pasteur) _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
