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

Uploaded Source

Built Distributions

pyopencl-2022.2.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (886.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (849.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.2.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (879.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (843.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.2.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (880.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (843.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.2.3-cp310-cp310-win_amd64.whl (546.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyopencl-2022.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (913.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (879.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyopencl-2022.2.3-cp310-cp310-macosx_10_9_x86_64.whl (630.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyopencl-2022.2.3-cp39-cp39-win_amd64.whl (530.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyopencl-2022.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (913.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (880.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyopencl-2022.2.3-cp39-cp39-macosx_10_9_x86_64.whl (630.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyopencl-2022.2.3-cp38-cp38-win_amd64.whl (546.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyopencl-2022.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (912.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (879.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyopencl-2022.2.3-cp38-cp38-macosx_10_9_x86_64.whl (630.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyopencl-2022.2.3-cp37-cp37m-win_amd64.whl (544.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyopencl-2022.2.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (932.2 kB view details)

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

pyopencl-2022.2.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (903.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyopencl-2022.2.3-cp37-cp37m-macosx_10_9_x86_64.whl (615.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyopencl-2022.2.3-cp36-cp36m-win_amd64.whl (557.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyopencl-2022.2.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (930.8 kB view details)

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

pyopencl-2022.2.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (903.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

pyopencl-2022.2.3-cp36-cp36m-macosx_10_9_x86_64.whl (613.1 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pyopencl-2022.2.3.tar.gz
Algorithm Hash digest
SHA256 21da5f08aabbc2b2fdc81466ffaac07c1db94b1f47a95bc57f633b55590ccba2
MD5 5bb7f1e3ec976f9e0120b0a3407831ab
BLAKE2b-256 6724aaa0b117fdc4224aa0ea780b2ad2485e8336cb590f6067fa7260ec966cc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07e58b74a59cd27c390f3099597c1f05e50c441f82fb17fb84d43e5785951ecf
MD5 553722a109ab7548d6bcb971051a6c0f
BLAKE2b-256 3dd6673b64b957450218e171187ed4cb182e7cee7585bdecfd34959f34d438ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9fbd13defa6f7d719540433890b5318f16a8c3c453dd5feb66a6054a79144c01
MD5 07731cf3c34be998506d45ae924e0cb8
BLAKE2b-256 2ae1cb7796a395cfce371ff960c2c91dec74b72f6b6f3eb8f58d6e7e1b07bcf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d04291fa318c7ce1033fba5e16f5ca5f7b28dab49213596b5139bac51812cd69
MD5 dc022fd467e8ed212f6c9ddb3c0fb55a
BLAKE2b-256 411c11c3a58c7338be699e0df913b80ec2c2ade296385d4daf59f0b516e365f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15d4843b88eb2379cb29d2ef13b93b6ce8f917bae70eb6c1584ba21c4c5c4ff6
MD5 7131bf0a28a09e171e7efd69ed2d9e33
BLAKE2b-256 be64cc7c7c316a0a548b78b8b669bfb61fefc7bbe19d106bb372b333653d92a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a238dd164b141dd9eea0fbab39f0d247bd3c5f8d31b85997aa5619c43a6cb9f5
MD5 50932e6eb346b4f5c71cdc675ca7863d
BLAKE2b-256 73f20decb347c893c653ddda2a1c912d520abacefb9050e0439f8d1ee331c70a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8906173bf2d3bc036e0acc8e4d785fc33c89951bacbb0049d64e75d7c476beed
MD5 4a60be374a9a7d207b10acd3d4fcb3bd
BLAKE2b-256 679c788b26d0280bc28c8e902f4a1f0d979dd278f5ddf693d75bb57913072839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a2a00fbe65fcebf071a6af59e96fc6b03c8dc95c0d5623cd7d96a083930ffb31
MD5 5e05f625ff4cbf013ff489d33e71cbf5
BLAKE2b-256 8d8ae43de29e338f335e46fe1a10fdb2e4553e1c25598cbd72339d3d39151bb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2f5010cfcd434c56e9bbad5fb4dba2fa64b1de6d8f9282b29a5d837268fe93cc
MD5 41dd2377262907134c59406b4f550687
BLAKE2b-256 0a1f3feefdc1ea8ac40be6408b566cd598e17b80a84c1978eb354a9e63a887fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4890137300a18d94265f1342f5eb8de420029637a09020b682f09f63271170c5
MD5 05a2ba60d45f0e74904ca083ac875092
BLAKE2b-256 aa4b1cfb0b3e4d17b4b911ba13aaeaf5c606df9cae3368f1a7bda6969790850e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdbbe72731fdc8152b555360efec791f9c5b71f0eed033052302d51547ca00cb
MD5 0a7757e1809e6d7d3d5293014e7ad7e2
BLAKE2b-256 7a7c13320a9f74b4c75c13333d99331d4d8746b243021a04a2126c870cfc7505

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8835ad22ac0e656d5b437abb99c763bb4529485c858216015c1286d6a919159
MD5 6edddbd33f0b2aacc2a8fb4a041333c7
BLAKE2b-256 c1097d5e7fb8692db5bf5f0e8956386a6f93283ff302ba393a385776a5ad44db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dae8527318f60b557103d4d385892a86c3f470eeed1f560b830d1e8a5724a4b5
MD5 87abe9720043bbd530ed2f6b4fc3fee6
BLAKE2b-256 d11339e2ab17f5d069bf39ace886042cdeecfdd455672b45f0d21d65fbb3764b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 07e9ffe8d5d38066fd5a8a5540b6944617322b13d55db7e3f78609dc309e4da8
MD5 25cd014f56d9550172ba5072cfd92711
BLAKE2b-256 5eebaee9b11ef9efe3180a3f74136e679b5af836c4bf8e39f176e9da40052363

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c6bd1e1d086d4b28322e88d22deeff06684360f3a9017d7d7eb2f1ae48095479
MD5 7d52cf71835d6f390527aa17d254bbc8
BLAKE2b-256 63f92e94a2cd739642194c362b2799916aa1b877fa5b25f7a283d0cb8c08a95c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 58641144140025b39dbf27a095e250018426a25973e7cfd87724b24c6c8a6a3e
MD5 8e1bd19e44e69c5b02dcd6fd06bc7432
BLAKE2b-256 2e8903d3e85ceec47858aa127181f02796f2d58d2ec1435b7d0e68108b75586d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8189b95ac0c845b2639395d5dffe2c4406ac5e42c61b8db972e5dc596e5b8685
MD5 45509c5afa01fb9069ab81ab9b31cb79
BLAKE2b-256 2cd20c686f9f27d7eb42a3c6aac8562308476b635050e21973bd894bd642becc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a41e0b02b4c9e6bfdf880d8f6d8d5a21fdd04cd7e7f2afd4d0c5c94994963530
MD5 6f3e330615b14957e3a08541a40ec90f
BLAKE2b-256 82b3b65003687dce9c7488d399c97390fc7c6fb0b186621493e89e4f3a74133f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4599fba8aff4c381d2f16651c025b4e6e9488100781a95634215755ea4935a0d
MD5 bae125eb8bafde8f612f60948ffbbd3b
BLAKE2b-256 13669ffc5734f144a98ba8838da66ca9dfd556b95245b79427448286f73290a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d1eecc9bd2c2dbc32b6f550b7e9264bb8e8bef8520e75fd4dbc627c21faebaf1
MD5 c9c13ef03051ab2def36afc728f477f9
BLAKE2b-256 0ae4de0f99599624d5392faeb11b29f725bb8f0c14336b7132bd7eddb54506b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 80db5d46608dfa9e37109bfb925be64cb8d24b06e27945cf7c8996fa9e64ae50
MD5 f8aca820c1f72ae4343c8c358a222c49
BLAKE2b-256 56d7adaee39483a555a54a7134702e12ad5b664565199eb2b5f327bfe7cd3e18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 462f1ba6ee3769492bc376bdaeaf2f34f3528bd0fd0dc60569f3edf9346cc769
MD5 f391d20dbf23ecb17ef8ab9120bc4377
BLAKE2b-256 9c1d205c40de4e072f379d2874864b386900341ec0901238c115c455aabc3e22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 647ff48cb851040650d79d99eae0229bfd9cd8d931ffae8d33a887891be2b8f4
MD5 0c26624bbd42300017419c57ee59dd66
BLAKE2b-256 2e04f27db9c8b05432bb710c4ca996694265b70e2e6fa59eac44b0460afe033f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a78827b7d0f5ee22890a950d08cd2516b136c6af10abad696e5a8f4b62d55db5
MD5 d45e2dfd46aa2373824650e9a317528f
BLAKE2b-256 47e7d93a04138d2b9b6fff8934364fc71e0dbdcdfe5797dc1fac458045bed025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5b8f4358d6bdcf719c46f91c0e9a8ff8ece05843f26de1d047ea1b1ae1875aaf
MD5 911e0e8e06b97d60a32ddf932d2239ed
BLAKE2b-256 e8a082078ce650e245052c69d3c519f7cd8759784611ef6d349d2a9646de1d0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cd322df0f8bec18445e3be0d9dfb7899ed570e520949d337dfb42cc3306e835a
MD5 d5449c6c88df1953d13bb28baea91d9b
BLAKE2b-256 09323a1b79defebefb5356baf9dc05d10b0fd51031b5b4d356aaa3ce024be4cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d493b83e1be953e7d7849704a0970d2e6915fb5b3514222ab8a6abd3d47e123e
MD5 b622f8205ef681f963bff7e5128bb3e8
BLAKE2b-256 fc0b3adcf6c43064a7e7a244835f9022538981389680712effb6c84ab130b088

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 10bc9e39e6bb5c6f842dd4a3af869cb73a4ee29d47a74deed8120390c7bcf4ad
MD5 60a00c39855e78eb2d248fb4b211837c
BLAKE2b-256 4810cf5f6de318f3b11eebf4130901cdb5ea0842115383f8c5fe95567959cc38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0711e2508fbf9de1d26817f79f57a43b6d84f088f6e40208582e7173a0a3b22
MD5 f35bc56ff70ff65dd4dd01e76c242b13
BLAKE2b-256 d4a70a1e420b76f9a56917b3bb919a1b82a813f2fefd760d4763fc1a63a03ffb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a6bb5e7cb9612b011da83a274ee5477ee9c8892860bae5f3f105c80b512192f9
MD5 fd6ef00e577ffd1cf7506ac869e01e26
BLAKE2b-256 cf4e6cd950474c8915f4bb2830b2c0da60d3fd49969b1edfcad0336ad4888726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 71ec7b12833a9e29807dc95421791c5ebed8f9435f3e99c5ac77f9f409429863
MD5 4814bbc1152d9b825eef4e902f82046b
BLAKE2b-256 28fd696ec3e6597cb19281563ed7d0bb932a12d1e61d6f5763d384e6eeb08b29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3361f7b1797cdd38c9fff54c6e34750a5665c9c573aab46fcb486fefdf6fcfca
MD5 7d5d777fa9b39fa61af953c44a1ac6f6
BLAKE2b-256 8d696cbd9f7e6d62069e5383931572d87223f9c0fe6d37205f29d54e055b8013

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 03f3e96c8743edf16dceddef564c5198f8d988152a26a859de9d3e1e0f14888c
MD5 bdd603409eb2313277f52914ac8f5d9d
BLAKE2b-256 649e4bd7c914985972bf1010a8670860905b74b4a8cf50d34055650be71574be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 024f7ad835f70fff2c27a3d111eec438761c42413ca78af20cc87ad3ecaba01a
MD5 3ad1a9dfc03210711393104f0a0080c1
BLAKE2b-256 3730118586b8682829f059193655f20ab5a1550d5160d7cd02fde5e714e12bec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4d734261075c750fe7347eb07cdc155d53deb4175be2b9d73524bcc9868072c
MD5 98a7fc853b317e58963e183912d71087
BLAKE2b-256 db8fe0c5816219e086e6584a0263b15bff1cada267935705e03ac6aaaae12491

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e55c1df1976040c01315dc09477c7369422e67f36dcf69d9f570bdf48759802
MD5 3dd493252ab287cd807592821e2dff05
BLAKE2b-256 5c4acc50655c15cd29afa23f2cde9c215511339ca6526e8700cc4bca1bfc8899

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e0e81c075fb1c21a3080259fe7de771f1b06861140901c22e47f4e8a69bd8984
MD5 2e5a28e1220e1811f13e51a1d9f3e7b4
BLAKE2b-256 bca9fc3796fd288e1ac86af58fe12e813b59dcfe5dde4dcc6ef9b868e6d8c193

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