Skip to main content
Gitlab Build Status Github Build Status Python Package Index Release Page https://zenodo.org/badge/1575307.svg:alt:ZenodoDOIforlatestrelease

PyOpenCL lets you access GPUs and other massively parallel compute devices from Python. It tries to offer computing goodness in the spirit of its sister project PyCUDA:

  • Object cleanup tied to lifetime of objects. This idiom, often called RAII in C++, makes it much easier to write correct, leak- and crash-free code.

  • Completeness. PyOpenCL puts the full power of OpenCL’s API at your disposal, if you wish. Every obscure get_info() query and all CL calls are accessible.

  • Automatic Error Checking. All CL errors are automatically translated into Python exceptions.

  • Speed. PyOpenCL’s base layer is written in C++, so all the niceties above are virtually free.

  • Helpful and complete Documentation as well as a Wiki.

  • Liberal license. PyOpenCL is open-source under the MIT license and free for commercial, academic, and private use.

  • Broad support. PyOpenCL was tested and works with Apple’s, AMD’s, and Nvidia’s CL implementations.

Simple 4-step install instructions using Conda on Linux and macOS (that also install a working OpenCL implementation!) can be found in the documentation.

What you’ll need if you do not want to use the convenient instructions above and instead build from source:

  • gcc/g++ new enough to be compatible with pybind11 (see their FAQ)

  • numpy, and

  • an OpenCL implementation. (See this howto for how to get one.)

Release files for pyopencl 2022.1.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pyopencl 2022.1.4
File Size Uploaded
pyopencl-2022.1.4.tar.gz 454.1 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyopencl 2022.1.4
File
pyopencl-2022.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.17+ x86-64 Details
pyopencl-2022.1.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.9 PyPy 3.9 7.3 Linux glibc 2.17+ x86-32 Details
pyopencl-2022.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.17+ x86-64 Details
pyopencl-2022.1.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.8 PyPy 3.8 7.3 Linux glibc 2.17+ x86-32 Details
pyopencl-2022.1.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.17+ x86-64 Details
pyopencl-2022.1.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.17+ x86-32 Details
pyopencl-2022.1.4-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pyopencl-2022.1.4-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
pyopencl-2022.1.4-cp310-cp310-musllinux_1_1_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-32 Details
pyopencl-2022.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
pyopencl-2022.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32 Details
pyopencl-2022.1.4-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
pyopencl-2022.1.4-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pyopencl-2022.1.4-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
pyopencl-2022.1.4-cp39-cp39-musllinux_1_1_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-32 Details
pyopencl-2022.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
pyopencl-2022.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32 Details
pyopencl-2022.1.4-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pyopencl-2022.1.4-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyopencl-2022.1.4-cp38-cp38-musllinux_1_1_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-64 Details
pyopencl-2022.1.4-cp38-cp38-musllinux_1_1_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-32 Details
pyopencl-2022.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
pyopencl-2022.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32 Details
pyopencl-2022.1.4-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pyopencl-2022.1.4-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pyopencl-2022.1.4-cp37-cp37m-musllinux_1_1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 Details
pyopencl-2022.1.4-cp37-cp37m-musllinux_1_1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32 Details
pyopencl-2022.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
pyopencl-2022.1.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Details
pyopencl-2022.1.4-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pyopencl-2022.1.4-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pyopencl-2022.1.4-cp36-cp36m-musllinux_1_1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64 Details
pyopencl-2022.1.4-cp36-cp36m-musllinux_1_1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32 Details
pyopencl-2022.1.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
pyopencl-2022.1.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32 Details
pyopencl-2022.1.4-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 33.9 MB

Release files / pyopencl-2022.1.4.tar.gz

Download URL pyopencl-2022.1.4.tar.gz
Size 454.1 kB
Tags Source
SHA-256 checksum
How to use checksums
0ce8d04392c04cb6986144b5ef52030292fa45dee440e69a03f81393a31ff111
BLAKE2b-256 checksum
How to use checksums
a9a2422d74537254731b906be230e728dec28a1819771a44034e423da4987cac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyopencl-2022.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 847.8 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
9c43ecdf66fb5ed933f7c589fcae3721e0d985a79237af69e025bfb52cd5bea7
BLAKE2b-256 checksum
How to use checksums
20b41d1ba4156384494a4d3b0bf4908bdb9a16ebd36dbd12203fdbb1b97f8a9c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyopencl-2022.1.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Size 809.7 kB
Tags Linux glibc 2.17+ x86-32 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
207ec18168cd2217b652067196a1b889301d2ec4663103229cc59243024815ba
BLAKE2b-256 checksum
How to use checksums
0bd4bebf3f7e3338168ccf9ef68b1f5c3325beb6af780100ae1383bc9f32d40d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyopencl-2022.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 839.1 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
7fe620c38627b5e48dbe2bbbbf4a2b46a961710dbac7d79f7c92e1b37ce5af80
BLAKE2b-256 checksum
How to use checksums
8b372bfcfdd9668885a4b9463b364746117c64a4876ca4717e77468917a2affa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyopencl-2022.1.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Size 800.5 kB
Tags Linux glibc 2.17+ x86-32 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
9f01fbc73cdea4d5f569dc722919af1ddc096225fa9f0a98ecdbc92ce72d90d7
BLAKE2b-256 checksum
How to use checksums
dbb598be20bb83f408724d27f5b811af2125737f7d8d48961e0125abb11692d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyopencl-2022.1.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 840.5 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
e03c6363ebc637c1f1fae7a5a39599ea695f05c94a002de3a6dc6a3016f03314
BLAKE2b-256 checksum
How to use checksums
70206264ed8730351e6d6c54272a2d409a3c432f1abcd2b34465d7f89c8fc778
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyopencl-2022.1.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Size 800.8 kB
Tags Linux glibc 2.17+ x86-32 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
b8900b2d98b9e3926f1a615c06766c5ab251f2ee4cc40d3f1cdf43509ec2227c
BLAKE2b-256 checksum
How to use checksums
808d786c42bac42aa3ef2460e56acb87a6d5b2f21799f92a69c008e202cd2669
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp310-cp310-win_amd64.whl

Download URL pyopencl-2022.1.4-cp310-cp310-win_amd64.whl
Size 521.3 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
2174678d196c50c6ff25f2451d4a370dbc8533a6c4aaaa4be4c9858de92947a8
BLAKE2b-256 checksum
How to use checksums
e9d5a4e39984ae49aa1947b5a592a32e4ae0f423d126bc7ac74800c1ba76ffbb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL pyopencl-2022.1.4-cp310-cp310-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
9c55051a5fd01ae41dbddd3e0a021e48817ed5ce74c9205e361a2268a2741c41
BLAKE2b-256 checksum
How to use checksums
21e3c80e067f60f8f0408c94d9a4cfca8fc986ff219b0ab627b6025699911bcf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp310-cp310-musllinux_1_1_i686.whl

Download URL pyopencl-2022.1.4-cp310-cp310-musllinux_1_1_i686.whl
Size 1.4 MB
Tags CPython 3.10 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
c91b8bd796b717b6257b2af63738696722c72d7d8664b0114763de3baa9e3438
BLAKE2b-256 checksum
How to use checksums
d09c5832977aa8af34f66ddeeafb714aa50b595493161e611b8d5404dba6176d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyopencl-2022.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 869.0 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b8c970c8e12afaf57f78f1f9f8fcb1362909d44ad7bce97972f2ea15b332c092
BLAKE2b-256 checksum
How to use checksums
da37fe97f655940a5d6a933f061c495c19a301e485dc46ced09c9020e1b383e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyopencl-2022.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Size 837.0 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
e8bc9e1fd080ed81473fde5f5d445e436f3fa6b8a1ca560020e34efbad84712b
BLAKE2b-256 checksum
How to use checksums
1ac5c973fb57708cbf0793c05ce0fb1d1ba00ec4976eabab942339d3846966b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp310-cp310-macosx_10_9_x86_64.whl

Download URL pyopencl-2022.1.4-cp310-cp310-macosx_10_9_x86_64.whl
Size 617.6 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
65cba794a2ee3c79fbd80ca3fe0f3f30556a7a821edfa96ebfd1df5ba98cdeaa
BLAKE2b-256 checksum
How to use checksums
e409650cbf644e30d9b0cf87ae18f754ed0dbbbf18c32b86778f296e43cde9db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp39-cp39-win_amd64.whl

Download URL pyopencl-2022.1.4-cp39-cp39-win_amd64.whl
Size 507.5 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
7890d6e8052f5ffad96712dab8cf4d9fefdca7ec4baced2f6a56917600a4af44
BLAKE2b-256 checksum
How to use checksums
7af5d70293418a50899e6b74ad806fd17611d86cade118fd971706363a06974f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL pyopencl-2022.1.4-cp39-cp39-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
976ce3ab2efca027bf053be100e204ad1f78fe1c9bc2c701797775fbf40f64b3
BLAKE2b-256 checksum
How to use checksums
d7a8b2fa3424e35f29c69c579c625114f7eed65bce6aab78e59beac5b085f6a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp39-cp39-musllinux_1_1_i686.whl

Download URL pyopencl-2022.1.4-cp39-cp39-musllinux_1_1_i686.whl
Size 1.4 MB
Tags CPython 3.9 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
3fe313b2c1dce9002fafe3c768a86d07abbd8b6eb796d6542e9d002bfecee4cb
BLAKE2b-256 checksum
How to use checksums
5648f4c67f107cd3ce0343d8225997e425f9170349aa29e8bd3aa967eb67e22d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyopencl-2022.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 870.5 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4575554a2796227cda358ee80b9e6784a5266df07a9e4ba0f7432bb7edde4cd1
BLAKE2b-256 checksum
How to use checksums
1e6ca591e34ca858d8119764c0fd74e7e9eec5f324cd6fd41839c378916aa89c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyopencl-2022.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Size 837.8 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
98977e4cafb4adfaf61806294cf692e2abf599cfd1f56c2d8981f5a1f0e03ab6
BLAKE2b-256 checksum
How to use checksums
4793f8158c0b330aff598c02a33104b3e772e63b86b5ac89f7c9a66d218695e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pyopencl-2022.1.4-cp39-cp39-macosx_10_9_x86_64.whl
Size 617.7 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9874848a2ee44fcb99b0e3c8dffe1da15d586f161ebe125dc80793d9f86d11c8
BLAKE2b-256 checksum
How to use checksums
9e7ee937d3ab2ef798e195c02b9ef509b208549253f7b95ba4b4efc12478b683
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp38-cp38-win_amd64.whl

Download URL pyopencl-2022.1.4-cp38-cp38-win_amd64.whl
Size 521.4 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
f55b07b7e62c8aaf2310c600c0f85e79575d7bdfc5ceedf4610a87315504ee67
BLAKE2b-256 checksum
How to use checksums
6cda14dbbd9e60afb8d675c99a668a0da04a3463048bf9f5328c6b5737096927
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp38-cp38-musllinux_1_1_x86_64.whl

Download URL pyopencl-2022.1.4-cp38-cp38-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
e632fb77a0f42fb6f45219d266aad6a00082ac78657f1e1ce1c004f4c8b5d302
BLAKE2b-256 checksum
How to use checksums
3d9e3aafaa0021440b89c59275ec7dd3e7c2c2fe66896306ae3d2083ff1d6f32
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp38-cp38-musllinux_1_1_i686.whl

Download URL pyopencl-2022.1.4-cp38-cp38-musllinux_1_1_i686.whl
Size 1.4 MB
Tags CPython 3.8 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
ca690b723f1aff48ad3a627dd94c9efda6dd16688013676e661c14038e9fafea
BLAKE2b-256 checksum
How to use checksums
66033f68ffe269933db820a6cec88245ab3ba266428d143b3a395a4d89e0ce38
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyopencl-2022.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 869.7 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
3aa420736b022d8cd894f978d3a37d691a37f2aad047432b44ace34061a81090
BLAKE2b-256 checksum
How to use checksums
00b16e54c0adbb2425756c7de428238e485d3f386c97e09e974a548fb022cb03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyopencl-2022.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Size 836.5 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
65e9751320f43fc7f83bdc1fc8db7333e20b278332a16aeef1ffda1c228e6112
BLAKE2b-256 checksum
How to use checksums
133dd840c3242ceb03de508888b6d95544575d633a3a849eb4bfea4e73852b6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pyopencl-2022.1.4-cp38-cp38-macosx_10_9_x86_64.whl
Size 617.4 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
7cf60edb1bde6e83cfd99d34ec5091cce5022deb1b8bbda49d310ecdaadb3c9d
BLAKE2b-256 checksum
How to use checksums
1bd8ce9cdc327c8402f53ca58a7de3da0454acace6fbba30e5b905445cca77ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp37-cp37m-win_amd64.whl

Download URL pyopencl-2022.1.4-cp37-cp37m-win_amd64.whl
Size 520.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
ae0bbf19db840944463da829016e65c3c01ce2a60e510cc6e578012a71858204
BLAKE2b-256 checksum
How to use checksums
bfa58398e9d91d234b9ee5a78318b641a83512a3ce38a5f7f642f728aadacbde
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp37-cp37m-musllinux_1_1_x86_64.whl

Download URL pyopencl-2022.1.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
e40884e66c88c3017d9fdf092a83fba6f8a7428251dc4ae37e5528f2fa0afd50
BLAKE2b-256 checksum
How to use checksums
dc9f7c188ae6973049b0b10d4787ca92f7bfe28847d035c45e0bc68e3329aad0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp37-cp37m-musllinux_1_1_i686.whl

Download URL pyopencl-2022.1.4-cp37-cp37m-musllinux_1_1_i686.whl
Size 1.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
c880a43f68d6f2e376dbe3013a9e91b69fbb45c2d13e0424d488751da90f07cc
BLAKE2b-256 checksum
How to use checksums
229a7ffcb5b737224303687e8cb17a24acb4d5a0c0a73461c124369576fa2baf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyopencl-2022.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 887.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
1dc9d7ee7ddbc0fd1bbc516a53987fd92d5f9f6143644c093b0272aef2f077f0
BLAKE2b-256 checksum
How to use checksums
6851acc2c8aac6f831864875a2007fef06402c3dbee5705ad565513126e82421
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyopencl-2022.1.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Size 858.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
59543f5374528705441c9f1e8714f5807c623473907182a35cb0dc8002f002bd
BLAKE2b-256 checksum
How to use checksums
6a81b638af09edf24db259a5ca1a23654b9495d47a9adb0725bfc507e3550d79
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL pyopencl-2022.1.4-cp37-cp37m-macosx_10_9_x86_64.whl
Size 602.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9f4a7eb737ec4700e603702ff1cacfeda47acd9a4e336884352a75041844fc18
BLAKE2b-256 checksum
How to use checksums
87a2039136eee4e90f4d8d71f450a7c8567b7f27457105b0bd8a361b00e305c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp36-cp36m-win_amd64.whl

Download URL pyopencl-2022.1.4-cp36-cp36m-win_amd64.whl
Size 537.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
9d7457c345f43d162209fe2ff1011556e3dfa4350f8cc2253e919965b04327c9
BLAKE2b-256 checksum
How to use checksums
82025121c3ff96f72e9e3b1120e992b91a855c6882154c7e1f641dcd315f78d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp36-cp36m-musllinux_1_1_x86_64.whl

Download URL pyopencl-2022.1.4-cp36-cp36m-musllinux_1_1_x86_64.whl
Size 1.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
81bfc137ece5a894aa0b52587b52bbdb138b77c16404132496a027cff5faff37
BLAKE2b-256 checksum
How to use checksums
1412defa6d21b27965ec4fd9181563a758c9b5a8bcb59fb8fbc991a0784c2107
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp36-cp36m-musllinux_1_1_i686.whl

Download URL pyopencl-2022.1.4-cp36-cp36m-musllinux_1_1_i686.whl
Size 1.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
6b4d0d633242db9c35b254f7ad89a5928a4238333933c10b02761ba58d9e6aa4
BLAKE2b-256 checksum
How to use checksums
eceb5c1e22e6d08ec910329a14b260075aa3350b3b78410044165db22172e051
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyopencl-2022.1.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 886.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b4b4f3be6ade08316c54c854f9f87d96ee7948b60bac23d2410a5d9c1bc9736f
BLAKE2b-256 checksum
How to use checksums
feda8bed0a741942bb1161554afd6d9e3689f42988d42ce4d4485e3228ef9068
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pyopencl-2022.1.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Size 859.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
4cdfe5f468a9aa92018a75b5538a2b5fe13f18ec016296d1d02a5f007a136816
BLAKE2b-256 checksum
How to use checksums
d54816ad1207fa4226f5f747d457d5f95acd5066f39349d53fe6609cf1241f06
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release files / pyopencl-2022.1.4-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL pyopencl-2022.1.4-cp36-cp36m-macosx_10_9_x86_64.whl
Size 601.5 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
b6279e8bfc5f398b95b8d0949ccc0a929431aa9a5220450a48f3ebab3bab3416
BLAKE2b-256 checksum
How to use checksums
1d946eb450fe85b178f3d9ca2f1bc29fd61b9efa32cc7fe2dc9d4c78a0956ff9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.12

Release history Release notifications | RSS feed

This release

2022.1.4 This release

37 release files

2022.1

7 release files

2021.2

5 release files

2021.1

8 release files

2020.3

1 release file

2020.2

1 release file

2020.1

7 release files

2018.2

1 release file

2018.1

1 release file

2017.2

1 release file

2017.1

1 release file

2016.2

1 release file

2016.1

1 release file

2015.2

1 release file

2015.1

1 release file

2014.1

1 release file

2013.2

1 release file

2013.1

1 release file

2012.1

1 release file

2011.2

1 release file

2011.1

1 release file

0.92

1 release file

0.91.5

1 release file

0.91.4

1 release file

0.91.3

1 release file

0.91.2

1 release file

0.91.1

1 release file

0.91

1 release file

0.90.4

1 release file

0.90.3

1 release file

0.90.2

1 release file

0.90.1

1 release file

0.90

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page