Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyopencl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
pyopencl
Commits
32cdd0b5
"git@gitlab.tiker.net:inducer/pyopencl.git" did not exist on "bbfa646131136bd5a77d9fc08cc573a1c007666c"
Commit
32cdd0b5
authored
6 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Update install guidance
parent
ce77130f
No related branches found
No related tags found
No related merge requests found
Pipeline
#13635
passed with warnings
6 years ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/misc.rst
+5
-1
5 additions, 1 deletion
doc/misc.rst
with
5 additions
and
1 deletion
doc/misc.rst
+
5
−
1
View file @
32cdd0b5
...
...
@@ -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
----------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment