The reviewed record of science sign in
Pith

arxiv: 2507.00217 · v1 · pith:NHIWZAZS · submitted 2025-06-30 · cs.DC

CrossPipe: Towards Optimal Pipeline Schedules for Cross-Datacenter Training

Reviewed by Pithpith:NHIWZAZSopen to challenge →

classification cs.DC
keywords crosspipepipelineschedulestrainingcommunicationbandwidthconstraintscross-datacenter
0
0 comments X
read the original abstract

Training large language models (LLMs) now requires resources that exceed a single datacenter, making cross-datacenter strategies increasingly crucial. We present CrossPipe, a framework designed to optimize model training across geographically distributed datacenters by explicitly modeling and mitigating the impact of network latency and limited bandwidth. It enables unified analysis and optimization incorporating both pipeline parallelism (PP) and opportunities for overlapping data parallelism (DP) communication. CrossPipe generates optimized pipeline schedules using either solver-based optimal or fast near-optimal greedy algorithms, built upon a flexible execution engine that separates scheduling logic from communication details. Our evaluation shows that CrossPipe reduces training time by up to 33.6\% compared to traditional pipeline schedules under identical memory constraints. When memory constraints are relaxed, CrossPipe maintains strong performance despite communication delays, approaching the efficiency of idealized schedules without delays. CrossPipe offers improved scalability and resource utilization, particularly in environments with high network latency or limited bandwidth.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. PRISM: Probabilistic Runtime Insights and Scalable Performance Modeling for Large-Scale Distributed Training

    cs.DC 2025-10 unverdicted novelty 5.0

    PRISM introduces a probabilistic performance modeling framework that quantifies guarantees on training time for large-scale distributed systems under runtime variability.