diff --git a/doc/array.rst b/doc/array.rst
index 25d1a421d5f0f1f2f58298de5d81a66d35242bdf..0b0168b6a571a7bb6d36fa6f7f5dca1f0121e140 100644
--- a/doc/array.rst
+++ b/doc/array.rst
@@ -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.
diff --git a/doc/index.rst b/doc/index.rst
index 142171581e3b41cd6c926c2920cb419222fc4a1a..aea804ea0b601cef0eec019589b69bbbd38216f3 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -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
 ==================