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

Uploaded Source

Built Distributions

pyopencl-2022.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (886.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (850.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (878.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (841.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.2.4-pp37-pypy37_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.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (842.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.2.4-cp310-cp310-win_amd64.whl (548.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyopencl-2022.2.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.2.4-cp310-cp310-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyopencl-2022.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (913.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (881.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyopencl-2022.2.4-cp310-cp310-macosx_10_9_x86_64.whl (632.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyopencl-2022.2.4-cp39-cp39-win_amd64.whl (533.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyopencl-2022.2.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.2.4-cp39-cp39-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyopencl-2022.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (914.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (881.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyopencl-2022.2.4-cp39-cp39-macosx_10_9_x86_64.whl (632.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyopencl-2022.2.4-cp38-cp38-win_amd64.whl (548.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyopencl-2022.2.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.2.4-cp38-cp38-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyopencl-2022.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (914.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (880.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyopencl-2022.2.4-cp38-cp38-macosx_10_9_x86_64.whl (632.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyopencl-2022.2.4-cp37-cp37m-win_amd64.whl (547.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyopencl-2022.2.4-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.4-cp37-cp37m-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyopencl-2022.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (934.4 kB view details)

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

pyopencl-2022.2.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (904.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyopencl-2022.2.4-cp37-cp37m-macosx_10_9_x86_64.whl (615.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyopencl-2022.2.4-cp36-cp36m-win_amd64.whl (560.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

pyopencl-2022.2.4-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.4-cp36-cp36m-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyopencl-2022.2.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (933.9 kB view details)

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

pyopencl-2022.2.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (904.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

pyopencl-2022.2.4-cp36-cp36m-macosx_10_9_x86_64.whl (614.5 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyopencl-2022.2.4.tar.gz
  • Upload date:
  • Size: 468.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for pyopencl-2022.2.4.tar.gz
Algorithm Hash digest
SHA256 b57c9ef8bd8e6db07e89106f3091ba236b24f95a38fd40dfb17d2ed7ff6be4ad
MD5 a1373938bd1a21cbb87c22c20412c800
BLAKE2b-256 3f6494c020e7ebce9616162ecb8dcc3f4e0a30def0377fd7743ef26de89fa4f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3384a1089df1256df00fde4fc87d1f7f500fc640f4ff47adf55a592502a16396
MD5 a1b1869f75cd5d0fb0dda0e444dfa990
BLAKE2b-256 cfaa535678168b8ce1aa0f62e851509c7394bc050c1541c3e1db222ea9ae3996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ebf8ebabee550849e8d4a21e13487d34b17c89749b38169bba249020f21363cf
MD5 f9259271f87451d907a924757baf734d
BLAKE2b-256 94105ac026d7358d7786263a2e7e2816bad840f98d65cc376874db30e12f7926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 912bc9c48c443f5a88e8827ee68e9cb03f6a1d78ac6f64bb7a4d65f849fa7069
MD5 9fd05c1d35791eb8dfae8cfefdcd7bc0
BLAKE2b-256 3c9e1158bd11ece666f85addec40df2b057e26d1a20d04c014daff4704aca697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a1d64d2354fef846fa7e252078c5a4b74a3c302454de6167d6802a9e1d374e60
MD5 bf4e1a966a9706ffd25d1a2cd43448ac
BLAKE2b-256 6cdcdce7af2e91be3690e9d0fc76a179fe64835f38f611357380123c01078468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0caf451084194da8262d6197251cccdac4c2945d0cb8807fe4bd1d7b0b6ecd5c
MD5 dcc0f54f978343bcac91eda4952eec00
BLAKE2b-256 c0c429092fc33238260570a963a4f5d082b2fa730e4b7ca4ee8c806adef3aaed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72f259595ac26d250f39ffbfcb47cfa81181aff6f24d70e718f67114a452eb43
MD5 14ed747a2145a83c5b5bde0ced6b203b
BLAKE2b-256 1a3e4d9bdd86539706a5842edaf3532a55e0e16cce92561975edc232204309af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dc72723fd7d5041521f9dccece70ab1ab06f2ad74b1738712a49a3b56cea3628
MD5 dcd15d67272249c85a50ed2782991551
BLAKE2b-256 4e06167b6ee153d09c3e909f7bf9582d55deca134128fb565a8e5658847607ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b1f4288700717e3f0b0ce7c6663729ea6a1362d86964261fcaa84ca2efcf06b0
MD5 58e832295ee923bf8e4eb586e2ae3ad0
BLAKE2b-256 2b83861726e90708995739c6420586958437b270b0a76a2bed4e6cf003e7fd30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 85bf733b73158a66484763ff7bca7b2d5d0187933987a2753cad3f0deeff989f
MD5 18909dacd0edd5ce356a828dffccb6a8
BLAKE2b-256 07d91aa3aecb0710b78a70ccdcdf93cff10a0845ee04faf45326a764907f0ac0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4c1d1605eed80f9305251578b41068e1021f140e6d503b22933a4860c43e7cde
MD5 52f4765ec962f63d77d4c2186828fbd3
BLAKE2b-256 bae4a99c2ce2b5601cbeb8e970567422ea742b99c1a2ba2f73dccb88e6295024

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a823c2003d2d3754836f7e65f19e553f8ca022f493d0111ea3bacd886853596
MD5 5c83b0c90a725e1643832ac04ff79b0c
BLAKE2b-256 7db44248bf284d4477d5fdf8e1bb1f9deb7a8807ea3d29b54cfabb338c3d9fc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c270c7090f6bd8a1cc006aca38256936a0b82f70165e8aff873763218f29bf85
MD5 73b95fa778409ecd2fabe7884a10ffaf
BLAKE2b-256 e17aa6c792e4f6e26232ef3def2a44f012815651436a745b249f766335b9f0bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 876912cfebfe9aa92a478d0bf737178e7b686d27103d7279cd1dc754b8e6e85d
MD5 e6f609403b59f561bbba732ac78fb4d4
BLAKE2b-256 4605553ded9a5c3da3847ebc90729b8928aa93d1c8c93e48519accd4bf515884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0b456e153c1ae1f92379680710daa228c9aa0302918e24f12355533bd4b5e1f4
MD5 4ef7ae4b4cf9a009d2f4c6a6dadfeabb
BLAKE2b-256 dcf6f0ff2d6de3111fde282fecfe247c239c57b8484848a9b799dbf8e494c80d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d9e88c92569a5bbcbec802dc193be06a19891979fb02f9ca4739239e2cfd5e04
MD5 ef1b9a045fcd7f64fdde5db2d031598f
BLAKE2b-256 09d9862bbca4a6a5794693f2de7362773e063fa8d5a0bab39bde9df0a72a1235

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3735b5d2add089ea02b43ace69b50fb8fb55b11b93f7bc4be5b4249fb3370b64
MD5 52e9fc6235ef591efcb05517ebc4c1c5
BLAKE2b-256 6c116a0226e845d742fcefebf6eb2751db34ea29f630b4068063e532d55c300a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e6e7fbacef495944e1ebb1456ac7a4c38562077d50dfd804dca6aef204f6a79a
MD5 63f49b4da941ac4f4670bc034bf4b996
BLAKE2b-256 93dd2a63287a68057fb373772e428027a0851b921217449a666082f29574885e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c6d2a3d6dfbae423dbf6dce45ca8a1b32cca2ee842aea49d246f8bbf8ab90812
MD5 c9f3000de8b3fbc2ceee61ada78bac4c
BLAKE2b-256 86cb29df2cce4de39cce688492492d79fb28ce34ab3fb4fe3e7ebc5f9f7385d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ca9d67ca0b072989530c71c4f781acc1efd1adb6a459e742a6d38d2b8ab1d8e8
MD5 b73cee7c506c1b51ce88bb91b213c30d
BLAKE2b-256 a60c8130697ec646e496cb1c55c300466ddc725c78749f2b2cd3bc2cb282b619

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d31c4cd0af50aa602b2131a7b5c964e9105291d611f2d4418ed4628094c9336f
MD5 ae2db3b7eb7e57a407ef1dc42cf3389c
BLAKE2b-256 588e3727ca4104a470ba3f516fd52d0ae313b3268724c2c4cdf8bd9519c65715

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 532d7972d8cc27278761634e5367ff84cacee81f32490ffce9285ea122804768
MD5 eadabd2c78221a289e68d7a5b54cc8f7
BLAKE2b-256 9ea7e2a58a5f90e1a2ab7c27a6eb65dd3052659d251953bc8ecb3f55939d518d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84f94a99822d81372b16dcdc56ee9f7e3d2268acaf9cca21924e65b4ddefae20
MD5 ca48749622cfc25f37ac84ab2576ae93
BLAKE2b-256 8c969b652991cd208e6a17331a833d0a956fdc599201651f4af6ffa5bf60b4e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8685df5b6ec23da07751afd589a168825f6fa727634bf957652091ed7c937151
MD5 d6eae6e96d8f0793a85bafd8346dd77e
BLAKE2b-256 ad4393faeed3a55e335d5383245adc25195f9469d23f70dc2b2de39baf649292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8fae8ba0a020c5db230bba53c39fd8f950983a992fbb1318a19ba06af83bd416
MD5 c81fcfd3a05effe787372bd1a9ef0a78
BLAKE2b-256 16cff926c0fe312dac57b1eb4ec98d1406eade5e84e6f9d67172c6e779d9461b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 da4bc9167f04eb47774e30c5cc6b411b970d8b09ea61873b86058dd2d64445d1
MD5 d941a1822167af752e3a7f57a0ecec5c
BLAKE2b-256 622c7bb625765749edb918fc06659df30655cd16f4f9f5d5d9bd3b6475f3e6f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 349e1ff88b2c0ddb343666e1857b86c65fa34545354012382fe84b5d564ffde1
MD5 161501bf73a2225e61fc2eedd01e765f
BLAKE2b-256 6fc8db25b9e0449b139e411e10a5d9bebe6a012408f7861c46195d1bcdfdaca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 37001a8b70bde143597f22e79dbac90ae8c997e2136b0ec4391a2824f78eb548
MD5 6fd14466e924aa10ff8fcf00f52bef83
BLAKE2b-256 fabe3e7a9d795fb7edf21ad3ca803d40ccfabaf261c254e8ec78578aa8622f9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a5cfc4459e5c84ecba49b928d2e9a439f0421342e16884a6749aa227efea900
MD5 e9072630143217fe3889b5d79cb184fe
BLAKE2b-256 427704267f0458c87e1e65eff8c968cc82ee8d273b703bddef9ae4f66ac9db3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3611fe2f7c219dcf3d3a119873bfe7a837a467aac00c6e53682dda71a060d29f
MD5 a0d26b6db2feed04a429a80461b574d5
BLAKE2b-256 3cd79c9ee5f2f15faf1ffabe2e94f5430c39652e79545608edbe858f62c27d27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 28a0df521643644a1d5b521032b7c6617f7d53b09851a21ce9b10b8ed869dfd5
MD5 2095f12571b86a5dbda4f17bb4d978e7
BLAKE2b-256 101fce65c3b59122d7ed0ea0480987ccf3669e7c3bca2fa4ff36d5851851a8d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3b82458c982e6eb61691712139fc8cfd69f28ef127db2b0de06e87058e919f96
MD5 408e1c946314cdc0e45ffd49132021f1
BLAKE2b-256 2eab6abf03bac1422b1ccd80ec28f23e065e8da1036c659d91a64963f44b1be6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 47f751cfa75d3038ba0aedf587dd42dc447b8e49b88339048b2147cce176e286
MD5 d480e2707384dd77168b01381e020c20
BLAKE2b-256 fc1bd2d8ad8f8421e8df98163f942e56c63408fd0ca49a306dc66fd9cc0b8d6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cef4b300b64b58d55364d6d9eb37123907ee1f32f2dc7f0b7d1fcabbaf6fe260
MD5 df9fa9a2a77d0f23dcf0ce9ca4a1bbd2
BLAKE2b-256 12fb3e3eddf906a518513ad15d438447e749cc9fcc7e0ff6cc7d26d978e4a893

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3a5d59d87d3e271f7d41c80d558cf45f4226003ec3c341d8374d3ef849614b4
MD5 482c7ff54354ebb7ee390933cc8148cd
BLAKE2b-256 faff4bc85c02a38a57a7e6488e8930b3b07f780e781b3fc22f5d58db422b9137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e1a0893caf4b522559a233c4d66e7c8a96a01d8f2c038ff7fd5b3d795a1eb2ed
MD5 4f37c3bb5811455df692d92e6a4e90d7
BLAKE2b-256 79ac75f303925d7ba2c1aa26860d4aed3357491832e7524b131332226e60b30e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 82b3f13843c034cee54906b2c750a65910c9f28ba58b61abf80b9bc9c1595a1f
MD5 a708dbb65bb7f9522f1c1b5a0642856d
BLAKE2b-256 bf352d37e2e9dd92c1aafd134555c4a690a797df0242791042677c44734a82c3

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