[PyOpenCL] New PyOpenCL tutorial (port of my C/C++ getting started tutorial)
Ian Johnson
enjalot at gmail.com
Tue Feb 22 19:31:30 PST 2011
Hey guys,
I want to say I'm glad I joined the mailing list and this is a cool
community :)
I've ported my C/C++ OpenCL tutorials to PyOpenCL, the code is not much
different from the example on the front page of the documentation, but
hopefully my writeup helps those trying to get started:
http://enja.org/2011/02/22/adventures-in-pyopencl-part-1-getting-started-with-python/
any corrections/feedback would be appreciated!
I'll be working on porting my Part 2 tutorial involving CL/GL interop and a
simple particle system, but for those interested the code is already
available:
https://github.com/enjalot/adventures_in_opencl/tree/master/python/part2
It does require pygame (I should probably switch to tkinter to remove a
dependency) and numpy at least version 1.4 (altho I may remove the code that
depends on this since it is not that important). I'll do those things before
I write it up.
PyOpenCL takes the a lot of pain and tedium out of OpenCL <3
--
Ian Johnson
http://enja.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.tiker.net/pipermail/pyopencl/attachments/20110222/74ca8bab/attachment.html>
More information about the PyOpenCL
mailing list