From 9aea9cf9544626c2ffb5d09505662596c7b738cc Mon Sep 17 00:00:00 2001 From: Cedric Nugteren <web@cedricnugteren.nl> Date: Sat, 3 Mar 2018 13:35:03 +0100 Subject: [PATCH] Added PyCLBlast to the list of projects using PyOpenCL --- doc/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/index.rst b/doc/index.rst index bf981109..4274c40b 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -73,6 +73,8 @@ Software that works with or enhances PyOpenCL 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>`_. +* Cedric Nugteren provides a wrapper for the `CLBlast <https://github.com/CNugteren/CLBlast>`_ OpenCL BLAS library: `PyCLBlast <https://github.com/CNugteren/CLBlast/tree/master/src/pyclblast>`_. + * Gregor Thalhammer's `gpyfft <https://github.com/geggo/gpyfft>`_ provides a Python wrapper for the OpenCL FFT library clFFT from AMD. -- GitLab