Ross ROSS = Recommend OSS · open-source software intelligence for agents

ai-dynamo/nixl

NVIDIA Inference Xfer Library (NIXL) observed · 2026-09-03

github.com/ai-dynamo/nixl · C++ · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
ai-dynamo/nixlmain88

For agents

markdown · JSON · MCP: product_card(name="ai-dynamo/nixl")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem