From 1c75f6043a309460b097c02a4f9666534d48688c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Tue, 17 Nov 2020 16:23:36 -0600 Subject: [PATCH] Add minor clarification to the instructions for getting the vendors dir under conda --- doc/misc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/misc.rst b/doc/misc.rst index 013c9b22..17609a73 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -97,7 +97,7 @@ qualified path names of the shared library providing the OpenCL driver. This path (for the currently-active conda environment) can be obtained from the environment variable ``CONDA_PREFIX``, i.e., - :file:`$CONDA_PREFIX/etc/OpenCL/vendors`. + :file:`$CONDA_PREFIX/etc/OpenCL/vendors` (once the Conda environment is activated). On Linux, if you have other OpenCL drivers installed (such as for your GPU), those will be in :file:`/etc/OpenCL/vendors`. You can make them work with PyOpenCL from Conda Forge -- GitLab