diff --git a/doc/misc.rst b/doc/misc.rst index 1cb3110b4bab75aaaedff7f942f1c291b00cc703..8a81e8f91e94a0a610c47cc0363fc9f1bfaeddc2 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -138,6 +138,12 @@ To install pyopencl with oclgrind, an OpenCL debugger do, #. ``pip install pyopencl[oclgrind]`` +.. note:: + + Avoid mixing components installed from Conda Forge and PyPI. + For example, installing PyOpenCL from pip followed by OCL-ICD from Conda Forge can + redirect the ICD loader, removing access to system-wide ICDs. + Installing from source ----------------------