diff --git a/doc/index.rst b/doc/index.rst index 733f37ecd0af127b5acf353ef6e8ffcea1175bd7..b3ff5df96dc5b51a0ffd6c51911df338e0549218 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -64,6 +64,10 @@ Tutorials Software that works with or enhances PyOpenCL ============================================= +* Two wrappers for `clBLAS <https://github.com/clMathLibraries/clBLAS>`_ have emerged, + one by `Eric Hunsberger <https://github.com/hunse/pyopencl_blas>`_ and one + by `Lars Ericson <http://lists.tiker.net/pipermail/pyopencl/2015-June/001890.html>`_. + * 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.