Skip to content

Commit

Permalink
Make references to related software more prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Feb 16, 2014
1 parent a039598 commit e87cbf7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/array.rst
Expand Up @@ -276,10 +276,3 @@ Generating Arrays of Random Numbers

.. autofunction:: 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.
13 changes: 13 additions & 0 deletions doc/index.rst
Expand Up @@ -81,6 +81,19 @@ for that.
PyOpenCL also has its own `web site <http://mathema.tician.de/software/pyopencl>`_,
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
==================

Expand Down

0 comments on commit e87cbf7

Please sign in to comment.