Skip to content
Snippets Groups Projects
Unverified Commit a5427c1e authored by Grzegorz Bokota's avatar Grzegorz Bokota Committed by GitHub
Browse files

Update inforamation about provided wheels versions (#565)


* add orcid information

* update documentation

* add more information about versions

* try to fix doc

* Apply suggestions from code review

Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>

Co-authored-by: default avatarAndreas Klöckner <inform@tiker.net>
parent 27e9d5dd
No related branches found
No related tags found
No related merge requests found
Pipeline #297540 passed with warnings
......@@ -63,6 +63,7 @@ authors:
given-names: "Alex"
- family-names: "Bokota"
given-names: "Grzegorz"
orcid: 'https://orcid.org/0000-0002-5470-1676'
title: "PyOpenCL"
version: 2022.1.3
......
......@@ -133,18 +133,22 @@ and it is packaged so that the OpenCL drivers that are registered in the OS
using registry keys are automatically available.
Installing from PyPI with Linux wheels
--------------------------------------
Installing from PyPI wheels
---------------------------
PyOpenCL distributes wheels for most popular OSs and Python versions.
To check available versions please visit `PyPI page for PyOpenCL <https://pypi.org/project/pyopencl/>`__.
PyOpenCL distributes ``manylinux1`` wheels in PyPI. These wheels are compatible with
GLIBC>=2.5 based distributions.
On Linux, the wheels come with `OCL-ICD <https://github.com/OCL-dev/ocl-icd>`__ bundled and
configured to use any OpenCL implementation supporting the ICD interface and listed
in :file:`/etc/OpenCL/vendors`.
Wheels for Windows and MacOS are built using the ICD Loader from the Khronos Group.
On Linux, type::
To install, type::
pip install pyopencl
The wheels comes with OCL-ICD bundled and configured to use any OpenCL implementation
supporting ICD interface installed in :file:`/etc/OpenCL/vendors`
You can also install the following CPU based OpenCL implementation using pip shipped as binary
wheels. Note that pyopencl has to be installed using a wheel for pyopencl to recognize these
......
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