hn.today

VoltGrid AI: Mitigating GPU cluster dI/dt power surges in software

zenodo.org5 points0 comments
Screenshot of VoltGrid AI: Mitigating GPU cluster dI/dt power surges in software

The work diagnoses a practical power-delivery failure mode in Bulk Synchronous Parallel training: when thousands of accelerators synchronously finish matrix multiplies and hit collective barriers (e.g., NCCL AllReduce), cluster current plunges in under ~15 microseconds. That extreme dI/dt induces large reverse-EMF voltage drops across transformers and server VRMs (by Lenz’s law), causing voltage droop, protective breaker trips, and constrained data-center power utilization. The description quantifies the event as a sub-millisecond, sub-15 µs collapse that arises from accelerator-wide synchronization and links the phenomenon to real limits on rack/substation hardware during large-scale distributed training.

The proposed mitigation is VoltGrid, a C++/CUDA interposition library (libnccl-voltflow.so) that performs deterministic, microsecond-scale rank phase cascading to desynchronize collective exits and smooth current slew rates. It operates via library interposition so no application or container changes are required and claims zero compute overhead. On a physical 4× NVIDIA GeForce RTX 4090 testbed at 1,677.7 W sustained load, the technique reduced instantaneous sub-ms dI/dt power-step shock by 97.52% while preserving 100% of compute throughput and introducing under 0.05% latency impact on collective steps. The implementation and documentation are available under an open license.

Read on zenodo.org0 comments on Hacker News

Summary generated by AI from the linked article. hn.today is not affiliated with Hacker News or Y Combinator.

More in Hardware

The daily digest

Today's best Hacker News stories, summarized and screenshotted, one email a day.