gunrock/gunrock
Programmable CUDA/C++ GPU Graph Analytics observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 69
- Release rhythm 34
- 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: n/a
- age_days: 4686
- days_rel: 228
- days_push: 186
- n_releases_24m: 1
Adoption not part of the score
1095 stars · 228 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Gunrock is a CUDA/C++ library for GPU-accelerated graph analytics built on a high-level, data-centric abstraction over vertex and edge frontiers. It lets developers implement graph primitives that scale from one to many GPUs with minimal GPU programming knowledge, and now also supports AMD GPUs via ROCm/HIP.
Use cases
- run graph algorithms like BFS, PageRank, and SSSP on GPUs
- implement custom graph primitives with a high-level GPU programming model
- accelerate graph neural network workloads on NVIDIA or AMD GPUs
- process large sparse graphs in parallel across multiple GPUs
- prototype graph analytics without writing low-level CUDA kernels
When to choose
- you need high-performance graph analytics on GPU hardware
- you want to develop new graph primitives quickly with minimal CUDA expertise
- you need multi-GPU scaling within a node
- you want a library that supports both NVIDIA CUDA and AMD ROCm backends
When to avoid
- you only need CPU-based graph processing
- your graphs are small enough that GPU overhead outweighs gains
- you need a turnkey graph database rather than a programmable analytics library
- you cannot use C++17 or a modern CUDA/ROCm toolchain
Facets
library · maturity active
graphics math machine-learning developer-tools graph-processing gpu-computing machine-learning cpp windows cuda graph-analytics gpu-computing graph-algorithms parallel-computing graph-neural-networks sparse-matrix hpc rocm hip high-performance-computing algorithms gpu linux macos
2 sources
- readme: https://github.com/gunrock/gunrock · fetched 2026-08-28 · 3a6f7b2e3310
- homepage: https://gunrock.github.io/gunrock/ · fetched 2026-08-29 · 6b98e09923d4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gunrock/gunrock | main | 63 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem