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

Uploaded Source

Built Distributions

pyopencl-2022.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (848.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (810.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.1.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (839.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (801.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.1.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (840.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.6-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (801.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.1.6-cp310-cp310-win_amd64.whl (521.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyopencl-2022.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (870.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (836.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyopencl-2022.1.6-cp310-cp310-macosx_10_9_x86_64.whl (618.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyopencl-2022.1.6-cp39-cp39-win_amd64.whl (507.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyopencl-2022.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (871.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.6-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.6-cp39-cp39-macosx_10_9_x86_64.whl (618.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyopencl-2022.1.6-cp38-cp38-win_amd64.whl (521.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyopencl-2022.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (870.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyopencl-2022.1.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (836.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyopencl-2022.1.6-cp38-cp38-macosx_10_9_x86_64.whl (617.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyopencl-2022.1.6-cp37-cp37m-win_amd64.whl (520.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyopencl-2022.1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (887.7 kB view details)

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

pyopencl-2022.1.6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (859.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyopencl-2022.1.6-cp37-cp37m-macosx_10_9_x86_64.whl (602.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyopencl-2022.1.6-cp36-cp36m-win_amd64.whl (537.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyopencl-2022.1.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (887.3 kB view details)

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

pyopencl-2022.1.6-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (859.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

pyopencl-2022.1.6-cp36-cp36m-macosx_10_9_x86_64.whl (601.9 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyopencl-2022.1.6.tar.gz
  • Upload date:
  • Size: 455.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.5

File hashes

Hashes for pyopencl-2022.1.6.tar.gz
Algorithm Hash digest
SHA256 f8887d54e654598f3854472540b2eb228ac56b56a2491b95bdfac8f15be1c943
MD5 d6774861b5981bf7a5a28fa4f7bb0252
BLAKE2b-256 23ce02f9588cb19cfcbd75f299545b1625a060b1ee10f0542557b7786995f3e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c9ad1cbc3f540afc52038851be8e06640aacfece051c89408bc3aece605a7ee
MD5 b18ccd20b6918c30ba9f9b3f971a7f0c
BLAKE2b-256 2b1e7463092e5178f6928c3b4aefc1635b9f38c5b0f3ab0455b9cbc15729af20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 316f59d0c40bfce4f6c160dbaf6501883b33880370bb1819f360dad747e52dfe
MD5 429b8af1d3ebf5c19d3f27eac9cb8e03
BLAKE2b-256 2f5c634a420915e2527196dbfa209db04a49e0aa95272bfaa0a6dcf0f011a51b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af5664b98140a29966c5fb12e9d29b85b6c6310efa97d82aee58310774917e8f
MD5 69a4645e8dc92fbbe7d73ae031d2870e
BLAKE2b-256 5a50df897e035582227a778a25944d8c52de7594f27694a68816c59257eedc5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9d112a4426f5b356641c1312bf1004247dc4019e649502589b86333557203c01
MD5 166788ffff28a0664d8a25d03ac13f96
BLAKE2b-256 aba0895fdfa8ba978b16e53ef51f5b43e0777c80bb80ac9eb3760737d315147a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0ddc3b74ad1804eb3fe238dfa3b844b997e88b1ca5164a717c16b362b4f34c3
MD5 be3469658a19eb884d1e318292babbc6
BLAKE2b-256 e9433c5c012e1dae265960c99bac3cd1fa260fa6a79111a8ff175040ea5e2cf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bcabfb5217ca8f8770f9c69298f79576080bb994b1883a99494b4c2668b04836
MD5 2f405de90d182ac467471e1a4014ed83
BLAKE2b-256 b9dc64f6e6af99be06b12d0fc355d08c33c3cc00a0dc043accd442c7a068d540

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5304cb336af7316ae0650abb7467c076032635bfe4710b8df191612d245dca28
MD5 5166be3ab72a8d2ad635f82a3f58e46a
BLAKE2b-256 986ecb2570f421819ef6a55026b54b1360c5979c66db9259f4bd2d49d0546bd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 730901d409d8251cd6e9dc59e6c518dff5cdb20a3a0b728344bfd2c707f28b64
MD5 45046ba6760250dc1c351b91aabfa139
BLAKE2b-256 7bd12e3b8414025a61c1e8f2c46cb8cf22eddf0e7c41775b1901e4903afa6f66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 aca3581f1a7f6b809b8cdc78b0e66587848b38b143bf2983e91ff8fb9a41bc8f
MD5 5a9226bbede828026d6363e710d5fca7
BLAKE2b-256 e8a8a3c9b0cb8e087bae41584f29eab985e5bc4ae541bac7b66219cc033c52bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc2d78cb5da0081ada1c263aaa773fd5479b3da5e2c421547bf7f3258d3239a5
MD5 59d6fb088690afba51ed6f354e079918
BLAKE2b-256 cbc80ee98e3b3d79ce3d34f4bc3b7ab44ca6c027b0a6236eef02675562707b9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25e87b4ccc0cc53487d445bea07ce9bdb478a335725df16986aead2ff65b68a4
MD5 d876c96c53140cc1faeffa63640a5c77
BLAKE2b-256 3a4528c62e1ee9a26cf12193b87a75a89c34ceac1cbd2ada6133983242980218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1a2029b7fda6709eca077f618f997372c3d6f2780ad45512632b0d056e6305f9
MD5 2094422d107d1f26d9a071a4de73f6e5
BLAKE2b-256 c4cca973c67e1b3ac789f9829f764f77cf47147ba9c2f4267548585f463211c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9bbfe94bb6e9d0458693183334e73c973e2fcba01568f42db15b453b926fb816
MD5 618bcc4a64437897c4ce84adbe406a50
BLAKE2b-256 9b8620910868dd97f9d1c8fe8c54a8b404eb1122e1f8728756b74fdcf5eb6c1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a845779f505ed57b83f279307ae6307d886f3e41fb24dcf7889da27daa726118
MD5 1df47266e81eee87be571f7bac09f3ac
BLAKE2b-256 ff3ac24d1b76ee76d339653afeae0993109021984851f9542d54e18cb1570e9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 814389b3eb9e6930cf43b984283c94a955edf20ec286402da5acfa503d3ae790
MD5 db15c6d61e7a39c32c630d98818870d9
BLAKE2b-256 c19867514b822f42b4ee2ea8d29cc2986b0cdf38018f480741a4a02406ba88ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c00989bed1e7e5b32ad498fec3deb1c93403ab802cd99b7c78b9c692bd0910ef
MD5 42a63830882961624437de36ac7e5d11
BLAKE2b-256 e66a1e041258eada8dc74396a882b15985e48f2e6b5553966d735e57d0997cb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 069e7eb1a223d88c13eafa54d6ae896fa892e75ba3d56ff2135a26107ef1142b
MD5 a8cee4428a523b45048b3f7ff4225143
BLAKE2b-256 63bda47737b7db013863d38bf23b0137f60147182e59d7ffd0664cceb848f206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7176f96728be9b43024bd71704f60849cbfcf0fafd20270181b68ea4730ceb2d
MD5 b897d2086eab435c8efbaa81d96d765d
BLAKE2b-256 e0ad427d669c761f5c9e7c2f8787c4bc13cea4fe6b5e365805c28f31305efeae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dd2728e59ae088c900ed68f68d953476d0ff07189f182f917b74de2ac7b3972e
MD5 b4a260d37efc99385138d043c0e746d7
BLAKE2b-256 dea133b32cb7a13baab64d5f845c32c23400be00b51a0a381412213d669b03df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ea4eff6b922fa4ad2077ef90b3254d78597d050ada09bfbe74c22dd22d10c6ac
MD5 7f442091565543bf3cc296bc0e1aa430
BLAKE2b-256 6f96fbc06fb4d2ce6d084ca54fe0386301d01f6f9de50e154c3d2b0fae2add21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4b53f7f3ed85ab671c8bfc61a0bbc5476725a7a5f51a94bba5512c3962b2d609
MD5 a691bb6e52de09528299588797433990
BLAKE2b-256 007cccdaad6d482cca009d578c847beb6e4785f36104c2ca63ac3404a851cfe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8efc3467454ce8c644f09029a3308496f9cb6e93ca5e8c08f6b79e7825da72c5
MD5 21b9b5f92beb74ee88dad8e1932a6756
BLAKE2b-256 cf7d0a415fd837d1b6cbf326096ad69824cc731e0a31a513381b3b29f5de2a04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ec55934057e99461f684ccd293d87db59a452f5834c13ae36b19d31dfe38599
MD5 62973ffc9a5b3788637b5b1092ea09b7
BLAKE2b-256 4702b7b5930304e99e1a5d827ddd2bca75e1722d7f384f1ebfeb7408de2656fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 98bad7035f27b6de5c9268f52c1e10bffe3a2874994e862468a1792b699a4884
MD5 733bdfd0cecc27c600a77ee5fd861d4d
BLAKE2b-256 2e862468f414248fc29592b62c2c2660f1af0b41c006415663be700fbcb07d1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 55e9302b8f0b1964c87b0fdab7b853aa2b2f10b4188f5b4618782d4380448c11
MD5 da31c972c45365a8e07a30c59b924025
BLAKE2b-256 69da9fcd5354dafbdd795d11bb459e1ca339cd90013c47c7baf059fe9817da99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 15f7b3d29c9359e1e440e4f52f70de031f8d0d8d0f8de53a3bc01501b89360c0
MD5 2226141c5a6d561ddcef4bc90e762f42
BLAKE2b-256 930c89ed47ac85cc86d41fa3ff64eaac592f2e5f0ae090eb1f9982aa042db01e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7bef8e8bcfff574b481565390113ea0a37cf33fd2587ade7f2980f15e73f7b08
MD5 f11a4ef89d0cae7a18954c4e8fbf5b6a
BLAKE2b-256 8033fedf17182bbc0658381c28fd9bef43c78398189af8ad37d8369005c9bee3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75be43c7f33fb86f9d18b7b6f8e9081d8bd5b6331a90aec0d2cad3e81e72bc8f
MD5 28ce6d15f5ba277035e22ac38f527221
BLAKE2b-256 ef5975e851c6d7b0d8e52a304642551852dfa1e9e8eab026086dfa8c099cd3ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6032bef8a35f6df727a0b66e3c9faedb3f560318052848b28d2f72622cfbeace
MD5 534c1de8e344be1043dc18687697c859
BLAKE2b-256 bf604ead92440b1667ddc8b0a8af36d8e3f34ef26becc625bc4c4fac0e5ee08a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b85fa5ba1678dd40713587fd437787b6aa940000c2ddffa360884431be21723a
MD5 75a22f6fd422464ddd9a89f3ce8c0cdf
BLAKE2b-256 e14ab70e5afae69c9577ba049e3a194da1b86e760d3fa9ac07c2746cdd5ab6e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 db833ebb1e756969a8f851f15486598eb9e3fb27b0535c2a8193cc1c71455016
MD5 547d6c96377e0a5f58eadf4f8c2ae98d
BLAKE2b-256 738d2801f7ae3e66536a6dd7a5c2be8170ab738330529e426a043af35cbe5b9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1490e6cdeaecba42854013c273685d65fd9102ee6dc6bc3bcb814e9e2b8179e5
MD5 a0f73ffbc99753c29723823e11bb3da6
BLAKE2b-256 cae0b5934c4e1c3fd24292b7c8c98a2d78ed26978fb53381906998f788df13fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d8bb2eea4e960917e0a6132dedd34c8ec0b7a384f22713f775d50dbce154263a
MD5 36897b931003dd8ea366b58d7ea2d3c3
BLAKE2b-256 06ce67955a61814a5ec2bc1545398f341e84d0110d0ad78f1bc42a584aa25743

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4836bc4619be967d6c28627adac151223037fdca056c4ab54da16b591f719347
MD5 0d49de2c4f21fcca35063644c80650ec
BLAKE2b-256 b71f157d387371fb130b989ec2f104a8660b0dc6249c72b6cd30295a187c970a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2df01c95ea9ae3dd66b277f0df47144cf7535a27b48a8d49fdd98e0583e368ce
MD5 89ecb4098905663745c40254bb9db918
BLAKE2b-256 fbe00b83e94f703ada3815c7f92e10e455af15f217727fbf8de31cdf2589e6d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.1.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7ca9597877e1f8bdb4a49810988230f538b2d7aac389c33418a21cf4358f2fd4
MD5 788f0236ed3a62301e8a2b1559aab82f
BLAKE2b-256 6f3dca2f8d3196098e2b250718130e5ad20ac6aaf38a24c5e0d1fdb9a08a802d

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