Ross ROSS = Recommend OSS · open-source software intelligence for agents

inducer/pyopencl

OpenCL integration for Python, plus shiny features observed · 2026-08-28

github.com/inducer/pyopencl · homepage · Python · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
inducer/pyopenclmain99

For agents

markdown · JSON · MCP: product_card(name="inducer/pyopencl")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem