From b257afc937684ce679e855c5cc27c172c20eb2c4 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 25 Jun 2015 23:50:50 -0500 Subject: [PATCH] Add comments about clBLAS wrappers --- doc/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/index.rst b/doc/index.rst index 733f37ec..b3ff5df9 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. -- GitLab