cupy/cupy
NumPy & SciPy for GPU observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 86
- Longevity 100
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: 38
- age_days: 3592
- days_rel: 13
- days_push: 8
- n_releases_24m: 10
Adoption not part of the score
12278 stars · 1132 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
CuPy is a NumPy/SciPy-compatible array library for GPU-accelerated computing with Python, running on NVIDIA CUDA or AMD ROCm. It acts as a drop-in replacement for NumPy/SciPy code and provides low-level access to CUDA features like custom kernels, streams, and runtime APIs.
Use cases
- accelerate numpy array computations on gpu
- run existing scipy code on gpu without rewriting
- write custom cuda kernels from python
- speed up numerical computing with gpu
- gpu-accelerated sparse matrix operations
- multi-gpu distributed array computations
- port numpy code to amd rocm gpus
When to choose
- you have existing NumPy/SciPy code that needs GPU acceleration with minimal changes
- you need low-level CUDA access (RawKernels, streams, runtime APIs) from Python
- you want a mature, actively maintained GPU array library with broad CUDA library support (cuBLAS, cuDNN, NCCL, cuTENSOR)
When to avoid
- you have no NVIDIA or AMD GPU available
- you need full NumPy/SciPy API coverage - some functions are missing or behave differently
- you need AMD ROCm support in production - it is still experimental
- you prefer a higher-level deep learning framework like PyTorch or JAX
Facets
library · maturity stable
machine-learning data-science math gpu-computing deep-learning machine-learning data-science gpu-computing deep-learning windows python numpy scipy cuda rocm gpu-acceleration array-library drop-in-replacement cudnn nccl algorithms linux gpu
5 sources
- readme: https://github.com/cupy/cupy · fetched 2026-08-28 · cab45102981d
- homepage: https://cupy.dev · fetched 2026-08-29 · 861cf06fbc19
- site_page: https://docs.cupy.dev/ · fetched 2026-08-29 · c4c63a651ede
- site_page: https://docs.cupy.dev/en/stable/install.html · fetched 2026-08-29 · c0aea12fedfc
- registry_pypi: https://pypi.org/pypi/cupy/json · fetched 2026-08-29 · 24415a4bb9d8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cupy/cupy | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem