Skip to content
Snippets Groups Projects
Commit 32cdd0b5 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Update install guidance

parent ce77130f
No related branches found
No related tags found
No related merge requests found
Pipeline #13635 passed with warnings
......@@ -93,13 +93,17 @@ the built-in drivers can be temperamental, and they have not advanced as quickly
as one might like. To make PyOpenCL use a more up-to-date (and open-source)
CPU-based OpenCL driver, type the following:
``conda install osx-pocl-opencl pocl`` (OS X)
``conda install osx-pocl-opencl pocl pyopencl`` (OS X)
Note that, by installing ``osx-pocl-opencl``, you will no longer be able to
use PyOpenCL to talk to the system-wide Apple OpenCL drivers. To regain access
to those drivers, simply uninstall ``osx-pocl-opencl`` and reinstall ``pyopencl``
afterwards.
In addition, you will also be unaffected by Apple's pending deprecation of
OpenCL functionality--you'll be able to keep using OpenCL irrespective of what
Apple does.
Installing from source
----------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment