ai-dynamo/nixl
NVIDIA Inference Xfer Library (NIXL) observed · 2026-09-03
Health v2 · maintenance only
88/100
- Activity 100
- Release rhythm 100
- Longevity 39
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: 18.5
- age_days: 546
- days_rel: 1
- days_push: 0
- n_releases_24m: 27
Adoption not part of the score
1227 stars · 426 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
NVIDIA Inference Xfer Library (NIXL) is a C++/Python library that accelerates point-to-point communication in AI inference frameworks like NVIDIA Dynamo. It abstracts over various memory types (CPU, GPU) and storage backends (file, block, object store) through a modular plug-in architecture.
Use cases
- accelerate KV cache transfer between inference engine instances
- abstract point-to-point data transfer across CPU and GPU memory
- plug different transport backends like UCX into an inference framework
- benchmark memory transfer performance for LLM serving
- transfer tensors between distributed inference workers
- read and write to object or block storage from GPU code
When to choose
- building or extending AI inference frameworks on Linux with NVIDIA GPUs
- you need high-performance point-to-point transfers between heterogeneous memory and storage
- you want a pluggable abstraction over transports like UCX
- you're integrating with NVIDIA Dynamo or similar disaggregated serving stacks
When to avoid
- you need macOS or Windows support - NIXL is Linux-only
- you need general-purpose networking rather than inference-focused data transfer
- your project doesn't involve GPU or accelerator memory movement
- you need a stable API on a non-NVIDIA stack
Facets
library · maturity active
networking plugin-system benchmarking caching sdk machine-learning large-language-models microservices gpu-computing developer-tools cpp python data-transfer inference-infrastructure nvidia ucx kv-cache-transfer point-to-point-communication memory-abstraction cuda linux gpu
1 source
- readme: https://github.com/ai-dynamo/nixl · fetched 2026-09-03 · ea7359fbdc54
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ai-dynamo/nixl | main | 88 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem