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

Uploaded Source

Built Distributions

pyopencl-2023.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (915.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2023.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (878.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2023.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (915.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2023.1.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (879.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2023.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (905.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2023.1.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (869.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2023.1.2-cp311-cp311-win_amd64.whl (562.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyopencl-2023.1.2-cp311-cp311-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyopencl-2023.1.2-cp311-cp311-musllinux_1_1_i686.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyopencl-2023.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (944.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyopencl-2023.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (906.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

pyopencl-2023.1.2-cp311-cp311-macosx_10_9_x86_64.whl (646.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyopencl-2023.1.2-cp310-cp310-win_amd64.whl (561.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyopencl-2023.1.2-cp310-cp310-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyopencl-2023.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (941.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyopencl-2023.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (902.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyopencl-2023.1.2-cp310-cp310-macosx_10_9_x86_64.whl (645.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyopencl-2023.1.2-cp39-cp39-win_amd64.whl (544.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyopencl-2023.1.2-cp39-cp39-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyopencl-2023.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (942.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyopencl-2023.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (904.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyopencl-2023.1.2-cp39-cp39-macosx_10_9_x86_64.whl (645.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyopencl-2023.1.2-cp38-cp38-win_amd64.whl (561.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyopencl-2023.1.2-cp38-cp38-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyopencl-2023.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (941.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyopencl-2023.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (902.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyopencl-2023.1.2-cp38-cp38-macosx_10_9_x86_64.whl (645.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyopencl-2023.1.2.tar.gz
  • Upload date:
  • Size: 473.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for pyopencl-2023.1.2.tar.gz
Algorithm Hash digest
SHA256 eb00cd574049d592b679dcf8bfe7ab4a36c94a39fd1acb1a6b45d6c0d7be9a68
MD5 fff1e4c1ebba8048b53d10e5432c0986
BLAKE2b-256 e7e0c123d42c0f9fbb6f2b3e66297841853090f0793ce28d0e8e7b375993cd61

See more details on using hashes here.

File details

Details for the file pyopencl-2023.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2023.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 311b14ac9def1538fe7d4b01dd00d6e6e8b296fdfe6a7bacef739552bd477653
MD5 efef15320f8705fb2bc9745476528ad1
BLAKE2b-256 01407fbce6078a016fbffc1c5fa28ed6335bb66e007d9cfaccca25d7248ac17c

See more details on using hashes here.

File details

Details for the file pyopencl-2023.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2023.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e01b88b873ae644e6edc05d4a6d935e9da371ae46b1a78c4022c23046401a4bb
MD5 1dac32adb90adbafa78f0fb2b7b1ffd6
BLAKE2b-256 5d72220b5115562611fed495207b7c2bf1a00a4147672048e2c612ca70f0f618

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 068cd66ea53c98c745614697ccafd147e10bffaa761feccd3b1e90fa7cdc483c
MD5 a9c541d28365e012af7923c7f0c2b7dd
BLAKE2b-256 72a1ee7a4923029ffa35f79c946f663273c800686db81a15b2ebdb5538b3522c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d67b55c92c769da5b994eb2f56e712d48cfdf4b534f8df20c6ab74346129357d
MD5 2bac3a1faa1c92035934e45664ad912b
BLAKE2b-256 872ce195fc73de77fe42718217c5d67bc38699aeab65ee653b76560a226d6f51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b02ac162218cbabe5287244fb7cea906ca4d3d6716d8fc952526e1b55ad63d9
MD5 df0773a5f34269dc7a290e8898537ff5
BLAKE2b-256 1a579c1252f375d985622bd29d3c1870aca486f43dd2cd89fb640dbfddd796ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ffdb4cbcb795fca5a27be101f02e85aca24637471e9b53303f232e293646d72b
MD5 1407dfbdefd22754dde012a4fbfccc23
BLAKE2b-256 3291138a0bc17f33ce07aec861aefc1608d3bac1676741bc55b045ac8527272b

See more details on using hashes here.

File details

Details for the file pyopencl-2023.1.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 056e5753ce48e8f5e3ac421c845b068afa8f11877098beab5093ad48fe7f7e27
MD5 299fff6c67a5aeab559de41285d3c019
BLAKE2b-256 baa9562f5566d0eee40943d59ecb0fb7d5f33ac265a45bc704ea59877d51c9f1

See more details on using hashes here.

File details

Details for the file pyopencl-2023.1.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6917dc9cf7420df5d52280e2c6d5d95f3008c5c2f1e13842b825bbf4bf2a462e
MD5 82e37515dedf5ef6dd632347c5365313
BLAKE2b-256 a8e23dbf9aea6b76d3aca60b1d5a62383cd2e90fd94aaf92ecaf97fa8f1b7d31

See more details on using hashes here.

File details

Details for the file pyopencl-2023.1.2-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 77196615fc3b0c69ee9468e5e8132b1e0e8b727d709e3a193fd1c7f8944f2d34
MD5 c609d4a8ce4b192fa7257edeb364e514
BLAKE2b-256 77882c21bb7c3d89f22799f7d613186991d2511e76d320bb7f6db5f3d0165cc7

See more details on using hashes here.

File details

Details for the file pyopencl-2023.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8834cedaf9b0fbef1bb0bdbe24d24262c61c4ee23f4363bb1aef5dd0753152af
MD5 2cce6f8f9f4666a7f158bf352c02b459
BLAKE2b-256 50b3d65f1dbc86d4f3a36b6009ce8cb5fd66b20f46ff460eb7851cbff1314874

See more details on using hashes here.

File details

Details for the file pyopencl-2023.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 deee455f432a95b8c649e1bc8f5c8228aaa94d359aa31416830521c6d7a0a264
MD5 e20524cd2540d55a2454971dca154555
BLAKE2b-256 d3a5258712ad9e27ce286da8fae42324845f13789777a95203769267e4196962

See more details on using hashes here.

File details

Details for the file pyopencl-2023.1.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9d5633e9081d4a08f7b93a0e79eae003c5deb48d30504ce33304090050ba2d54
MD5 b29f368de83348324d98169cda4591eb
BLAKE2b-256 4d701042c9744bf817086c67917621972ac85650f4591329cb4a8b7c293f2502

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f36c9e4ca6f82f3d4d514ab256405595ded7a9d3a9615002ca270dd0e9690a04
MD5 06ec92efac2dbc6639ad568b1a657ece
BLAKE2b-256 2fb73c200f00674489de8f37c3f04eb1b7f8456d317b0d50ea82cccc8142f982

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ded99985c2169142f3ad6fd97ff2b173ab0755f8c83796d8182d89953a47622b
MD5 d39258dfdb428ece6fe46b205caa93dc
BLAKE2b-256 a457bdae5b11ef776f388ef8fb47b44291f34b3f4ffd2a8b7eae7839d763576c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 be7fbeee10b6f5de54043efda430d6b940efcd3976c14beea7740c0b6d2679ea
MD5 d9dcb2af186a53ed56f10a6e4e80838c
BLAKE2b-256 32c6a7f9c06c65470598d12d42f590cacdf0882934055bee9785eeb9b4cccea2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c34f4a912525819a2427bf0dca3b1b540b69321bd48c578c0fdfd0ff4ac98c94
MD5 3f2b9533a245b0a2eec6043f3bb176bb
BLAKE2b-256 e171e48937fea26423237435b2e2ef65b5c1ef2f42f227d689903b2fe2bcf58e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9cd95634f772c45b8cf48c2c3b1c5018e7e5aee35f7f3a3d3c514d92b19c13ae
MD5 db84a3ab6401024f833b0288d768c7bc
BLAKE2b-256 6d2a282961d36a6cebe52c3d53c699e747edd15c0796f4a832ff4c27db738303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c69c7595e1bab949e4702dfdaad9ae97005cc071dc42eb67c2b0c3aed1cbaac
MD5 b42019efd03bbb854d7bbf07a69eab6e
BLAKE2b-256 87d3a103a26249b2c4b3e88c3d581b9c8a0a82d35b2ca40ae02d48efa684e687

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9f11ede4c039c8a472f23be6f8e62704986cba019e8a13a8a5af4d8b606a783c
MD5 b2049bb92b01c6697bc70b4d190b7c27
BLAKE2b-256 166fc5b9aefbc6a16e3c2360613810b4aefef162adab8fdc6cf319cde46085c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3631eefd30966ad35b07b6ceeb2c59ac8cee2e823534b1d3fa97acbb91a41399
MD5 a49fabbaad335be147001ace31680643
BLAKE2b-256 4978ae039a1de2d297690b9772fddf90a0b318d6cd750215f27024610a350b25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6a168d96b2e0c5ddb414a74d4d045b82b2f3d0630527a7922c03ac7739eb3632
MD5 56a68b4c648b28a2991206251060cbf3
BLAKE2b-256 fff78ec2b764e46fb1c9bc0ef3d09827c3833c1a181a7d1d38794a486df90af3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ea121d1307419c89ecb766e416228fc831b4dc1c936329d870e6e55cfd26f13
MD5 4cdfad4bdabfc20eb6ec3fe500907d5b
BLAKE2b-256 d084e016308bfd596d6af3ddc56e42e5c8a0fd56aea24a55eb96c78669e1f7c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bbd7a49ad050807ebbc1fa64815c9cf22fbd73b5f7638852fe68d9b9dde075be
MD5 41859931e5654594b276380e4ac0ff1a
BLAKE2b-256 d0cde1eb783ce14996dfb85ff89a8db358c94fc65499b178f999dd0caa811fc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 458272e79c74c9d12bbb3ae2b9ab97f5109f60ab97f2e99c6e492007ce01b9ed
MD5 ab976bc56d56ead6b48f8ea35d3e9941
BLAKE2b-256 166fc3bf25562e5910c3de50ee571d51e0b7ee45966a70a51fdce2f27b2a926a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 503e5d4a3c6bf7c258e0619eb30835e0e7e42565237e2f6e21a68d34d9d350ac
MD5 bbac67f11726cf4a9c89ad3dca04d641
BLAKE2b-256 3bce760395b15402768f305edfaa7a29808983328759a1d003d93da150225e08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b96c23353214cd12761963d5c866f2ff617ff746653ea36060f3a911bf7a020c
MD5 98d36212aea4b00c737fcb3f8dcfe52d
BLAKE2b-256 ec180781a784a7d2f0827f9bf6eab0f656c83bbe8dfef2f347491dddcc2b5d11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a09ad6fddef2cb8179ddfdee3a041141912c0eef9677440ac84dff8a06d0b1ea
MD5 8bfcb9596fdd88b640183b9a4046a0fe
BLAKE2b-256 8cbd2cef358c855bc6bb95a749258a978e1284c11adde8c4cb7e89de52dfab4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9756e06ce74919679b7c4c4b9e58a9e57928d47d77112a5bd2598b840dd49ccb
MD5 dcfd22f105da754d3b52ee8708ba0159
BLAKE2b-256 f3e9bcef1ca2954499bdd63e0760111b521420018d2d94b169c389cb2792f681

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 367fa10516ed80c308f02efd75ec5f60604543710ea06cb1c0e3553574513602
MD5 1d0ca1ed9ed04ea29fb9e2f1b2080fcd
BLAKE2b-256 074bc61c322da6b3c3a3263db9346ee42e9e9e92466592c807c891b8b42fa278

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2023.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d6e822f2f91b9c6876ed672139ba531c7d8e530d10dd19961b0c7335890bbd74
MD5 55b964deee165470ca486dcc321f2f2e
BLAKE2b-256 281eeaea8a003c5dea33b16d62972be884723aed800e544c756e45f0939e3a85

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