From f266f56ecc4173bb591f28ab1354c8626754c1e9 Mon Sep 17 00:00:00 2001 From: Bogdan Opanchuk <bogdan@opanchuk.net> Date: Mon, 29 Jul 2013 22:28:35 +1000 Subject: [PATCH] Replaced the link to obsolete Pyfft with the link to Reikna. --- doc/array.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/array.rst b/doc/array.rst index e3802292..9c2c10de 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. -- GitLab