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

Uploaded Source

Built Distributions

pyopencl-2022.2.2-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.2-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.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (879.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.2-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.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (880.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (843.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

pyopencl-2022.2.2-cp310-cp310-win_amd64.whl (546.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyopencl-2022.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (913.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (879.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pyopencl-2022.2.2-cp310-cp310-macosx_10_9_x86_64.whl (630.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyopencl-2022.2.2-cp39-cp39-win_amd64.whl (530.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyopencl-2022.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (913.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (880.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pyopencl-2022.2.2-cp39-cp39-macosx_10_9_x86_64.whl (630.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyopencl-2022.2.2-cp38-cp38-win_amd64.whl (546.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyopencl-2022.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (912.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyopencl-2022.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (879.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pyopencl-2022.2.2-cp38-cp38-macosx_10_9_x86_64.whl (630.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyopencl-2022.2.2-cp37-cp37m-win_amd64.whl (544.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyopencl-2022.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (932.1 kB view details)

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

pyopencl-2022.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (903.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pyopencl-2022.2.2-cp37-cp37m-macosx_10_9_x86_64.whl (614.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pyopencl-2022.2.2-cp36-cp36m-win_amd64.whl (557.4 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

pyopencl-2022.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (930.7 kB view details)

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

pyopencl-2022.2.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (903.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

pyopencl-2022.2.2-cp36-cp36m-macosx_10_9_x86_64.whl (613.0 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pyopencl-2022.2.2.tar.gz
  • Upload date:
  • Size: 469.5 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.6

File hashes

Hashes for pyopencl-2022.2.2.tar.gz
Algorithm Hash digest
SHA256 104a98be135e2f89432db6e2377bb13683758e7872b8569ee0745786f7dd25f2
MD5 1d90c4bab8aa5e0c053410166984dd0f
BLAKE2b-256 c0c9eae11295d30424439b0fc69e15b64186dd2969a5857faf394c6c0c70197b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e76b63b2d64cd90e3680ce13839e103fad870efd7dd274b117e8fd5d6b79421e
MD5 38d692eaa38d4c79bb518f123460e6f9
BLAKE2b-256 0bf179efdcfc743c3764225d982ea8a53534a7bb17fa0c0da11cfd0f944d0a2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2ef8591b93ea104a4b6c7fb45fe456731adc9081ab939532051a47c3717e5876
MD5 edb3a85d9c89b23e411d50a06772aa83
BLAKE2b-256 bd2b83f26acbeb60838327999e255be252660bde01b3936b5c3cadf7f167ad3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82834817ce2d4906444669d8906f09fbfad13009ceaf12c2b7cc15a27c2f2435
MD5 1439b6ad4ad71c2c5e56e3d6466da8ba
BLAKE2b-256 40ae1da142d79c771c341ee64092cf2d8e617ec4a3f2087d2e8ea6e95e41badc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e6938566fcde3940016b57193cd02458c8cba9560416fcdb5aa200c356e14a1d
MD5 c19bb7cadf6624d9f833755a41f6bb23
BLAKE2b-256 75e3729c6d20801aa60049665752ea9979629a2ebab3f63093021e47ca90479f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fa7bbcca591824ad898859069e1a16bd14d674a8c63f305edc17c6376e6483e
MD5 1acd5186aae64d9dcd7e9163962c0027
BLAKE2b-256 45a8dede889f5fecb1a2d8b9e4b584c407784343231c9643fb1eafd765b7eda0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f3190adf8a27568bb16af356c848a3bace509d93ea7a581cc3001901b438be0
MD5 58240df0dd33fad071c668c446de95a0
BLAKE2b-256 7f46ddb9913d255721ddc2c975b95de02e1f9679eecd63ac9de0103aecb8df0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0aad267931bac151e8908dfb62104870981bc1be3d2882b63a8cf07054e2a874
MD5 39249ff5e5b7a31fd3ccfee51ce66785
BLAKE2b-256 b128e5b7233431548cdb8e2c15659517c57ff4292164b2a3a886dc37443fdd51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 16a300b43f8a0abcbe4ce01acdad0abaad59a178a42b634d0523cf6c9fb78a17
MD5 6d55d91dd36c7cb8cdc92436afec6ae1
BLAKE2b-256 b5a9c2ae078fd8bd516cb7d750d0e52d6f9c411bdb69e816f55a35cabb1a4605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 551c74a586abd4b0e32794fc083da6352f7c2c0eda0c11eba7703c9e90717a96
MD5 a9a74154a59ea8a56bf46824c35f7f94
BLAKE2b-256 d945ec8a376de8929a24f9088e31c3a27f22c17c4858a2e30c9e3a5fea73b911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb2387678dee7934fd2e413921b5ce94f2620d490bd0e20c7d983661baa37b60
MD5 7d108afeeffe13fceffc7b03f8806a7d
BLAKE2b-256 25f9bc4037744a28163a8203f7d222fc87df1acf4b7b76955f3a68cb9044e570

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 20a90b09bf624d3381215a66f6a0531489524b4448680bf3bc76d9fbbe7a1ba9
MD5 fbbf5424f97f62971d28b969398084b7
BLAKE2b-256 d21c7f8c4e14b6f03885877e3368f3f1286df0fb03522b52318f93a471fbe846

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5c33e9a1f48aa38fd4a5df0b3ce4e6b5170a7cf14427ecefc4b4b173e27bfa0
MD5 b6bcb9d22837fdd61b4a84ee8fc693cb
BLAKE2b-256 c08a43282a7784bb3119b7e8c8831901cb118cecbd67f33609ab9586f6b1cd85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1682016ac9da4fc32ab89a6eb42e86ca5496ab9cf2fc3662e0bc9b27352d448e
MD5 4cea4381c9d1db547056202a82bdda9f
BLAKE2b-256 92f0f0b1a66bc74f47f1d79af9f4f16056d9c74c64ad559bd7a2ce5de4b58006

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 254436a99a3b4e503293e04c3b5c0eae019c0114a1db0b875fad21f96b8c652b
MD5 8844d9df04abb28a33f0ced90cc2a05a
BLAKE2b-256 89bffe7e86d8023053b5d5a385bc9a9e3b5efd4294c722f73459089ef9498c29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 64833f5126eac312d0b2e545de3b631fa98d8f117df969d7f196d1836632dab2
MD5 c7f3b6d11d46b47c52abb8c211bcc5d1
BLAKE2b-256 c2ae5233a994e4b2c3acb7493a777f8a21b1c2dd3ab2c564ea46cb5c01b8594b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd1e9d974b7dc4a1b79cc0960952ec962c492cdad785cc8aa6bd62f7f6e57f09
MD5 8569e90181a78a5c4724a0a8ab900e0c
BLAKE2b-256 750d64f0bfd17031631e2394a834f09632d483ae188982a088f3bf3a42143621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c576623db05ef12316412083355ad63b7b3e06722ff7cc3a4b9dfc39f6ac1826
MD5 8603e491b168ed291cf50a8ebf232f5c
BLAKE2b-256 9dcb4ced283de1ef7cd228f4e352323722b71d152d0f8e2a859cf92e9de6a3cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c35a93d2c16fc595f431cb445e0fd7d6d2e9000167d729d8e767d398345bfe7
MD5 74d3388bf30f001bc08f95e5e6ba2e97
BLAKE2b-256 7e7dc3a47ec1dd46a0db38a9f68828358569966fc0dca41dfe4f0e0100027952

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 73f78849e4eb397dd1ff9c0a568c4ef55138c998e14d60174196c22ee28ed638
MD5 f67304ca97acced36d2491295fac9405
BLAKE2b-256 3f623827d57b61c6797854cf1e2347af866aebe29ae6e0d6f0330362a623ec8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c1fb6e44043fd33ca05aac6cfb4cec2a7d200b55b7489cf47d96b21810973d6
MD5 6c3fa872ca66b66eefe1251d486e73b7
BLAKE2b-256 6b9aab6c285c6da4fdb4c59a5cd466b029bf01806e9e65a666fbfb3022153e56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8d8580a424cff5c8ade6a29f2b9d936e2b955f8dc431fb142287e0938b0616bb
MD5 c530d6feef3d5c0c2771d3f5613536d8
BLAKE2b-256 4b88ff4d967ca9c0a26716977e0e51659033e6df2855ea52f06966cdc166fba0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8912b57506a62a507f304f1e831da0348484d5bb24d16e6ae293b19d1c78aee1
MD5 c7beed2c8b03fee4628b854952b7bcc7
BLAKE2b-256 a7d9ae81b1868f896e0a62b85f559212214d56483c956312e18d4a152a72bf83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a740d94ea6877373726b168bdde9f15a54e227b99f2c8564a1aa4383291fe73e
MD5 3cc4a09eac32f042d310029e042c068f
BLAKE2b-256 03d8dd245050fee1dd3f7efd9d35fa2cd1800466c6ecc57607eda21498a4cd74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e84860c4e5abf5580970101f1cbd3b43aefa07d6db18dab03e27c3a410c01f9c
MD5 a53544a5d63b9595921cf93cf4de7557
BLAKE2b-256 74e960d0fc83cc80bc1ef5ad224ab1ec1fd037bf58ad4f9daa28dfe3f5be7620

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6e8d6e5d1d9f6b568d4571343e08a89ba7ed182c5717437e779a8b448107b2d7
MD5 90817911deb7af02de4ef346aa538d5f
BLAKE2b-256 58564b87072500e51cecc5a6bb710510efb0c5ee51108eab09e517485136bb4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f4d92d7d02bce14fb857a3bbd26b62e491161fdd79317cc22b8088afdc5beb06
MD5 29e7efcbd3c79b1207264356fb37c02c
BLAKE2b-256 0683b2413c3360b5cd6563091ae6021ab402d822d589fc4a2065b9f2479bf979

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 28eaffed835e820bc9ddc37c67173b6eeddd809bf7720eb28666680b6916cba3
MD5 f99a837b9c22074591edda398b0f5e4b
BLAKE2b-256 7588da053dd1bc00ea3e43473cdf861e38e424cf18821e8572442169ac8e31f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ca7f6b549d6b052f70ba081a0f916bb7e53f7fad24cb4c867a68e2a685b75be
MD5 0d26022b4f78c36778f106c368ac2fcf
BLAKE2b-256 ec6f16a8842c0666c96382d4169a68f0e6ede1df38fb59ed175865ecb7daf405

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f749ebb94a108e98756df4320615f55e5355d130a99452390c7bdcac8e58528d
MD5 c15e0fbccb62935d15ff156ceb7514d9
BLAKE2b-256 117cea0627ca221a53f2d28003c0748640dbe95ee7abd548d3071bcb170b3214

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0fb1d8aab8976817d66befeca8f9baa712ee6c1542fb7c886144a0f06a713f84
MD5 8a73ed857a23e7ead23697905db97baa
BLAKE2b-256 4f9edfe45ea869ebb14afd57b99b9a686382ac40b5f88fc5846c6276b4d91345

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 241497646235975ba1bc8e007481916a2b15c00622d5f65aa8a35a7b2e651dc3
MD5 3b76b4c4805285acc728160bf4383ebf
BLAKE2b-256 652d94b663bfabdd2f8024e9b1f37b51cb9418bc7435981f5540b8b9498a69aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2a3d3459266b7e5c7dc1b9cb2501a047e8b42a06c168f050ec5710420d29a13b
MD5 469280c87fa74f1fef7e7413a7f69000
BLAKE2b-256 f00a5caaa6758845ccfb50c0ad525a7dfddc389148f6ae01fae4c6c946c96b0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 911ae1b621d4f3745d9307ac3c8e7ead810629fe79421bb132752574c9d8e5f5
MD5 b3341b1221673dfc6d644e1527055bc8
BLAKE2b-256 dcaa099a6c6a1c7b56d1ec6f23db973cfe31af577114bb2d0ea775dd85847244

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30918b1ef06a55e89baba4e62e4fffabec152517ae1d0a294790c187864ae34a
MD5 1af421c366a9dbc7e9cf787eb4620050
BLAKE2b-256 4a505f9b5aeb7c54c1c7b3ae328776f975a71b9eff8866bd86ef38193e349e0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ace3b9be2eaf21923aa1ce3d1c51a8af7f5249159ff139756015821854199ae4
MD5 7299eeb5ef5667c6f1298540cd063bb0
BLAKE2b-256 2783e987433d646380034b2c2cc2cd63cbdbbc26187be0c8b59adce99b89087b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyopencl-2022.2.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4c650a0db84837cb0f26aa77c36010fd994fab1a8c3add2393c908c00887a544
MD5 4aefce8bdde09f9dc5319c15d1be31fb
BLAKE2b-256 9280749cd7e8624d25a26a1bbe15512f54af1e7b3f1a1b15e5ce82748029faba

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