Skip to content
#

allreduce

Here are 21 public repositories matching this topic...

Ring-allreduce built from scratch in C++20 over raw MPI point-to-point primitives, benchmarked against MPI_Allreduce across 25 message sizes and 15 process counts, with a fitted alpha-beta cost model explaining the measured bandwidth gap. Includes a reproducible LaTeX report and an engineering postmortem.

  • Updated Aug 5, 2026
  • C++

Analytical simulator for collective communication on ring, fat tree, and dragonfly topologies: graph based hop costs, bandwidth efficiency, and closed form algorithm crossover up to 1024 nodes. Reproducible sweeps in Python (networkx), with a compiled LaTeX report.

  • Updated Jul 24, 2026
  • Python

Benchmark suite for MPI collectives (Bcast, Alltoall, Allreduce) with from-scratch ring and recursive-doubling allreduce implementations. Fitted Hockney cost models, measured algorithm crossovers, and LaTeX reports generated entirely from the data. C++17, Open MPI, Python analysis pipeline.

  • Updated Jul 21, 2026
  • Python

Add this topic to your repo

To associate your repository with the allreduce topic, visit your repo's landing page and select "manage topics."

Learn more