python-pyopencl

Python module to access OpenCL parallel computation API

Description

PyOpenCL lets you access the OpenCL parallel computation API from Python. Here's what sets PyOpenCL apart:
 * Object cleanup tied to lifetime of objects. This idiom, often called
   RAII in C++, makes it much easier to write correct, leak- and
   crash-free code.
 * Completeness. PyOpenCL puts the full power of OpenCL’s API at your
   disposal, if you wish.
 * Convenience. While PyOpenCL's primary focus is to make all of OpenCL
   accessible, it tries hard to make your life less complicated as it
   does so--without taking any shortcuts.
 * Automatic Error Checking. All OpenCL errors are automatically
   translated into Python exceptions.
 * Speed. PyOpenCL’s base layer is written in C++, so all the niceties
   above are virtually free.
 * Helpful, complete documentation and a wiki.
 * Liberal licensing (MIT).

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://mathema.tician.de/software/pyopencl


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-pyopencl