diff --git a/doc/array.rst b/doc/array.rst index e3802292ce38630db05e606c3d0df02f01379fdb..9c2c10dee37192408487e0104d69a927bf0d0e28 100644 --- a/doc/array.rst +++ b/doc/array.rst @@ -275,8 +275,9 @@ Generating Arrays of Random Numbers .. autofunction:: rand .. autofunction:: fill_rand -Fast Fourier Transforms ------------------------ +GPGPU Algorithms +---------------- -Bogdan Opanchuk's `pyfft <http://pypi.python.org/pypi/pyfft>`_ package offers a -variety of GPU-based FFT implementations. +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.