inducer/pyopencl
OpenCL integration for Python, plus shiny features observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 10.5
- age_days: 5628
- days_rel: 8
- days_push: 8
- n_releases_24m: 15
Adoption not part of the score
1149 stars · 248 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PyOpenCL is a Python wrapper providing Pythonic access to the OpenCL parallel computation API, letting you run kernels on GPUs and other massively parallel devices. It includes multi-dimensional GPU arrays, parallel algorithms like reductions and prefix sums, and a fast C++ base layer with automatic error checking.
Use cases
- run compute kernels on the GPU from Python
- accelerate numpy-like array operations with OpenCL
- write parallel reductions and prefix sums on GPU
- use OpenCL from Python with automatic error handling
- do scientific computing on heterogeneous hardware
- interoperate OpenCL with OpenGL from Python
When to choose
- you need vendor-neutral GPU computing across Nvidia, AMD, Apple, and Intel
- you want full access to the OpenCL API from Python
- you need GPU arrays and parallel algorithms with a numpy-friendly workflow
When to avoid
- you only target Nvidia GPUs and prefer CUDA/PyCUDA
- you want a higher-level deep learning framework rather than raw GPU compute
- your environment has no OpenCL implementation available
Facets
library · maturity stable
gpu-computing sdk math concurrency gpu-computing developer-tools performance python windows cross-platform opencl pyopencl parallel-computing heterogeneous-computing numpy gpgpu scientific-computing arrays cuda opengl-interop linux macos
4 sources
- readme: https://github.com/inducer/pyopencl · fetched 2026-08-28 · 301cd1f2015b
- homepage: http://mathema.tician.de/software/pyopencl · fetched 2026-08-29 · a0eb8e40a371
- site_page: https://mathema.tician.de/aboutme · fetched 2026-08-29 · dc48d3674be5
- site_page: https://documen.tician.de/pyopencl · fetched 2026-08-29 · ff3ccc0a54cc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| inducer/pyopencl | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="inducer/pyopencl")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem