NVIDIA/gdrcopy
A fast GPU memory copy library based on NVIDIA GPUDirect RDMA technology observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 92
- Release rhythm 64
- 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: 96.0
- age_days: 4286
- days_rel: 82
- days_push: 50
- n_releases_24m: 7
Adoption not part of the score
1412 stars · 194 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GDRCopy is a low-latency GPU memory copy library built on NVIDIA GPUDirect RDMA technology, allowing CPU-driven copies between host and GPU memory with minimal overhead. It includes a kernel-mode driver, a user-space API for mapping GPU memory as host-accessible memory, and benchmark/test applications for bandwidth, latency, and API performance.
Use cases
- copy data between CPU and GPU with very low latency
- map GPU memory into the host address space for direct CPU access
- reduce cudaMemcpy overhead for small transfers
- measure GPU memory copy bandwidth and latency
- run ping-pong latency tests between GPU and CPU
- sanity-test GPUDirect RDMA driver and library installation
- build HPC or networking applications that touch GPU memory from the host
When to choose
- You need low-latency host-to-device transfers and cudaMemcpy's 6-7us overhead is too high
- You run Linux with an NVIDIA Data Center or RTX GPU (Kepler or newer) and can install a DKMS kernel module
- You want CPU mappings of GPU memory for direct reads/writes or for wiring GPU memory into RDMA-capable NICs
- You need to benchmark or validate GPU memory copy performance
When to avoid
- You need maximum device-to-host bandwidth - GPU BAR mappings cannot be prefetched, so D-H reads are slow; use cudaMemcpy for bulk transfers
- You are on Windows or macOS - GDRCopy is Linux-only
- You cannot or do not want to install kernel modules (DKMS/kmod) on your system
- You use consumer GeForce GPUs, which do not support GPUDirect RDMA
Facets
library · maturity active
gpu-computing benchmarking gpu-computing hardware performance developer-tools c cli gpudirect-rdma gpu-memory cuda nvidia kernel-module dma low-latency memory-copy hpc host-device-transfer dkms linux gpu
1 source
- readme: https://github.com/NVIDIA/gdrcopy · fetched 2026-08-28 · 210a5cb7807a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NVIDIA/gdrcopy | main | 84 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem