.. Python::OpenCL documentation master file, created by sphinx-quickstart on Sat Jun 20 01:15:17 2009. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Python::OpenCL's documentation! ========================================== `OpenCL`_ is a standard for parallel programming on heterogeneous devices including CPUs, GPUs, and others processors. It provides a common language C-like language for executing code on those devices, as well as APIs to setup the computations. `Python::OpenCL`_ aims at being an easy to use Python wrapper around the `OpenCL`_ library. `Python::OpenCL`_ is licensed under the `GPL`_ version 3 or later. Do not hesitate to clone `Python::OpenCL`_:: git clone git://gitorious.org/python-opencl/python-opencl.git `Homepage`_ | `Project`_ | `Wiki`_ | `Download`_ | `Contact`_ Slug name: ``python-opencl`` Contents: .. toctree:: tutorial examples fullapi Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. _`Python::OpenCL`: http://python-opencl.next-touch.com .. _Homepage: http://python-opencl.next-touch.com .. _OpenCL: http://www.khronos.org/opencl/ .. _Download: http://python-opencl.next-touch.com/files/ .. _Project: http://gitorious.org/python-opencl .. _Wiki: http://gitorious.org/python-opencl/pages/Home .. _Contact: mailto:tlapatlac@next-touch.com .. _GPL: http://www.gnu.org/copyleft/gpl.html