Content deleted Content added
Line 58:
With each iteration, the transferred message doubles in length. This leads to a runtime of <math>T(n,p) \approx \sum_{j=0}^{d-1}(T_\text{start} + n \cdot 2^jT_\text{byte})= \log(p) T_\text{start} + (p-1)nT_\text{byte}</math>.
The same principle can be applied to the '''All-Reduce''' operations, but instead of concatenating the messages, it performs
=== All-to-All ===
|