NVIDIA/cccl
CUDA Core Compute Libraries observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- 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: 6.5
- age_days: 2176
- days_rel: 28
- days_push: 7
- n_releases_24m: 47
Adoption not part of the score
2488 stars · 476 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CUDA Core Compute Libraries (CCCL) is NVIDIA's unified repository for Thrust, CUB, and libcudacxx, providing high-performance C++ abstractions for CUDA GPU programming. It serves as the standard library for CUDA C++, offering parallel algorithms, cooperative kernel building blocks, and host/device-compatible standard library implementations.
Use cases
- write parallel algorithms on GPUs with a high-level C++ API
- build custom CUDA kernels with block-wide and warp-wide cooperative primitives
- use the C++ standard library in both host and device code
- achieve performance portability across GPUs and multicore CPUs
- reduce, scan, sort, and transform large arrays on NVIDIA GPUs
- write safe and efficient CUDA C++ without hand-tuning every kernel
When to avoid
- you are targeting non-NVIDIA GPUs or CPU-only parallelism without a supported backend
- you need a runtime or driver-level API rather than C++ header libraries
- your project does not use C++ or CUDA
Facets
library · maturity active
gpu-computing concurrency math developer-tools gpu-computing developer-tools performance programming-languages cpp cross-platform cuda thrust cub libcudacxx parallel-algorithms hpc nvidia algorithms gpu
2 sources
- readme: https://github.com/NVIDIA/cccl · fetched 2026-08-28 · 05c15ac8bedb
- homepage: https://nvidia.github.io/cccl/ · fetched 2026-08-29 · f52048a5b8eb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NVIDIA/cccl | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem