From 521f685a7e389f371df2b9f8d0b4a292464109ad Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 14 Jun 2016 12:01:36 -0700 Subject: [PATCH] More third-party links --- doc/index.rst | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index b3ff5df9..f09f8ba1 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -64,16 +64,26 @@ Tutorials Software that works with or enhances PyOpenCL ============================================= -* Two wrappers for `clBLAS `_ have emerged, +* Jon Roose's `pyclblas `_ + (`code `_) + makes BLAS in the form of `clBLAS `_ + available from within :mod:`pyopencl` code. + + Two earlier wrappers continue to be available: one by `Eric Hunsberger `_ and one by `Lars Ericson `_. +* Gregor Thalhammer's `gpyfft `_ provides a + Python wrapper for the OpenCL FFT library clFFT from AMD. + * 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. +* Troels Henriksen, Ken Friis Larsen, and Cosmin Oancea's `Futhark + `_ programming language offers a nice way to code + nested-parallel programs with reductions and scans on data in + :class:`pyopencl.array.Array` instances. 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! -- GitLab