Multi-GPU and NUMA Configs Significantly Impact Training Speed

AsamiKai · reddit · 2026-07-14

This post shares performance observations during LoRA training on a specific hardware setup: the author used a 5975WX CPU, quad-channel memory, and two 3080 20G GPUs, with no NVLink or ResizeBar, but communicating via NCCL over PCIe.

Key Factors Affecting Speed

Benchmark Results

The author explains that on this machine, NCCL routing data over PCIe combined with cross-NUMA CPU communication introduces significant latency, often leaving GPUs idling while waiting for data. Consequently, in high-latency communication scenarios, GPU training speed is largely insensitive to power limits; slightly lowering GPU power might actually be more cost-effective.

Original post →

More from Infra

Infra channel →