From e87cbf7a4eaf98e85d40cd7e6caa61588068bc17 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 16 Feb 2014 16:03:23 -0600 Subject: [PATCH] Make references to related software more prominent --- doc/array.rst | 7 ------- doc/index.rst | 13 +++++++++++++ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/doc/array.rst b/doc/array.rst index 25d1a421..0b0168b6 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 `_ 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 14217158..aea804ea 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -81,6 +81,19 @@ for that. PyOpenCL also has its own `web site `_, where you can find updates, new versions, documentation, and support. +Software that works with or enhances PyOpenCL +============================================= + +* Bogdan Opanchuk's `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 `_ 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 ================== -- GitLab