Hacker News new | ask | show | jobs
Show HN: Visualizing pipeline parallel algorithms: GPipe, 1F1B (& -2bw, & eager) (gist.github.com)
3 points by sighingnow 1011 days ago
Visualizing how pipeline mode parallel works and how batches are scheduled under various scheduling scheme: GPipe (F-then-B), Pipedream (1F1b), Pipedrea-2BW (no flushes between iterations) and Eager-1F1B (better computation-communication overlapping).