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 `_ have emerged, + one by `Eric Hunsberger `_ and one + by `Lars Ericson `_. + * 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.