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:

  • 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.)

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

Uploaded Source

Built Distributions

pyopencl-2022.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (885.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (849.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (879.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (842.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.2.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (879.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (842.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.2.1-cp310-cp310-win_amd64.whl (545.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyopencl-2022.2.1-cp310-cp310-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyopencl-2022.2.1-cp310-cp310-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyopencl-2022.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (912.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (879.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyopencl-2022.2.1-cp310-cp310-macosx_10_9_x86_64.whl (630.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyopencl-2022.2.1-cp39-cp39-win_amd64.whl (530.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyopencl-2022.2.1-cp39-cp39-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyopencl-2022.2.1-cp39-cp39-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyopencl-2022.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (912.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (880.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyopencl-2022.2.1-cp39-cp39-macosx_10_9_x86_64.whl (630.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyopencl-2022.2.1-cp38-cp38-win_amd64.whl (545.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyopencl-2022.2.1-cp38-cp38-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyopencl-2022.2.1-cp38-cp38-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyopencl-2022.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (912.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (879.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyopencl-2022.2.1-cp38-cp38-macosx_10_9_x86_64.whl (629.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyopencl-2022.2.1-cp37-cp37m-win_amd64.whl (544.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyopencl-2022.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

pyopencl-2022.2.1-cp37-cp37m-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyopencl-2022.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (931.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (903.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyopencl-2022.2.1-cp37-cp37m-macosx_10_9_x86_64.whl (614.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyopencl-2022.2.1-cp36-cp36m-win_amd64.whl (557.0 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyopencl-2022.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

pyopencl-2022.2.1-cp36-cp36m-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyopencl-2022.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (930.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (903.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

pyopencl-2022.2.1-cp36-cp36m-macosx_10_9_x86_64.whl (612.6 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyopencl-2022.2.1.tar.gz
  • Upload date:
  • Size: 468.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.6

File hashes

Hashes for pyopencl-2022.2.1.tar.gz
Algorithm Hash digest
SHA256 72219b57615f9a91a2115289a17de40c60de9f935e30c22f447b01f02d75f4ab
MD5 de4d84db7f24f16b907bc4a9ffa1fd4f
BLAKE2b-256 69177f6189bac49e7607042d927b88cad4617c86231d350b1b1b5a88813711ca

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0deafebe31b190020b99c9eeee9f97e745c4a16b424a197742b28c609f0082bf
MD5 f40d00cdcb32a1a666e23f53ee8fabe9
BLAKE2b-256 815aa88b7210d5a5231ada188c90aeb8a22b120559a34b7d7dc3161de8075e85

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a8becbeabc9e353a122a9ad42b7f50b95e397b4a2269f04b99417573fbbdd72
MD5 c099d4a919d77d6f04171b254e0aad6d
BLAKE2b-256 2fa6196fcd9019bf9a71bedc7eb003a129b2474670acc02f126143924f3853d2

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9980017948210ab82c1719c9e3c59892beb8330a4b57fb8fa367a8bed635a547
MD5 14461734703e62fc42bf4acfdde84b8f
BLAKE2b-256 22ec45ee37e29e7180811614065ba633d14cfc27cbd9275eeb4df79269260983

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3956cb87e0844609c1dded92df405458cddd64640cf6f516927039041ce12a2b
MD5 e14c55acf737b3819057306724932d9b
BLAKE2b-256 54e6cab2b87e50d861aed27e84890a3f58582b082ee79610ded4a659392f1b41

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1354fb182da83056e1def503ef9f2cc4763e762d026e114ab21b952b37538efa
MD5 11b3fc91b9744c56a6000990e80692fc
BLAKE2b-256 c5677c2a190c27e864dfe95654d0d4a2b45d5fd0f04dff197badaf612deacea7

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3a3be62fa6630e6f151e645e3e0de5a84489efd507186efd6b133b5cd4d53e26
MD5 5bd40483d9bb93ca570f239bfa4d7370
BLAKE2b-256 bd2f2dbf74e2449b4a1ce48c3961b349cf8d893a828d10d841b2bb20d484049f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 06617e63d7968a58211eb565d7d3f47d82561cfe6619761636df6c4dbbafc4d6
MD5 752c8158759d0cf3c5d3deaae8b74fe7
BLAKE2b-256 6c141d66427c8b8118673911a7cace997e6834fc3e62d8556c0f3183cc37bbfc

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 63f8007c09ec5a7642324d48ee414d881311660b487eda0194baddaf68b622f5
MD5 fa48a4efa42fce6a9540ac4b4e465b87
BLAKE2b-256 71c648510f0908562a9aba8847a916178a407fa13179d292269a61c619eb8928

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 763f239e99d5c1219fc8a09980bb04cf6413f94f604b6adfea551ca4bf9a8c18
MD5 ac876d2bfedf3440b0efb55a80107f93
BLAKE2b-256 194cd5ffa74fc8d4f9b55caa826477168e0996f869bf2035169a1392d1cba8ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d408777025e51f30cea2c0147cf0426a5e0cb2e80900b4152be51c2c25f7b836
MD5 ba736f3c72a92be69002af9cb6e5ef16
BLAKE2b-256 9972e55e2b26588285138e446204fe5384101741ace77dddaf037e350b479b39

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 705243da423bc8b1088100441b97dcb72239a7c8b15f64b23f4ed1de68a4db6d
MD5 3a131950fb16fb16484b54d7bdac49e7
BLAKE2b-256 22c26722433a95f868117e4b39bd60445be788bd2cca3ac238a36062c8b725b5

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eeddaea76bba86d7022f14b9affcd2ccd8703b984faa9487b7f9c4f99116346e
MD5 8a271a2e5c3112b1caa1a0c276fb8cae
BLAKE2b-256 6be5da39773d7fe1e9cb9a0fdc97362e084ece7e948b1ad381aa49bebe467434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4de25c45bde356f1bc32a88ed2a28cbe83d7f0bf289401fba575b8520c57eb53
MD5 4895ce372f648cae64bf8031399647cb
BLAKE2b-256 fe9709f2e9979b563b60102f672a2db514e9e0e3f66fb13fcbff39f7a727dac6

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6315e43def51c0aa3a08a1e74184af59506ce0668dbd6fd504aa4a3ea119215d
MD5 f827ba6bd7f7e7443992d70f2469070d
BLAKE2b-256 4ec84993f2bfaa8d6f5763939c641d7e42c33d21d3ee16d088d57306dfa0ce31

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ca636540bbd2dff9a95b1e53fce4b9247d1e55adc6ccebae6f2f491b10b718a9
MD5 9ab7eba2dd338b84c195868ee94ff260
BLAKE2b-256 99c4337a08db699946fa93bb4e2e0005869697cd33ac218dc2c6e188effd2ed4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00913d2e1684c6aab8ae8363fe7a86dbdce3ff1986654b6ed709ceebdd2df3b1
MD5 ffa7a79220836e385370807c547d90ab
BLAKE2b-256 c67b45538fc892c0b0f0ebe6e5ac26e4e76e1ba33de23ef5905edf2426f272a9

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 16eab8653f81ecf4cc143bd0c7b6ff7f4f2dc5926d2b2b293b3d337e55876c65
MD5 8b0087cc9846db004eddcb2fdcb91d37
BLAKE2b-256 19152d8e52b33c325cb623a027184249b7dcffdeaf7a139b24a42bd824703d8f

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2870703aaece8b62b58f6c649e402ed2e470daab94cc3b7359a70baa20d571d1
MD5 368960a22c9f097647ebbf553811e1b4
BLAKE2b-256 bb31e541089fce917e2409ba5c374c469b5c14fac47a0273cd70c9f1898993cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 17d2fe8b2bcd6bd1284d5ae3c4b2d9ded53d8609e9fa980df0dea3d954fbdc4a
MD5 5dad29a903a33e4cf5669ef3cfd8d879
BLAKE2b-256 e4f07025f6d86c8e7d2d879a999e55e74d51d2c7d737d4ed1b052e60faadeb9e

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8c205f46ac01b065a3e933c174afdad7a12686926e59fa0a47481fbd65b66e83
MD5 aaa18506cdbdcabf7255c19deb1ec708
BLAKE2b-256 b60d4165f69edcb11c8e5908d72d7d56812bd4b319bd0059d26cb862a6154b81

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 20b6cbe22f240254054fdf7fcee6edcfd2ff548f6c41d5c7d31eed79a1dda0bf
MD5 51b4492ac687017a370504562a86f32c
BLAKE2b-256 de0a7480a551ce9816c55fc01e76aaffe5551de312f80ac9e186e49696088738

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0ca43feb3373892aefb8760ae2c64b83f78a71f773f2c534c64cfcb2452200e
MD5 515bfb3481a785439f615690cf826812
BLAKE2b-256 2767385df34ddf9f600e0b17b1a0dfff59aec2d2f844a1dc53a64c25af3c783c

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 843a1015366b8d1aa7c0b021fc47a9d393cde663a27ab4095315668f24abd175
MD5 6af57db2f0141ed4c3a39a9132ea8cf3
BLAKE2b-256 c187599f528325e52b6ce050ad73cc330ba4f2080ef1b604d1b31073dd07286f

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 77bace6450d8941ae90905cfa9fd4d397b89cee61b79f59679e40fb513585655
MD5 6a27ce4e94e30d74eac9398b4b2415f2
BLAKE2b-256 09a5197503ca2c8e875cbb3a0a0752749029f03de90d87e9b25e412adfc3d27e

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 690cc4150711263f82d1fba92eac16a284676fb8e6893ea53216598a0b4779ff
MD5 ffd41c0ad942af2b782a9da21a5037d8
BLAKE2b-256 6da29ac12e6088274f0ca41362e45b1a850cee58a2c3c8d4a0ac431c0f4887d8

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8c7f8a9003077387a865ed1a7d7b30d0370738995c5a2f449af00b42b441a181
MD5 d8a70528d0567b873fe75df0fc39bfb8
BLAKE2b-256 b9f36703156557cada1bfab84ea576af095028925cc5d92e73182e9bf44b1239

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f57697809cdcb409baecc7b7ff89ecbd382a9985931fa9330a30fd5f2ef34cfc
MD5 cb64c7ee4ae4b0746ad7d38d2e1e1abb
BLAKE2b-256 7146bd1e2fbab6fb6809b79415dece70c544d4ae453e03a0107ef2b0e3b3872c

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5593f1e78b4e87d5cceaf17f48521f3298ea40133df5057975502e5c1a8e1853
MD5 e2e7ba1e63f2e44eb764a7ee071052af
BLAKE2b-256 1eb4a26d95b005f75ec1001905c018f34b139a26a62cc6f3c6a3088c606ea8ac

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2019cdc574d1b33d92ed6b1ed8a423c591f8ef19a92172bcc0c22316e75870c9
MD5 007a0429905785baed5d745079283774
BLAKE2b-256 ef73ab23b5b44125f58630b829cff36b6839965204da2d3a45217297c849822a

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a61b855c3fe3f3de505cd8d9c4b18f3007005982583f7956e6dab0315218b394
MD5 eeaa5b692db56919466168c1ce0a1c11
BLAKE2b-256 856dbe15409d8ea380fca160be085cdb6f809f5c32514c8e91cb52350ce8863e

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3702059c226327751ede6a874e233ab8ea65d62d62f20a1116ee90e3d379fd41
MD5 2cfa4ccef3bd4e0287f9a946fff35c4f
BLAKE2b-256 1c52ae6754d97c0ecf91e841d0050bf8736a86e4109bae7b8cce0925c671f873

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e16c9e727c1096fd1faeff9a57bb91ae1bbdfd6b5237ae06e0d3ec978d1d0966
MD5 4ccae07e90c30dcb4bd469d88a583015
BLAKE2b-256 6e80459cdb24aefac0ef15b7f4f943cf9cb33df74a785bf4e312e1883b1ae750

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b98968e92f62aa0d31b4ab5b04a62638697f4ecf619db81c10d7b9d2b9ef8346
MD5 5d7da83fb05c34d81f9e89a948df753f
BLAKE2b-256 1780a462589006be66bf689f08712e8d51f09e3411ecd76dc1100ba1fc0d74dd

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e8705038ae20dab24bece0af2c4eee32535d54b08dd9e2d0733b9f990bef588
MD5 48d3756960798292d358bb7fbec3edc0
BLAKE2b-256 04126e9910393cc1b83c8fb986b0944f9d1d9c1ff2fe2d5635c568bd1d949455

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 38d86426e2cfbf8bd38ca63a92008b9c93c5760850c877497f0da55a916a1161
MD5 ea0d608d66b68d19d07a338aead8f734
BLAKE2b-256 886978c20d1486cbb38bfb637b2d6690c9beaab3afec7bc762ba3d01bc337042

See more details on using hashes here.

File details

Details for the file pyopencl-2022.2.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2022.2.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6effdb3a387320445c69d49ec5f227690e8be179dc4498de55d49b73ea1e6d3e
MD5 ecd47e424c72f382937e1d64de320ce6
BLAKE2b-256 8e825c6b7b5ed2bee8323fbe9ea00a715278a470dadf7405944dba8ea6948f44

See more details on using hashes here.

Supported by

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