Skip to main content

PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms

Gitlab Build Status Github Build Status Python Package Index Release Page Zenodo DOI for latest release

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 2024.1

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 2024.1
File Size Uploaded
pyopencl-2024.1.tar.gz 473.9 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyopencl 2024.1
File
pyopencl-2024.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ x86-64 Details
pyopencl-2024.1-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-2024.1-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-2024.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pyopencl-2024.1-cp312-cp312-musllinux_1_1_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ x86-64 Details
pyopencl-2024.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
pyopencl-2024.1-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
pyopencl-2024.1-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
pyopencl-2024.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pyopencl-2024.1-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
pyopencl-2024.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
pyopencl-2024.1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
pyopencl-2024.1-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
pyopencl-2024.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pyopencl-2024.1-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
pyopencl-2024.1-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-2024.1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
pyopencl-2024.1-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
pyopencl-2024.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pyopencl-2024.1-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
pyopencl-2024.1-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-2024.1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
pyopencl-2024.1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pyopencl-2024.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyopencl-2024.1-cp38-cp38-musllinux_1_1_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-64 Details
pyopencl-2024.1-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-2024.1-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
pyopencl-2024.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details

Total release size: 24.4 MB

Release files / pyopencl-2024.1.tar.gz

Download URL pyopencl-2024.1.tar.gz
Size 473.9 kB
Tags Source
SHA-256 checksum
How to use checksums
ecd572ee940ad8bda1639c3a7beb68834fc9a98ad7eb3f6e01aac4f7d9d4bac1
BLAKE2b-256 checksum
How to use checksums
abc56c35b54896484c98d0375190fa81448e2a0638fced6680ff8afcc2941065
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyopencl-2024.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 915.3 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
d7b39c710b512e0c33e3553b175e71d6f46f80577f4b6afa731da295406b2f85
BLAKE2b-256 checksum
How to use checksums
5d20d23a6d36b8604d732994b64f4d9c637d1e1daf2e0b010e31e79afb4b4cb1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 915.0 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.9 PyPy 3.9 7.3
SHA-256 checksum
How to use checksums
f9293f9d2fdea419d014534a5f66798bd439617dcc2ae21847ea99a9fac1dd3a
BLAKE2b-256 checksum
How to use checksums
ac8acb749b1b9d28551680e3aefe071d1928c9f76cb98a6e9502374f950f636c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 905.5 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.8 PyPy 3.8 7.3
SHA-256 checksum
How to use checksums
237a80e48d5ea31b4ec734011effab4bb33d4447f8f65d7b9e0d9c716df1cefa
BLAKE2b-256 checksum
How to use checksums
c31fd7b555814c3752e20cebaeaf7fbc8372da64ce1c952849a8112636821221
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp312-cp312-win_amd64.whl

Download URL pyopencl-2024.1-cp312-cp312-win_amd64.whl
Size 563.4 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
e3477c703ee2537e80425b09f2b3306128b0be7b8d5ab3792636b8828e4f2abb
BLAKE2b-256 checksum
How to use checksums
2fd3f527ad4a966967685d1e3bf55081945d5aa669f3eb5523af7a2c1383ae39
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp312-cp312-musllinux_1_1_x86_64.whl

Download URL pyopencl-2024.1-cp312-cp312-musllinux_1_1_x86_64.whl
Size 1.5 MB
Tags CPython 3.12 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
83ddcd972fc77f1e434a4f024bb3d4a09099105ebae1751cc1c0724fb891f7da
BLAKE2b-256 checksum
How to use checksums
d402d231d6b5a8872eefb8584654ae65b24e9605b619c4f3d042cd0494feb113
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyopencl-2024.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 941.8 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a2aadbd401862396a3ad5fb21df516c04e952c707c6c42dfb014a79b8726f046
BLAKE2b-256 checksum
How to use checksums
08ee4728417f4bfeb3fd010d355b6a5963d2729552d64787ade3eeec2de9e181
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp312-cp312-macosx_11_0_arm64.whl

Download URL pyopencl-2024.1-cp312-cp312-macosx_11_0_arm64.whl
Size 619.2 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1fc08f0f1e940b59d5768959d38972d2d6d41776acb85036678057502ad21997
BLAKE2b-256 checksum
How to use checksums
024d706e985a0b7e1de7fb63e32a57b0b81930ec7434aade2a515ef36f5638f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp312-cp312-macosx_10_9_x86_64.whl

Download URL pyopencl-2024.1-cp312-cp312-macosx_10_9_x86_64.whl
Size 655.8 kB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
382b996d9928afe12d45a559b43cc1d6f90a08066b684c6d004d978abd05015e
BLAKE2b-256 checksum
How to use checksums
53fa5e379ad3fa766e0f4cf641d755897cc3b2c3344d16e374c6b72378e06427
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp311-cp311-win_amd64.whl

Download URL pyopencl-2024.1-cp311-cp311-win_amd64.whl
Size 562.1 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
c989f4d40e1dbaaa713349a6112fd3f022918c75f1466c62685f30b874ff2ede
BLAKE2b-256 checksum
How to use checksums
d2c48fc562404465965401b177fd9f5056b48442587bbd7baa79134a2f1692d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL pyopencl-2024.1-cp311-cp311-musllinux_1_1_x86_64.whl
Size 1.5 MB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
69161052f2bcf05fecceec0efed306e5231e96da536affad4203645e836db59f
BLAKE2b-256 checksum
How to use checksums
079234aa3653094898b34f23d5d7e595289f3e3e5292d82c393aa4537c8e6b43
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pyopencl-2024.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 944.4 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ad5c462e8e32b4004fd1507d2c7359873453bed8734198c8d6dfd89a066be721
BLAKE2b-256 checksum
How to use checksums
8507ec2b37022869f2e1f9ad17770b2eb123ee097756be4ad6278393dc76a001
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp311-cp311-macosx_11_0_arm64.whl

Download URL pyopencl-2024.1-cp311-cp311-macosx_11_0_arm64.whl
Size 617.3 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ba574103bad5338fa6cf0dfe5f53edf0abb3d4b963fc7c69f347f69419fed419
BLAKE2b-256 checksum
How to use checksums
9d064bb407632b9d28c9ec1f7371d31735e7bc287e82f0147126606e562ad19f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp311-cp311-macosx_10_9_x86_64.whl

Download URL pyopencl-2024.1-cp311-cp311-macosx_10_9_x86_64.whl
Size 646.3 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
aa2cf8f4c05245de8360151107357f765408421d1e4e0b785ec9d3b106d0f13f
BLAKE2b-256 checksum
How to use checksums
1a9150832bd95fa4137c65ef050b6f518247f901f6e43b3f0895ade91ace4bcb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-cp310-cp310-win_amd64.whl
Size 561.3 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
e3a94aa8fa92e9abea2dccf2950c38480ebf936bc6c07bb617e3b1d7e0f9d0cf
BLAKE2b-256 checksum
How to use checksums
c9685ca9d66d57fe086e2d2ce61f8c5f21bd6b94ad4f4a5689b600389ef77a0d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-cp310-cp310-musllinux_1_1_x86_64.whl
Size 1.5 MB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
4b7be6175510f56c0451b43a46687bf1c3a9b1890ed107b49e7069a112bc4cc8
BLAKE2b-256 checksum
How to use checksums
286566bed1a17da76d5d98505122f5b6ec5aae4748da5196f93791dd0416a552
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 941.9 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
753693b81b8c51992a7cf5a18acf039b5e2def9362db349f52954cc4367e9b8e
BLAKE2b-256 checksum
How to use checksums
6784ef91af618a0ab2710d7cf35649e2940785b180a3118364cc3bdfde248f61
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp310-cp310-macosx_11_0_arm64.whl

Download URL pyopencl-2024.1-cp310-cp310-macosx_11_0_arm64.whl
Size 615.4 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
229c79af0b0aa0980f632d0545ffd5c6e59d4b1d1ed5e1ccb548e2635ac1a700
BLAKE2b-256 checksum
How to use checksums
b8448855c35aa34eaa86b4c879399e203903407f678ce0f55e3ef3c79f5c1fa4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-cp310-cp310-macosx_10_9_x86_64.whl
Size 645.4 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
72fa9ed708955c1f2cf8d7fb07b639663ef9fc16376250476d12017eb848e907
BLAKE2b-256 checksum
How to use checksums
91a01e3005de7debcb2644daf3b25afc54d55b7fd5213803916c5c8298761bb1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-cp39-cp39-win_amd64.whl
Size 544.5 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
4753e7b960471f67d9eb4a2ea9cb14f84d1e37bcfb28e3e1e3f747151ac78d15
BLAKE2b-256 checksum
How to use checksums
332b90a9c63a38e9a2ec8e26f004826e06055183b61f907793e8baf26f862da3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-cp39-cp39-musllinux_1_1_x86_64.whl
Size 1.5 MB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
b82cb17a714f1155b67734e2416fe6ed3e5899f46475efc233ff3b25acabb3cf
BLAKE2b-256 checksum
How to use checksums
9383f615baa1c28f95f9c0269114c9f5dde8be56068b22a65c53d21e528de53d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 942.4 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
3e290df49c2cef63b16338017543770f0af247d19b4d52ddf58991a83c97acd4
BLAKE2b-256 checksum
How to use checksums
20473bc5322368907d80053a734dda5c878c723596e0c7b844ac02e89f8d69ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp39-cp39-macosx_11_0_arm64.whl

Download URL pyopencl-2024.1-cp39-cp39-macosx_11_0_arm64.whl
Size 615.9 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e8c554086f3dc2b35b448e5f6e5a2651f637c9627d3464c66393d0b6daf18df9
BLAKE2b-256 checksum
How to use checksums
1d49fb514b976f89a96bbd2a67c2edb12b16345200f93fbf839e4ece4840398f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 645.5 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6908ab02f20cb472dc3ceadeb4e0534ef75d6f150535d436711350bbafd5e3b8
BLAKE2b-256 checksum
How to use checksums
adaf6ba71e62a409d0e4218d094981ce4899d86d1ab4c2c8aa0b7b5a8277f438
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-cp38-cp38-win_amd64.whl
Size 561.0 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
af251fb69e13f891c7c42752204b8525ce984b4a057defefb8af40ce80100b82
BLAKE2b-256 checksum
How to use checksums
f7b98ceb1253a1d86fca102bdb672294735397a8072ed5837623fe0f67044e17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-cp38-cp38-musllinux_1_1_x86_64.whl
Size 1.5 MB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
828f67033ce15dd987e910e9130b864d4645792c712dd22b7e18ac5d13364190
BLAKE2b-256 checksum
How to use checksums
a4b5d12e07e9e93866c42c05028b7b4018ce51b259396012c6a970b73ed97bc1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 941.5 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
a3b3eb473af74018b1a0ace6ce71b3e2469a7588764ef816382ef0fdf8182797
BLAKE2b-256 checksum
How to use checksums
04abe5555513b8727419b22f436a474f74dc1ea76090dd6a4edf41b94f4906bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release files / pyopencl-2024.1-cp38-cp38-macosx_11_0_arm64.whl

Download URL pyopencl-2024.1-cp38-cp38-macosx_11_0_arm64.whl
Size 615.5 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f38ce6f501e4f23bf3fe211811e22bc82101f926480f2f5cd3f367366cfc9cbe
BLAKE2b-256 checksum
How to use checksums
47969ca73b3188912086d6c7c61a16f7a3bdf62ddeb7f81f349b382b00884964
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

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

Download URL pyopencl-2024.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 645.3 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
26ca61c0646ddadf9e49e3caafb14f321d16c2b7f92fe8d465acb98d4594c94d
BLAKE2b-256 checksum
How to use checksums
93924d29e637a6fe240420f2960750284b9a8a6ff5bce4fdc62db81d0787e354
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.18

Release history Release notifications | RSS feed

This release

2024.1 This release

29 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