Model techniques map
Techniquesoptimizationtraining parallelism

implementation detail · filed under optimization

All-to-all Gradient Exchange with Local FP32 Summation

An implementation detail that exchanges local gradients across ranks with all-to-all, then sums them locally in FP32.

source
1
models
2
lab adopt it
1
strongest
used

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 1

Documented in

Evidence

1 span quoted from the sources, strongest treatment first.

First, an all-to-all operation exchanges local gradients across ranks, and then each rank performs a local sum in FP32.

usedoptimizationin DeepSeek-V4DeepSeek

Filed alongside

Other methods under optimization :: training parallelism.