🤖 AI Summary
This work addresses the issue of routing polarization in optical circuit-switched (OCS) GPU clusters, where uneven inter-pod bandwidth allocation—stemming from circuit paths restricted to direct connections with spine switches—leads to leaf-spine link congestion and degraded machine learning training throughput. To mitigate this, the authors propose a leaf-switch-centric traffic scheduling paradigm and establish, for the first time, a theoretical sufficient condition that guarantees avoidance of routing polarization. They further design a polynomial-time algorithm for logical topology construction, replacing conventional mixed-integer programming approaches. Large-scale simulations demonstrate that, compared to baseline methods, their solution improves training throughput by up to 19.27% while reducing topology computation overhead by 99.16%.
📝 Abstract
Recent years have witnessed the growing deployment of optical circuit switches (OCS) in commercial GPU clusters (e.g., Google A3 GPU cluster) optimized for machine learning (ML) workloads. Such clusters adopt a three-tier leaf-spine-OCS topology, servers attach to leaf-layer electronic packet switches (EPSes); these leaf switches aggregate into spine-layer EPSes to form a Pod; and multiple Pods are interconnected via core-layer OCSes. Unlike EPSes, OCSes only support circuit-based paths between directly connected spine switches, potentially inducing a phenomenon termed routing polarization, which refers to the scenario where the bandwidth requirements between specific pairs of Pods are unevenly fulfilled through links among different spine switches. The resulting imbalance induces traffic contention and bottlenecks on specific leaf-to-spine links, ultimately reducing ML training throughput. To mitigate this issue, we introduce a leaf-centric paradigm to ensure traffic originating from the same leaf switch is evenly distributed across multiple spine switches with balanced loads. Through rigorous theoretical analysis, we establish a sufficient condition for avoiding routing polarization and propose a corresponding logical topology design algorithm with polynomial-time complexity. Large-scale simulations validate up to 19.27% throughput improvement and a 99.16% reduction in logical topology computation overhead compared to Mixed Integer Programming (MIP)-based methods.