RUNLOCALAIv38
->Will it run?Best GPUCompareTroubleshootStartLearnPulseModelsHardwareToolsBench
Run check
RUNLOCALAI

Independently operated catalog for local-AI hardware and software. Hand-written verdicts. Source-cited claims. Reproducible commands when we have them.

OP·Eruo Fredoline
DIR
  • Models
  • Hardware
  • Tools
  • Benchmarks
TOOLS
  • Will it run?
  • Compare hardware
  • Cost vs cloud
  • Choose my GPU
  • Prompting kits
  • Quick answers
REF
  • All buyer guides
  • Learn local AI
  • Methodology
  • Glossary
  • Errors KB
  • Trust
EDITOR
  • About
  • Author
  • How we make money
  • Editorial policy
  • Contact
LEGAL
  • Privacy
  • Terms
  • Sitemap
MAIL · MONTHLY DIGEST
Get monthly local AI changes
Monthly recap. No spam.
DISCLOSURE

Some links on this site are affiliate links (Amazon Associates and other first-class retailers). When you buy through them, we earn a small commission at no extra cost to you. Affiliate links do not influence our verdicts — there are cards we rate highly that we don't have affiliate relationships with, and cards that sell well that we refuse to recommend. Read more →

© 2026 runlocalai.coIndependently operated
RUNLOCALAI · v38
Glossary / Hardware & infrastructure / NVLink
Hardware & infrastructure

NVLink

NVLink is NVIDIA's proprietary GPU-to-GPU interconnect, used to bind multiple data-center GPUs into a coherent memory fabric. NVLink 4 (H100) runs at 900 GB/s bidirectional per link; multiple links per GPU stack to total bandwidth.

For local AI, NVLink matters when running multi-GPU tensor parallelism: a 70B model split across 2× RTX 3090s with NVLink hits significantly higher tok/s than the same setup over PCIe 4.0 (32 GB/s) because of the all-reduces between layers.

Consumer NVLink ended with the RTX 30 series. RTX 40 and 50 series have no NVLink — multi-GPU on consumer cards now relies on PCIe alone, which is the major bottleneck for tensor-parallel local inference.

Practical example

An operator building a local 70B inference rig considers two used RTX 3090s versus two RTX 4090s. On paper the 4090s have more raw compute, but the 3090 generation supports NVLink, letting the pair form a coherent memory fabric for tensor-parallel splitting of the model across both cards. Running the same 70B split, the NVLink-connected 3090s show noticeably better scaling than the 4090 pair, which is stuck communicating over PCIe 4.0 at roughly 32 GB/s during the all-reduce steps between layers. Since NVIDIA dropped NVLink from RTX 40 and 50 series consumer cards entirely, this makes older dual-3090 builds a specific, still-relevant niche for anyone doing multi-GPU tensor parallelism on a budget rather than single large-VRAM cards.

Related terms

NVSwitchTensor Parallelism

See also

hardware: nvidia-h100-sxmhardware: nvidia-a100-80gb-sxmhardware: rtx-3090

Reviewed by Eruo Fredoline. See our editorial policy.

Buyer guides
  • Best used GPU (dual 3090) →
  • Best AI PC build under $2,000 →
When it doesn't work
  • Tensor parallelism crash →
Compare hardware
  • Dual 3090 vs RTX 5090 →
Hardware
  • RTX 3090 (multi-GPU pick) →