Skip to content
Snippets Groups Projects
Commit e87cbf7a authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Make references to related software more prominent

parent a039598e
No related branches found
No related tags found
No related merge requests found
...@@ -276,10 +276,3 @@ Generating Arrays of Random Numbers ...@@ -276,10 +276,3 @@ Generating Arrays of Random Numbers
.. autofunction:: rand .. autofunction:: rand
.. autofunction:: fill_rand .. autofunction:: fill_rand
GPGPU Algorithms
----------------
Bogdan Opanchuk's `reikna <http://pypi.python.org/pypi/reikna>`_ offers a
variety of GPU-based algorithms (FFT, RNG, matrix multiplication) designed to work with
:class:`pyopencl.array.Array` objects.
...@@ -81,6 +81,19 @@ for that. ...@@ -81,6 +81,19 @@ for that.
PyOpenCL also has its own `web site <http://mathema.tician.de/software/pyopencl>`_, PyOpenCL also has its own `web site <http://mathema.tician.de/software/pyopencl>`_,
where you can find updates, new versions, documentation, and support. where you can find updates, new versions, documentation, and support.
Software that works with or enhances PyOpenCL
=============================================
* Bogdan Opanchuk's `reikna <http://pypi.python.org/pypi/reikna>`_ offers a
variety of GPU-based algorithms (FFT, random number generation, matrix
multiplication) designed to work with :class:`pyopencl.array.Array` objects.
* Gregor Thalhammer's `gpyfft <https://github.com/geggo/gpyfft>`_ provides a
Python wrapper for the OpenCL FFT library clFFT from AMD.
If you know of a piece of software you feel that should be on this list, please
let me know, or, even better, send a patch!
Indices and tables Indices and tables
================== ==================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment