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.2.7.tar.gz (444.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyopencl-2025.2.7-cp314-cp314t-win_amd64.whl (492.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

pyopencl-2025.2.7-cp314-cp314t-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pyopencl-2025.2.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (740.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyopencl-2025.2.7-cp314-cp314-win_amd64.whl (480.7 kB view details)

Uploaded CPython 3.14Windows x86-64

pyopencl-2025.2.7-cp314-cp314-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pyopencl-2025.2.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (732.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyopencl-2025.2.7-cp314-cp314-macosx_11_0_arm64.whl (427.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyopencl-2025.2.7-cp314-cp314-macosx_10_15_x86_64.whl (446.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyopencl-2025.2.7-cp313-cp313-win_amd64.whl (472.9 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyopencl-2025.2.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (732.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyopencl-2025.2.7-cp313-cp313-macosx_11_0_arm64.whl (427.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyopencl-2025.2.7-cp313-cp313-macosx_10_14_x86_64.whl (447.0 kB view details)

Uploaded CPython 3.13macOS 10.14+ x86-64

pyopencl-2025.2.7-cp312-cp312-win_amd64.whl (472.9 kB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyopencl-2025.2.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (732.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyopencl-2025.2.7-cp312-cp312-macosx_11_0_arm64.whl (427.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyopencl-2025.2.7-cp312-cp312-macosx_10_14_x86_64.whl (447.0 kB view details)

Uploaded CPython 3.12macOS 10.14+ x86-64

pyopencl-2025.2.7-cp311-cp311-win_amd64.whl (472.9 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyopencl-2025.2.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (734.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyopencl-2025.2.7-cp311-cp311-macosx_11_0_arm64.whl (427.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyopencl-2025.2.7-cp311-cp311-macosx_10_14_x86_64.whl (445.7 kB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

pyopencl-2025.2.7-cp310-cp310-win_amd64.whl (472.7 kB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyopencl-2025.2.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (734.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pyopencl-2025.2.7-cp310-cp310-macosx_11_0_arm64.whl (427.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyopencl-2025.2.7-cp310-cp310-macosx_10_14_x86_64.whl (445.3 kB view details)

Uploaded CPython 3.10macOS 10.14+ x86-64

File details

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

File metadata

  • Download URL: pyopencl-2025.2.7.tar.gz
  • Upload date:
  • Size: 444.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyopencl-2025.2.7.tar.gz
Algorithm Hash digest
SHA256 a68d92eb2970418b1a7ca45aff71984c02d2e4261e01402b273f257b5d6d7511
MD5 de0f16090179efaee721aec441af586a
BLAKE2b-256 f8cb8927052160bc0d3bd1123a645aaf57f696da364216b57b49f92ba0777bcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7.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.2.7-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ba07cf2904e8d532bf9ba5715ec5a5d0e4e729ae361f751afddf2fb5120bc57e
MD5 0ae1ecb8b8a4813841278f12b3b4fbaf
BLAKE2b-256 2cc6471ca4e33aea1ee3b26205ae2f5b6e17e09bb0898720bccee853acaa4327

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-cp314-cp314t-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.2.7-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2528c58d809c2cd533aae3a5baab23070f6601ec23a3b8214bd7f2954d8684d6
MD5 be3e04e650cbb9e54780ec8d59598078
BLAKE2b-256 7f9fededec4862602adef4c5633d8c03d320c26b2b7c018504cf627a4cbde3f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-cp314-cp314t-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.2.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab565184274d99c6f3d5e3ff89be8e3dce4aabb9fe2340483785f6a05acde699
MD5 044ac7389fb86b59b292cf11a0eafca0
BLAKE2b-256 25d7e124c55517114021c6df20310ab309a7149e8e2724e660d9f4a45e142255

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_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.2.7-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyopencl-2025.2.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 480.7 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyopencl-2025.2.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cbea3373eca073c5d00093c6a9abdf4d6bbb32480f9c24fcc64075bcf5d1f712
MD5 abad5d6670c332cda6cb17b4f09cc56f
BLAKE2b-256 4950dc844cdfaecded85875bf0b753160ec0c42f1ad04cf8d5c11003cb28fc6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-cp314-cp314-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.2.7-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32feb75663d6cfa4c1cf3e02730d9ded854e93922649137f0ca0c1af72a4b165
MD5 4af39c5c1f2022745c8d888214c0da6d
BLAKE2b-256 2e87b03c38c5ec9a2e107059c9ba5417917a5a68c699bbe9e8aaf66509e7f40e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-cp314-cp314-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.2.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c40169c3197c66bb5bbd61d536f15949d2e722f98866f40b6f87b7cc6b2364c
MD5 d3ad5bd18e1c2ee5abd3977c6634dd0d
BLAKE2b-256 97b3984042f58a50b41aea6ea32168a87775724658440cdd83c94b5bbd84d51d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_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.2.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63f93e38bb654e1f400c2c471ec0f1d94489895152b9b2da16df4bec0d6067a3
MD5 275cb00228c4234380194e98b3f34e70
BLAKE2b-256 824f7b8b6fb1dc994669a6ac2aa7e912b914f256e8163ff318492610ae519eef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-cp314-cp314-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.2.7-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a1285b3eddc893a00f49c830d79391c1582e06832acb7645a3f76aa7eaa71357
MD5 02a0dee1ef192becfaa42bd92660d8f2
BLAKE2b-256 19e31c856c00a2ed2310c17be65c5d4b1663d865467c1886d0388254e13a2785

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-cp314-cp314-macosx_10_15_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.2.7-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyopencl-2025.2.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 472.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyopencl-2025.2.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9a8e7d0743989eb14313f7a243df1e9de30ea0883fa3a34448922cb86cfae158
MD5 fb3ddc1ddc9cb93506cc69a765c1158d
BLAKE2b-256 a1e003e4418b21354c6d71be0be948471204c9b92322e32d2e1e143852ebd1e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 076a164f3939709dfef05cea7b45d922829b1487bde4e1f4d7e97079866a8477
MD5 96dba72ff0ce26bb5b20d28883953a2f
BLAKE2b-256 ea7deec5497d6aff483256f72a94e07c38677a47bd7757a9d159e3002c3b18e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9f743f0b5c92cd1b380e75bc6036c81862df3e6ddd0678e1b7995146bb4aa63a
MD5 28675464b15972dcf085ca9af1995093
BLAKE2b-256 e0a25677e2c2e76b4f7f36b11f3a5c1e91c9ce63de27ffe74cbee7b83770d181

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_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.2.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5b40c81b069e5fcb0fda4fa2badb986dc95586c09454730b763651d02e9e72d
MD5 df000fb246a690cba6cdff3119e52923
BLAKE2b-256 69886ab441eba540604abe5409e112d7bddbdf63ee82fb3521e8f63dd1efd962

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a75008547ff9ff61e02aaf867e5558febe308b665b263bd9993a1cbe2184db85
MD5 4fc94619ab348b27525b6e698920a9ae
BLAKE2b-256 75fd18ac5f85ca4b9795990bf4674d52688f4f19cb0daa417b5733e7531ac3b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyopencl-2025.2.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 472.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyopencl-2025.2.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0791a7303236f53bcc99ae87515452b2e9cb0303949212cd5e115c4889a44f06
MD5 b14117d1662d1b7ce8f1482d00bbc5d0
BLAKE2b-256 087066b371eb8fa3867d139df5e6b7107b611eb1cc8231b7755101f589dda66f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ce3643e6367d2c7362a33df4f1d676068ae45db3721bf8aee7d7c60c73065e7
MD5 26dfd6804b0c77d6173f6770bf8ddb82
BLAKE2b-256 242f7413a39eb56e3f9130232a2964e50ef72b5d6a351af7624225d185c1ed11

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 386c1cdad727df58b34ad6026cf3fe1a2254474977a8afdf8d40eb6daf8806bc
MD5 93ffd11c92663e39f7784b9de7b50302
BLAKE2b-256 24fd8f1042308f3369c653443e9b461156cb28f805da41889a34788dbcaf6470

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_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.2.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 91ab33d7844c2712c65f1881dbf10755e76010db01b1b9d041eb3b947a29f994
MD5 5ba4e109d7d68dfddec4e79d31a5a3e4
BLAKE2b-256 c53bb2d3c4e69063b53ea6728f09dee7220c780e040b159b21e5d5a369c877fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 3525c7e35369d505b8a6141f4dfcdcc78a9714c0c30f37e82834906a678c992a
MD5 83ab9c273584922e4b0ab92ad36293ee
BLAKE2b-256 f904e3a17fa79266140246c6193934c0526185f31ffbe45f4ecd6a41ba58c42d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyopencl-2025.2.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 472.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyopencl-2025.2.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0c9989080124f27f44df86f048e55ecd3e376e20933e470cc9c14506c82ee5dd
MD5 a2cc2c8603358c272285e7b94ab311c4
BLAKE2b-256 20287363bc9b124ad5b4fa6c4bcb0b4fc2a8e213e85e3c192af8c31c320796f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c25a874f94cd2126bc526e22e94a2e4def7c82ebd095fed7e3b5708332d2391
MD5 12964f1d9a98ffdf2ffc38c7d55d0c68
BLAKE2b-256 d730321d4d174af5e58122e381afac9ce851e9f84f9b7d6502708913a6a1ef8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5244cd402f4411832599f3891b557a4be4c3ce98d0165111ab8f8f3638898b94
MD5 b52af181eb79e91705c670616a226a7a
BLAKE2b-256 93cdae3ee576c3f296be713e63b2088fdf217ea3c90d7957bbe5bf2ee3165d6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_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.2.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3749a54e124ab72f2cb656aa4049befd300ac31f2125d03c8a1ec42c10f6c22e
MD5 e7b4976d03f208d333e33aa398934d5e
BLAKE2b-256 bd04bba1d1ba36ba57eed24ee5407cd2172414792c0a6e89fbf9cc0591e0ba9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 359b484989e9caf532d73206d83422bc0cb8a0e4708c7feeb1f9115752ecda1c
MD5 25a1bebac2ae24ca9d500586f4abd963
BLAKE2b-256 48ec5e511d47fa0d5ad576cd259ceffe4662d6e617dc716044f1ead0d1ba29da

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyopencl-2025.2.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 472.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyopencl-2025.2.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 84986baf870972adf43f3ba78d50c828f5f6d2f0e792a2f06a12ea77291f6f15
MD5 f4700c3159b873fdc69cde2bd74df6e0
BLAKE2b-256 8b8baa05437631ecb8983297d265d1e1c7514ee4e1c2f92802a95aaf3d5c38a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 641496436462e18a936f257ecfecd79dc3280bcc7383d6f5542c072b8850f9e7
MD5 d8ba6303bec87b5eff4285a1ba261ecd
BLAKE2b-256 182bcc6afc27e85c91e9097dc032ff8fe10fe620daa71d374172ec91998f8935

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 40dd30762ba8404f154fc7d94a1f1f30621b774dc24cdd8dca4a1a1d1b15bab8
MD5 7853c0483a20892d3c8dc6185f2a4a6f
BLAKE2b-256 fb190444f3191c5da5233da89214f0fdaade8836ea5cdab8832da872bf5ef9fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_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.2.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bcd7947ba438b184cf30d5dc99093bcc596579585504c72187474f1ec607d164
MD5 9d778e24fddfafa769c95a2810124bce
BLAKE2b-256 a534882a40a43d897be248f332168108a6404d71608899436ade059d9cc09717

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.2.7-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2025.2.7-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 124d29ec14a7d0ad6cd9ec83225155e3501cc47d976807847e6ab665d87552bb
MD5 e3ec8494b0d63eb7e6c60054ed2da85c
BLAKE2b-256 3f858a14f06d0164c5a7aaded2c5b956fb980a8e3c0ccbc135d2ee72e09faecd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyopencl-2025.2.7-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.

Supported by

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