From dcd701ba8884531188d1a7c1e69aca21eff406a9 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 3 Sep 2017 13:39:38 -0500 Subject: [PATCH] Proofread/improve installation docs --- doc/misc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/misc.rst b/doc/misc.rst index 6e8339c9..167c5353 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -25,7 +25,7 @@ On Linux and OS X, the following set of instructions should work: The analogous steps for Windows should also work. Note that PyOpenCL is no fun (i.e. cannot run code) without an OpenCL device -driver (a so-called "ICD", for installable client driver) that provides access +driver (a so-called "ICD", for "installable client driver") that provides access to hardware through OpenCL. If you get an error message like ``pyopencl.cffi_cl.LogicError: clGetPlatformIDs failed: <unknown error -1001>``, that means you have no OpenCL drivers installed. -- GitLab