Skip to main content

Python wrapper for OpenCL

Project description

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

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

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

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

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

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

  • Helpful and complete Documentation as well as a Wiki.

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

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

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

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

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

  • numpy, and

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

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

Uploaded Source

Built Distributions

pyopencl-2022.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (847.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (809.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (839.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (800.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.1.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (840.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (800.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.1.4-cp310-cp310-win_amd64.whl (521.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyopencl-2022.1.4-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.1.4-cp310-cp310-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyopencl-2022.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (869.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (837.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyopencl-2022.1.4-cp310-cp310-macosx_10_9_x86_64.whl (617.6 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyopencl-2022.1.4-cp39-cp39-win_amd64.whl (507.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyopencl-2022.1.4-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.1.4-cp39-cp39-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyopencl-2022.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (870.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (837.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyopencl-2022.1.4-cp39-cp39-macosx_10_9_x86_64.whl (617.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyopencl-2022.1.4-cp38-cp38-win_amd64.whl (521.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyopencl-2022.1.4-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.1.4-cp38-cp38-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyopencl-2022.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (869.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (836.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyopencl-2022.1.4-cp38-cp38-macosx_10_9_x86_64.whl (617.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyopencl-2022.1.4-cp37-cp37m-win_amd64.whl (520.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyopencl-2022.1.4-cp37-cp37m-musllinux_1_1_x86_64.whl (1.4 MB view details)

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

pyopencl-2022.1.4-cp37-cp37m-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyopencl-2022.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (887.4 kB view details)

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

pyopencl-2022.1.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (858.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyopencl-2022.1.4-cp37-cp37m-macosx_10_9_x86_64.whl (602.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyopencl-2022.1.4-cp36-cp36m-win_amd64.whl (537.0 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyopencl-2022.1.4-cp36-cp36m-musllinux_1_1_x86_64.whl (1.4 MB view details)

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

pyopencl-2022.1.4-cp36-cp36m-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyopencl-2022.1.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (886.9 kB view details)

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

pyopencl-2022.1.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (859.1 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

pyopencl-2022.1.4-cp36-cp36m-macosx_10_9_x86_64.whl (601.5 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyopencl-2022.1.4.tar.gz
  • Upload date:
  • Size: 454.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for pyopencl-2022.1.4.tar.gz
Algorithm Hash digest
SHA256 0ce8d04392c04cb6986144b5ef52030292fa45dee440e69a03f81393a31ff111
MD5 8d1b5e4f70d5b7c3b86e01b454bdd214
BLAKE2b-256 a9a2422d74537254731b906be230e728dec28a1819771a44034e423da4987cac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c43ecdf66fb5ed933f7c589fcae3721e0d985a79237af69e025bfb52cd5bea7
MD5 2e58e22b7d7dca2e8386ea4b66c47d32
BLAKE2b-256 20b41d1ba4156384494a4d3b0bf4908bdb9a16ebd36dbd12203fdbb1b97f8a9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 207ec18168cd2217b652067196a1b889301d2ec4663103229cc59243024815ba
MD5 86b9a7d29a5de20064a74e82c39ab10f
BLAKE2b-256 0bd4bebf3f7e3338168ccf9ef68b1f5c3325beb6af780100ae1383bc9f32d40d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fe620c38627b5e48dbe2bbbbf4a2b46a961710dbac7d79f7c92e1b37ce5af80
MD5 018f2a9849b38f2823646fcc34f484ff
BLAKE2b-256 8b372bfcfdd9668885a4b9463b364746117c64a4876ca4717e77468917a2affa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9f01fbc73cdea4d5f569dc722919af1ddc096225fa9f0a98ecdbc92ce72d90d7
MD5 db96190d52e1f8e7bc3e806e6bed9688
BLAKE2b-256 dbb598be20bb83f408724d27f5b811af2125737f7d8d48961e0125abb11692d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e03c6363ebc637c1f1fae7a5a39599ea695f05c94a002de3a6dc6a3016f03314
MD5 73d25f4b4023ae0f146af1f14c8c701c
BLAKE2b-256 70206264ed8730351e6d6c54272a2d409a3c432f1abcd2b34465d7f89c8fc778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b8900b2d98b9e3926f1a615c06766c5ab251f2ee4cc40d3f1cdf43509ec2227c
MD5 13374f77aa14956fce63150853b28ecc
BLAKE2b-256 808d786c42bac42aa3ef2460e56acb87a6d5b2f21799f92a69c008e202cd2669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2174678d196c50c6ff25f2451d4a370dbc8533a6c4aaaa4be4c9858de92947a8
MD5 522a624b2a1e32697089cb2118d217a9
BLAKE2b-256 e9d5a4e39984ae49aa1947b5a592a32e4ae0f423d126bc7ac74800c1ba76ffbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9c55051a5fd01ae41dbddd3e0a021e48817ed5ce74c9205e361a2268a2741c41
MD5 ac89d9149b16d80e07795bd30f07d937
BLAKE2b-256 21e3c80e067f60f8f0408c94d9a4cfca8fc986ff219b0ab627b6025699911bcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c91b8bd796b717b6257b2af63738696722c72d7d8664b0114763de3baa9e3438
MD5 12b959acbc888468d52e6eec8be307e5
BLAKE2b-256 d09c5832977aa8af34f66ddeeafb714aa50b595493161e611b8d5404dba6176d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8c970c8e12afaf57f78f1f9f8fcb1362909d44ad7bce97972f2ea15b332c092
MD5 fad74d8809a85fda4afb264bfd748c06
BLAKE2b-256 da37fe97f655940a5d6a933f061c495c19a301e485dc46ced09c9020e1b383e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8bc9e1fd080ed81473fde5f5d445e436f3fa6b8a1ca560020e34efbad84712b
MD5 6327f2d07d99869995f4b3d0e6c6bc26
BLAKE2b-256 1ac5c973fb57708cbf0793c05ce0fb1d1ba00ec4976eabab942339d3846966b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65cba794a2ee3c79fbd80ca3fe0f3f30556a7a821edfa96ebfd1df5ba98cdeaa
MD5 904ec1ec9d723e608b454e00d771e4bd
BLAKE2b-256 e409650cbf644e30d9b0cf87ae18f754ed0dbbbf18c32b86778f296e43cde9db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7890d6e8052f5ffad96712dab8cf4d9fefdca7ec4baced2f6a56917600a4af44
MD5 f878f5ac20302cb69a208a78e9c6c505
BLAKE2b-256 7af5d70293418a50899e6b74ad806fd17611d86cade118fd971706363a06974f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 976ce3ab2efca027bf053be100e204ad1f78fe1c9bc2c701797775fbf40f64b3
MD5 10b9fc81512193b9e69eaa43cd866ae3
BLAKE2b-256 d7a8b2fa3424e35f29c69c579c625114f7eed65bce6aab78e59beac5b085f6a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3fe313b2c1dce9002fafe3c768a86d07abbd8b6eb796d6542e9d002bfecee4cb
MD5 c026b4ea2f1b4b18ce98a77e14033ba3
BLAKE2b-256 5648f4c67f107cd3ce0343d8225997e425f9170349aa29e8bd3aa967eb67e22d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4575554a2796227cda358ee80b9e6784a5266df07a9e4ba0f7432bb7edde4cd1
MD5 616c36a8fbdb106c17eda881e8db1ede
BLAKE2b-256 1e6ca591e34ca858d8119764c0fd74e7e9eec5f324cd6fd41839c378916aa89c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 98977e4cafb4adfaf61806294cf692e2abf599cfd1f56c2d8981f5a1f0e03ab6
MD5 9ba235184db7be82b0b094bc13544d9d
BLAKE2b-256 4793f8158c0b330aff598c02a33104b3e772e63b86b5ac89f7c9a66d218695e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9874848a2ee44fcb99b0e3c8dffe1da15d586f161ebe125dc80793d9f86d11c8
MD5 c7dfa35a5b0e288a08e85b5668bae87f
BLAKE2b-256 9e7ee937d3ab2ef798e195c02b9ef509b208549253f7b95ba4b4efc12478b683

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f55b07b7e62c8aaf2310c600c0f85e79575d7bdfc5ceedf4610a87315504ee67
MD5 fcd6bbee10796a11acee42fd422873a8
BLAKE2b-256 6cda14dbbd9e60afb8d675c99a668a0da04a3463048bf9f5328c6b5737096927

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e632fb77a0f42fb6f45219d266aad6a00082ac78657f1e1ce1c004f4c8b5d302
MD5 8a4d367921a20e7f6ea3b73537b7bbd9
BLAKE2b-256 3d9e3aafaa0021440b89c59275ec7dd3e7c2c2fe66896306ae3d2083ff1d6f32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ca690b723f1aff48ad3a627dd94c9efda6dd16688013676e661c14038e9fafea
MD5 7a8f12efab781c47c7f7c5a732b54221
BLAKE2b-256 66033f68ffe269933db820a6cec88245ab3ba266428d143b3a395a4d89e0ce38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3aa420736b022d8cd894f978d3a37d691a37f2aad047432b44ace34061a81090
MD5 ebc31ea97915b27908f715e1fc67f7d5
BLAKE2b-256 00b16e54c0adbb2425756c7de428238e485d3f386c97e09e974a548fb022cb03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 65e9751320f43fc7f83bdc1fc8db7333e20b278332a16aeef1ffda1c228e6112
MD5 9c8b58fc36d9893f3007f1f7df85cec6
BLAKE2b-256 133dd840c3242ceb03de508888b6d95544575d633a3a849eb4bfea4e73852b6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7cf60edb1bde6e83cfd99d34ec5091cce5022deb1b8bbda49d310ecdaadb3c9d
MD5 6c7f0b9d3cbb92705eaa62fc79e650d6
BLAKE2b-256 1bd8ce9cdc327c8402f53ca58a7de3da0454acace6fbba30e5b905445cca77ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ae0bbf19db840944463da829016e65c3c01ce2a60e510cc6e578012a71858204
MD5 2ce05fb9aaa564d038158e9827f262d4
BLAKE2b-256 bfa58398e9d91d234b9ee5a78318b641a83512a3ce38a5f7f642f728aadacbde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e40884e66c88c3017d9fdf092a83fba6f8a7428251dc4ae37e5528f2fa0afd50
MD5 5519c3212f636eb4925dfec817e57382
BLAKE2b-256 dc9f7c188ae6973049b0b10d4787ca92f7bfe28847d035c45e0bc68e3329aad0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c880a43f68d6f2e376dbe3013a9e91b69fbb45c2d13e0424d488751da90f07cc
MD5 e6be46f497a5bec17f605474d44f0f38
BLAKE2b-256 229a7ffcb5b737224303687e8cb17a24acb4d5a0c0a73461c124369576fa2baf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1dc9d7ee7ddbc0fd1bbc516a53987fd92d5f9f6143644c093b0272aef2f077f0
MD5 59f7423674080fb24a57db2b7383e86f
BLAKE2b-256 6851acc2c8aac6f831864875a2007fef06402c3dbee5705ad565513126e82421

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 59543f5374528705441c9f1e8714f5807c623473907182a35cb0dc8002f002bd
MD5 fb7ce5ef64452c2c998cc1c0c6664d18
BLAKE2b-256 6a81b638af09edf24db259a5ca1a23654b9495d47a9adb0725bfc507e3550d79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9f4a7eb737ec4700e603702ff1cacfeda47acd9a4e336884352a75041844fc18
MD5 4f87e8bcb212615d72a30b6e19c7b644
BLAKE2b-256 87a2039136eee4e90f4d8d71f450a7c8567b7f27457105b0bd8a361b00e305c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 9d7457c345f43d162209fe2ff1011556e3dfa4350f8cc2253e919965b04327c9
MD5 85461717352979008e517101ddd91ed2
BLAKE2b-256 82025121c3ff96f72e9e3b1120e992b91a855c6882154c7e1f641dcd315f78d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 81bfc137ece5a894aa0b52587b52bbdb138b77c16404132496a027cff5faff37
MD5 00b203de710baa7f325fbc5751ccd697
BLAKE2b-256 1412defa6d21b27965ec4fd9181563a758c9b5a8bcb59fb8fbc991a0784c2107

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6b4d0d633242db9c35b254f7ad89a5928a4238333933c10b02761ba58d9e6aa4
MD5 a86e477de9f4623a1d7558181cd457c1
BLAKE2b-256 eceb5c1e22e6d08ec910329a14b260075aa3350b3b78410044165db22172e051

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4b4f3be6ade08316c54c854f9f87d96ee7948b60bac23d2410a5d9c1bc9736f
MD5 1736c3702848d807408067135e600162
BLAKE2b-256 feda8bed0a741942bb1161554afd6d9e3689f42988d42ce4d4485e3228ef9068

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4cdfe5f468a9aa92018a75b5538a2b5fe13f18ec016296d1d02a5f007a136816
MD5 9009c98d97d0e6129da1ca0c143ded45
BLAKE2b-256 d54816ad1207fa4226f5f747d457d5f95acd5066f39349d53fe6609cf1241f06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b6279e8bfc5f398b95b8d0949ccc0a929431aa9a5220450a48f3ebab3bab3416
MD5 da0c1ca273535ff39fb67d3451522947
BLAKE2b-256 1d946eb450fe85b178f3d9ca2f1bc29fd61b9efa32cc7fe2dc9d4c78a0956ff9

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