Skip to main content

Python wrapper for OpenCL

Project description

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:

  • g++/clang new enough to be compatible with nanobind (specifically, full support of C++17 is needed)

  • numpy, and

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

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyopencl-2025.1.tar.gz (422.5 kB view details)

Uploaded Source

Built Distributions

pyopencl-2025.1-cp313-cp313-win_amd64.whl (457.8 kB view details)

Uploaded CPython 3.13 Windows x86-64

pyopencl-2025.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pyopencl-2025.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (719.3 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyopencl-2025.1-cp313-cp313-macosx_11_0_arm64.whl (408.2 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

pyopencl-2025.1-cp313-cp313-macosx_10_14_x86_64.whl (425.7 kB view details)

Uploaded CPython 3.13 macOS 10.14+ x86-64

pyopencl-2025.1-cp312-cp312-win_amd64.whl (457.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

pyopencl-2025.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyopencl-2025.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (719.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyopencl-2025.1-cp312-cp312-macosx_11_0_arm64.whl (408.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pyopencl-2025.1-cp312-cp312-macosx_10_14_x86_64.whl (425.7 kB view details)

Uploaded CPython 3.12 macOS 10.14+ x86-64

pyopencl-2025.1-cp311-cp311-win_amd64.whl (457.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyopencl-2025.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyopencl-2025.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyopencl-2025.1-cp311-cp311-macosx_11_0_arm64.whl (408.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyopencl-2025.1-cp311-cp311-macosx_10_14_x86_64.whl (424.1 kB view details)

Uploaded CPython 3.11 macOS 10.14+ x86-64

pyopencl-2025.1-cp310-cp310-win_amd64.whl (457.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyopencl-2025.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyopencl-2025.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyopencl-2025.1-cp310-cp310-macosx_11_0_arm64.whl (408.0 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyopencl-2025.1-cp310-cp310-macosx_10_14_x86_64.whl (423.4 kB view details)

Uploaded CPython 3.10 macOS 10.14+ x86-64

pyopencl-2025.1-cp39-cp39-win_amd64.whl (458.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyopencl-2025.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyopencl-2025.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyopencl-2025.1-cp39-cp39-macosx_11_0_arm64.whl (408.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pyopencl-2025.1-cp39-cp39-macosx_10_14_x86_64.whl (423.6 kB view details)

Uploaded CPython 3.9 macOS 10.14+ x86-64

pyopencl-2025.1-cp38-cp38-win_amd64.whl (457.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyopencl-2025.1-cp38-cp38-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pyopencl-2025.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (723.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyopencl-2025.1-cp38-cp38-macosx_11_0_arm64.whl (406.7 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

pyopencl-2025.1-cp38-cp38-macosx_10_14_x86_64.whl (423.1 kB view details)

Uploaded CPython 3.8 macOS 10.14+ x86-64

File details

Details for the file pyopencl-2025.1.tar.gz.

File metadata

  • Download URL: pyopencl-2025.1.tar.gz
  • Upload date:
  • Size: 422.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for pyopencl-2025.1.tar.gz
Algorithm Hash digest
SHA256 0116736d7f7920f87b8db4b66a03f27b1d930d2e37ddd14518407cc22dd24779
MD5 405536951035e143f97a415edb64900d
BLAKE2b-256 28880ac460d3e2def08b2ad6345db6a13613815f616bbbd60c6f4bdf774f4c41

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1.tar.gz:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 17d0a75ac0601db6de3d41ee3063474245ef47e57da53c074d67f9196aab1396
MD5 45840738dd5bd6492f07210d1034a7c8
BLAKE2b-256 cef30204a068f7581c45824906b3cc4a9dbb19090f95374f1c08dc2c29544826

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e001ca6f096f875a952422ba96dc003cc2d7464532a77282923f3bf6bc0004a
MD5 dac537c2294196d7b7897f6f662d5ee7
BLAKE2b-256 9279246d06f7edee547e64a5d195768c7e58c23a5a15500b92c69aee9bfda9b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c4e5b5a28f7d398cca04e7b389e607daad4a36d18879cf59add541a67b72406
MD5 18044e8497b2641e8ee9cb4a9a3eb94c
BLAKE2b-256 7a81d16a4f69284dcde76006840904e269cbca4ee19ec5cbb3ab0ad32bdf1442

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5be8cf06459ee829b16465ec97ced117c86f3f058379e507d78f6ce012b10bb4
MD5 16527fa0a8363ae28e0c5eceb16001f0
BLAKE2b-256 8d16601abeac89c40fe10bc919ff67bea4ac8c4facc84069080bef0565a6fcb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 3df5d75a4952ec7b5c9c7bab99e5e3e38a9bb17b996a2782b2a4d38f0b551682
MD5 a90e05c9b795e32f86c48332a8677f2c
BLAKE2b-256 d07092b2e3be4f2b7b5f891d95ae5acddb837a4127a2ed9fa0c94cd03d2487f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp313-cp313-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 78f2a58d2e177793fb5a7b9c8a574e3a5f1d178c4df713969d1b08341c817d60
MD5 3e87d13909f2a6cb943fdd2d0cf7260b
BLAKE2b-256 91bab745715085ef893fa7d1c7e04c95e3e554b6b27b2fb0800d6bbca563b43c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fbb0b7b775424f0c4c929a00f09eb351075ea9e4d2b1c80afe37d09bec218ee9
MD5 4156f9e380afd0bac8fc561b03f4523f
BLAKE2b-256 f0453c93510819859e047d494dd8f4ed80c26378bb964a8e5e850cc079cc1f6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dce8d1b3fd2046e89377b754117fdb3505f45edacfda6ad2b3a29670c0526ad1
MD5 1f9424a85ee61b5e7539451fa4770612
BLAKE2b-256 a44d7f6f2e24b12585b81fd49f689d21ba62187656d061e3cb43840f12097dad

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f204cd6974ca19e7ffe14f21afac9967b06a6718f3aecbbc4a4df313e8e7ebc2
MD5 c6bc9f8ff7d847fc69990d743c56ae1e
BLAKE2b-256 63b93e6dd574cc9ffb2271be135ecdb36cd6aea70a1f74e80539b048072a256a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 88c564d94a5067ab6b9429a7d92b655254da8b2b5a33c7e30e10c5a0cf3154e1
MD5 e24bf4a78f92a1e2a7ef188ff7bad181
BLAKE2b-256 02c0d9536211ecfddd3bdf7eaa1658d085fcd92120061ac6f4e662a5062660ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp312-cp312-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d8d3cdb02dc8750a9cc11c5b37f219da1f61b4216af4a830eb52b451a0e9f9a7
MD5 2bc0b3290e4cbd9e0d934b147877a679
BLAKE2b-256 3d7cd2a89b1c24c318375856e8b7611bc03ddf687134f68ddbb387496453eda8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd2cb3c031beeec93cf660c8809d6ad58a2cde7dcd95ae12b4b2da6ac8e2da41
MD5 ba182e2084d319fecef85ed5e29af466
BLAKE2b-256 0d55996d7877793acfc340678a71dc98151a8c39dbb289cf24ecae08c0af68eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95490199c490e47b245b88e64e06f95272502d13810da172ac3b0f0340cf8715
MD5 9d908174231c7a9affa00c6dbb113e05
BLAKE2b-256 477b270c4e6765b675eaa97af8ff0c964e21dc74ac2a2f04e2c24431c91ce382

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 48527fc5a250b9e89f2eaaa1c9423e1bc15ff181bd41ffa1e29e31890dc1d3b7
MD5 3cbc998f233816b474fbae5c3f8e1ecc
BLAKE2b-256 71dd8dd4e18396c705567be7eda65234932f8eb7e975cc15ae167265ed9c7d20

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a302e4ee1bb19ff244f5ae2b5a83a98977daa13f31929a85f23723020a4bec01
MD5 dcaf08f3ba88115fe1bb8099c6187fb5
BLAKE2b-256 99cec40c6248b29195397a6e176615c24a8047cdd3afe847932a1f27603c1b14

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp311-cp311-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3756e9ea92a2c2de7d514cabce7bdda909e0258b1610d3fecc0882969547250d
MD5 15d0c9f619e2c25f9633b968f0f86899
BLAKE2b-256 1524ffa4e71678b0b4a5e639df3d11ffd87b4056f82c55694bb862df7ad2998f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 138520e855c0e0a0c2d03cddc0969230af4e569453443c823d0fbd64a5162811
MD5 6df9f64d5a85123c3528bc084d4f10e4
BLAKE2b-256 6eee02ccda677e7ebf9e2ba981c1036af3dccb112637b2e8ba8b5396922af781

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e23ae31dd7c1b0ac9e00927243f627020aacca74f228c667e43af794a8034209
MD5 54234255639d17b84f01bcb4b1777e58
BLAKE2b-256 ca617dcc38f670fcab6e899cbfce12c4484914baba14768b8657ee40dea1c859

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1f9ba2009465569e85516b8f18a5a286b8cdf483ed517ed45042c37f39d19e6
MD5 c124a525344d8fc28cd90518abeb4dfc
BLAKE2b-256 9db69813de7a728004e78eba9c135cdfb7b01e2b06c5afa782c626da9148fd47

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 0dc1c4c5c0a2ec5bd531592c04025c9823b0731c209ddfb88bc624d425f7cafd
MD5 1f2850ac84af56ddc79e266289fbd86f
BLAKE2b-256 0b218e041b86d28b89eac9096d9c9acbab72084b279089b8d3799ef399d12e16

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp310-cp310-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyopencl-2025.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 458.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for pyopencl-2025.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 792f6cda9852022bc6fad8f48602ef869d972aca4183acb5acc26fe0b416cbe8
MD5 0987e08e67ca7cc680765a3645d3ccd6
BLAKE2b-256 a4d00fd03e9bba1da48705c67be4e136c378cbd6920e91366304ed27e588a57f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e802ba6d93a08036a33f561c04cd7af39f37e8f95915aa73423d2c7235c66062
MD5 5d343d591691066e9d85e9c890536ee6
BLAKE2b-256 8f386227fee896a1102f2cf4b25a8ce3402705035545c62dbe6dcbe06d7389df

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f9725218ac096eb4460376cbd7ec0324bd1e96d25112c75ba8009e71a37fa97
MD5 c9092eed496fc6cfe484ba1e4ead6abd
BLAKE2b-256 9b36eba118d7a5bc524951c6d04d532385017fde7dced272b461c986dc0d8021

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58f2076912ff7e41d449020674bd4e3e0286ddf98de67d5755d999ebbd7ecffa
MD5 8d03ec12be80ca97c5494fd4fd9c5dde
BLAKE2b-256 d06adaac50a1c3689c36f13588f1319d648bd8afe86cd495cdb1ec2bb13ed398

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 5af49a080c68e45f415f719c135a86409dc672c1887baeda1480362a7ca7e410
MD5 88f2009b0f5aeca892c270ef7c2afa8c
BLAKE2b-256 5b32619a9dcf843aaf1ebf0694bad6d44c2819a6d0bf74e12342647739a2f3f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp39-cp39-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyopencl-2025.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 457.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for pyopencl-2025.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1937e216873c73e9c64a9fd955f624cdb2d249b55f1aef292900e3c430ed1780
MD5 a2560efe14b8712501f8ec359ef50831
BLAKE2b-256 9d911f89f0324f3a5f407973e62d750ccf5b4db062c9075f75a2c2f26370863f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp38-cp38-win_amd64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0bc892cc38d4aadeac43058adafde02ba59b3c6db28202282447e87d039855cb
MD5 14ccb8b2d4afd0a39577257f4a417775
BLAKE2b-256 f82fee0240d79366eb6836bd362959f9e269d297c15e51feb605c2df2402d5ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 336934e1ca648d076662efdc002e4af0d49eb0a9c3de193d6c8eca8ff10c5bcd
MD5 5df1187b941d2a72c095c89d23fa6bfa
BLAKE2b-256 d2fd97c7d1dac7f4e062126949bd5e12b16233d68f202dbb9d16d67c7e957032

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8c65fe3bd9d62d3646ac18698b8f7f5b872cbab70e0beb411066f891de53682
MD5 cb848531a78f6db47e57c41fd675a762
BLAKE2b-256 720885ec9e1a09f22bcba7baec276a2d5b61c380746f00b8d4618df41668c52c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyopencl-2025.1-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.1-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 cee0e8712315744e1a10d021520b9af9c6d9f2c9b5cb0c17a0efbb5cbea1482a
MD5 801a96b2abe0769660f71af322f6f043
BLAKE2b-256 eede5c0b84dabe135cd9f7e217f9eb8caa37b33b9e177fb96ce6ca1f5d02eff4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.1-cp38-cp38-macosx_10_14_x86_64.whl:

Publisher: wheels.yml on inducer/pyopencl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page