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

Uploaded Source

Built Distributions

pyopencl-2022.1.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (847.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (809.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.1.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (839.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.5-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (800.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.1.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (840.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.5-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (800.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.1.5-cp310-cp310-win_amd64.whl (521.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyopencl-2022.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (869.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (837.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyopencl-2022.1.5-cp310-cp310-macosx_10_9_x86_64.whl (617.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyopencl-2022.1.5-cp39-cp39-win_amd64.whl (507.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyopencl-2022.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (870.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (837.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyopencl-2022.1.5-cp39-cp39-macosx_10_9_x86_64.whl (617.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyopencl-2022.1.5-cp38-cp38-win_amd64.whl (521.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyopencl-2022.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (869.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (836.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyopencl-2022.1.5-cp38-cp38-macosx_10_9_x86_64.whl (617.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyopencl-2022.1.5-cp37-cp37m-win_amd64.whl (520.2 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyopencl-2022.1.5-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.5-cp37-cp37m-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyopencl-2022.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (887.5 kB view details)

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

pyopencl-2022.1.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (858.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyopencl-2022.1.5-cp37-cp37m-macosx_10_9_x86_64.whl (602.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyopencl-2022.1.5-cp36-cp36m-win_amd64.whl (537.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyopencl-2022.1.5-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.5-cp36-cp36m-musllinux_1_1_i686.whl (1.4 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyopencl-2022.1.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (887.0 kB view details)

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

pyopencl-2022.1.5-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (859.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

pyopencl-2022.1.5-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.5.tar.gz.

File metadata

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

File hashes

Hashes for pyopencl-2022.1.5.tar.gz
Algorithm Hash digest
SHA256 c58f05b050ae4ac3b0584d97738ae7ac4381e611567b9d67fe7cf4210c0a7b62
MD5 b05acffa76257093b6e31ae4b6ae4901
BLAKE2b-256 6d8a1b9cf76c8ab2cb9099b5810810c74ec6c3f17737913218d6e2572a51d980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2deef59d73d0bdd11ba40613ab0798c767214a669a1a5a672500787fb7da63d3
MD5 9c188d08a9cae2592fcdd01202351d9a
BLAKE2b-256 65ca159d00565221e7807a02ac2631ab57a391c813203b5de970ff7d3acc9b61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3dd0b5ff24d12ad4c13446d8e5439e63914496dfcf9e23a26baeaa65ec3c7039
MD5 80e299f5d7d2c9f5829dba6e72de00e8
BLAKE2b-256 55a72941b960a087d4838e0225370621ee4d15983956fad9475ae9d9cc8b609a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01030054c201b021715deb3d6f1355844f9795429dfa0591b59b6f8000ec2d38
MD5 e11d277cdab3220f9b41d1dd7d021578
BLAKE2b-256 56af8b2cc2a6d62ac096c12eb977b78d989d8bd2c39eb295820b15862ae83213

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a7fb5769bce7ec09a2d264a233ec9c730b15b391c830d04a381df3fc85bdaca
MD5 38479161d0d33a25d86e16a8a9a097df
BLAKE2b-256 8e3590b7b9c5eefe79fc1b778fbe034558a461aa2c6c1ffd9e07ebf3c04b7741

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15ebc3f3eb2df1d196a7dcefd68d0e9ffa11e275f8a6c57a1145a1d0ff36c382
MD5 75a56b6b2738ff1a383d4fff34cf508e
BLAKE2b-256 32c788450f75ece65bbb9ce91a82afe053eeef2aaee84f9e32785448e928270c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 77a70b76789aac85566cb0e3ff6b60c4c00729bbd7f0edd24ac4b3b43e4627e2
MD5 2bcdfd116b103cff114343d9f6c273f5
BLAKE2b-256 754eaa60bdb60b72b1d1c20815f167cf5a134d9ac8744a72a40e090ad84705bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7ae4825562f7c5956b8926cb99882df1631c5e28aa1310d896c22a8471cf8f56
MD5 4be8dea8b23c4f786972830098ea548a
BLAKE2b-256 840ad89a23dabb88cddb2378348b7c355a37fcec7744d80699c07b507ca834a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 07482df440e1246cba6dc46ef70d3ebf1a6c8157a3c6456091026c7f9e4d18d2
MD5 1970ea4a6dc298317ba63ead4d588881
BLAKE2b-256 a14dbfe1fb08d4cd2351c71e41af3535513b8b91277ee5a6821831a23106029c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a84310ae508f998ed31825b6e3ab888098cb69a2c627bf5970706620a8d4b127
MD5 f4fb5810aa3affabf0ad24389d6b5d76
BLAKE2b-256 98e24f5887d90f7d4afd332806377ddfff2ddd37fc3f7ac84326fa31c8efdb5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 799355c27463bf801260e3398643c3c9359627fa9e6ac621cfb5dc1d6e77d859
MD5 f9d6caecc3d9eafc1c58d912e7fe3b49
BLAKE2b-256 5639a9296b138bb9658079a01603cbc75abec73a42c3d2039b83020e5ea963a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5e89596e7f18824fc1f84e2cb0ae059fbfe187d1e2e3919ab0cd701cc634eb03
MD5 a678b1463df6b81319ead11f221dd2b0
BLAKE2b-256 fd7a1a19d5102ab5ba7ab3075b200a7ede1718c040f9059e2281b9f5312a2927

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7d4bf4c858554e9e3af9e7f18b06e8d6c39b25d7a80c28db6e5dd412dc457aee
MD5 e5e47015d810ff925ffa9a2574aa0873
BLAKE2b-256 faba92c6097ee04c4514bbd953a9c72643b28f026f29baeddb10c43e3a24eb7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b6e426b5fdce61051b112825da20df4cb78429967e491223bfedaf95c025273a
MD5 de34c562478aee5ce17686db983652e6
BLAKE2b-256 ed97639e760b8e7ec59fd23da51dafba00a39732d03f547b648ced0d1610984e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 94c744997f4aff86e68fa3a5d383dc8b5f1e529a360156b82c7583a757eddaa5
MD5 1af5c3f6e2050ecb4745db21f2bc503a
BLAKE2b-256 179ef0dc91944fdbb8fc2c8abf8b30b18cfc10e5b3ecf1e8548cd57ecaeb2eb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3736bfdc946068be66fe4b5c680926c84366b724b3c4b649b2a1940f7bd6afde
MD5 9a3706d8f6842d860203b3a14892884a
BLAKE2b-256 6fffc94dfe5e56970528d5ffd0db85d3cb0662fa2eccb264ca25960a378fb87a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd5871aff617d3c9d338fd94c9187382390db82452be0868055b8c519a73445d
MD5 47b9614384718e3987371a332cac6163
BLAKE2b-256 f4405c2c522dab74a1ab11f59b6dd1479cbd0840bfe71cb0bd8b714d5ad316dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad08e37cdeda5d38ac3ca9820400da62ce3a67aab76a5eefa5d089ef3a4877c9
MD5 3d998fe923c0e9181ff0a8389e6babb4
BLAKE2b-256 156b2799f444f9181770c4c8691a3c325b20301f451aacdfd1dd2ef25d3dceb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65e406603fbe47ca72298e022a3c3855b2e1732cb9d04ecbb411025050d0bc57
MD5 4f0cb63ee52f3ff8539cb900163f22a8
BLAKE2b-256 9c73a35d4d547034a9c479718f841417ba0b932c0f4b0254194a3a436fe78c2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1b649637d608e8dabdec0e0f85392f727fdf622463b425cf7587bdd313b4d9eb
MD5 a7c9052759225cce46d7a2d583864876
BLAKE2b-256 357b9514c21a589d7822eb69bc57b09c082c3fe4610ee43e6257ac1cd28fe94d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ea5b6ef0e4ad23a3ccbdb382f7cccadbb200a47ceb6ff3e965a3c6c46360b4c2
MD5 0336edd2338354d8c510e08a817956e5
BLAKE2b-256 6a4091ecbe8802b9be16162bd40148e3fd50dc89198c7c873e29504eb3c3c676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a6ce276a42caedd3a9a7be00031cfe6bf5d1796efdac40e47f1b707846c96d86
MD5 31bc23d5590f01bc99e4759958610853
BLAKE2b-256 9ca3f14d4b26ca07fdd7233ebb1f25f2b2fc65c33a7e65816fadad383f26ba60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f9f91594358af6a9728908c31c5ed4bec3fe1a0d25c6292e37e40c92903fe36
MD5 d138e62adc1bed4bf7b1f634410be567
BLAKE2b-256 0b2300f7a61044ed79ed63e53e7544ded379cdb9ab3b62a09409f657c20de2fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f433ddd7bfd688b591ea95b6971e5e6cb00f8d5f2dc5db833e528e5ede6909d6
MD5 c84b4312a9efbe73baae5cdae13767d0
BLAKE2b-256 9734aa8cf97f3e2471ef74d2334de760cda403e9ae217f660623aa2b260a0487

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 02997935ac164f519be65c371f9dd2267a2b7532247dc0a2ef43f435cf76cf4b
MD5 f1e1043a76373a69f0d792c600357a12
BLAKE2b-256 b280d9fd2990b7b3b29026b9f8f6502aa92861f968d4c54024efc6531e97621e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8981a9274796272508158b08a3cb1a5711318cf32b5f0e4829edecb1a9efcf93
MD5 cb503915fb0b7633014e74e7d60f1d06
BLAKE2b-256 5535a94b7984eae4fd4c30fbf34d98734798027d21797a715f3df9bf84d2235a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0b179591c60b4446846fbea035cb3d1acd2685b0226ba91724109882dc59af2c
MD5 327cf9cc624ec7a25de4105873de8d61
BLAKE2b-256 c231e14335b71a3547d7bd03610b8df332584dfe2e072cdefacc975f619511a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1a5fb7dc32cf24cdeab1205bc075710d7112656720c2bf9972bebe906e28ec4b
MD5 7fd8983873353c28cbf119b4e135ef05
BLAKE2b-256 040f93440f673e53eef69344e810bbca38a7f034907f516333f19174e88ea3a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb363f9993013b04c0b146e269a73b3d5ebef30f78d5fa542f317cc2440e15b6
MD5 044459743d952fdb0b477f82fbbc14aa
BLAKE2b-256 04fd73ca347c177b48a087597129ab712b32ca2810d4c45ff505f900e2526071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf45c232bf818ef54ee831eb41f4edbd5dfe4c67d894b1e65fc17a690a63c81e
MD5 0b48e2a556ba7fdfc00f1569cfa1d6e4
BLAKE2b-256 96affd946687f85b292607b833f91f7b6f2ed925cb492aa040d9671e2ee8330e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8da3ef5a03cfd0a9859a5ebe623f3c43037e9f0dffd2b658e944bbc381beb529
MD5 599c6e6f5b5c39acdb5a1f1a75d6ad3a
BLAKE2b-256 135941bba9a2aea0214d629a0f6dc8e4b0303821b68836e3cc2ca3cd6948d823

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7b17906a4821a30aa1ce7a9d783bba2564230ea6a55ff31eb3f0e2a4aa5b80af
MD5 ead0fe30529c85fee9ff2cdec74dedaa
BLAKE2b-256 deeff044bdb2e13977592608602c29ef3cbf1d631165fc1ba766a4970f1541a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5430b938e9391309be2ffaefb6269a0a3c016af5d729121cf8a5fce62a5146c2
MD5 d88c4c57cbe417d22c2a4a4425a1fd0b
BLAKE2b-256 1505435559379767b44e6a0f08a33034c11be6e22f692c679c9465a4b515ac6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c84ef85cf6b83dbcef4e034390fc1ed6bd8eadf5260b5ae89515d3b9744ef207
MD5 3875cc011c3c6c794486244ef54c1a8a
BLAKE2b-256 385f08328a8c485b8ba2a3875f4a5a5fc7e41b36ad53667ba1b934c854bcfab3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9a841b80ef4c332a6133377fc295fe5376f90f8f2e7c63d36903b07b8ea7262
MD5 fe1abbac8d899af051b5dadefbba7624
BLAKE2b-256 1c22c38c0434e3dc1f29574e374e8332275b2d56d7022fa6e79c866675857d44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22eed49903178bc686287192a8319ce763129b4e5d42a9dfb5d8f763ba5d6bd6
MD5 bee7fc005eb77471e9313471f4422488
BLAKE2b-256 8459baee73f29fe44f05f460e0b2d4480d6803ea9bc9739cb3e999772c8f7989

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.5-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e90bd1ed69cca2a750ffabafc70b4f9eb4d109299e986c3c8fdc4c40fee36ef2
MD5 a6b8edc12f7e1aadc55198e8ef117a8e
BLAKE2b-256 d7c3d30868218f034c0612122bd6644d40c2d7bf7d597b8b9623a539a0d2421a

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