Taming the Tail: NoI Topology Synthesis for Mixed DL Workloads on Chiplet-Based Accelerators
Arnav Shukla, Harsh Sharma, Srikant Bharadwaj, Vinayak Abrol, Sujay Deb
TL;DR
The paper tackles tail-latency challenges in NoI topologies for chiplet-based accelerators under memory-driven MoE workloads. It introduces an Interference Score to quantify worst-case slowdown under contention and formulates NoI synthesis as a multi-objective optimization, solved by PARL, a partition-aware reinforcement learner. PARL-generated topologies achieve improved tail robustness by creating memory-cut islands and partitioned pathways, reducing worst-case slowdown to roughly 1.2x while maintaining competitive mean throughput compared to dense meshes. The results underscore the need for workload-aware, non-uniform NoI designs to meet SLAs in heterogeneous chiplet systems, informing future interconnect architectures for AI workloads.
Abstract
Heterogeneous chiplet-based systems improve scaling by disag-gregating CPUs/GPUs and emerging technologies (HBM/DRAM).However this on-package disaggregation introduces a latency inNetwork-on-Interposer(NoI). We observe that in modern large-modelinference, parameters and activations routinely move backand forth from HBM/DRAM, injecting large, bursty flows into theinterposer. These memory-driven transfers inflate tail latency andviolate Service Level Agreements (SLAs) across k-ary n-cube base-line NoI topologies. To address this gap we introduce an InterferenceScore (IS) that quantifies worst-case slowdown under contention.We then formulate NoI synthesis as a multi-objective optimization(MOO) problem. We develop PARL (Partition-Aware ReinforcementLearner), a topology generator that balances throughput, latency,and power. PARL-generated topologies reduce contention at the memory cut, meet SLAs, and cut worst-case slowdown to 1.2 times while maintaining competitive mean throughput relative to link-rich meshes. Overall, this reframes NoI design for heterogeneouschiplet accelerators with workload-aware objectives.
