NVIDIA/raft
RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications. observed · 2026-09-01
Health v2 · maintenance only
94/100
- Activity 100
- Release rhythm 84
- 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: 62
- age_days: 2638
- days_rel: 28
- days_push: 2
- n_releases_24m: 12
Adoption not part of the score
1038 stars · 248 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
NVIDIA RAFT (Reusable Accelerated Functions and Tools) is a C++/Python library of CUDA-accelerated algorithms and primitives for machine learning and information retrieval. It provides building blocks such as linear algebra, sparse and dense operations, solvers, statistics, and nearest-neighbor search that underpin the RAPIDS ecosystem.
Use cases
- accelerate nearest neighbor search on gpu
- gpu-accelerated linear algebra primitives for ml
- build high performance cuda applications from reusable building blocks
- sparse matrix operations on gpu
- vector similarity search for llm applications
- multi-node multi-gpu algorithm development
- sampling and statistics computations on gpu
When to choose
- you need CUDA-accelerated primitives like ANN search, distance computations, or linear algebra in C++ or Python
- you are building GPU applications within the RAPIDS ecosystem
- you want header-only C++ libraries to reduce build and maintenance burden
- you need multi-node multi-GPU communication abstractions for distributed algorithms
When to avoid
- you need a complete end-user application rather than low-level building blocks
- your workload runs on CPU only without NVIDIA GPUs
- you need algorithms RAFT does not cover and would have to implement them yourself anyway
Facets
library · maturity active
machine-learning search-engine math gpu-computing data-science machine-learning gpu-computing data-science cpp python cross-platform cuda nearest-neighbors linear-algebra sparse-operations rapids vector-search primitives header-only search algorithms gpu linux
3 sources
- readme: https://github.com/NVIDIA/raft · fetched 2026-09-01 · 8be13f899f85
- homepage: https://docs.rapids.ai/api/raft/stable/ · fetched 2026-08-29 · da33ae21608f
- site_page: https://docs.rapids.ai/api/raft/stable/build · fetched 2026-08-29 · a23d2b89ddcb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NVIDIA/raft | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem