Scaling All-to-all Operations Across Emerging Many-Core Supercomputers
Shannon Kinkead, Jackson Wesley, Whit Schonbein, David DeBonis, Matthew G. F. Dosanjh, Amanda Bienz
TL;DR
This work tackles the scalability of all-to-all collectives on emerging many-core supercomputers with multi-socket and NUMA architectures. It introduces hierarchical, node-aware, locality-aware, and a novel multi-leader with node-aware all-to-all algorithms, evaluating them on three Sapphire Rapids/MI300A-based systems. The study demonstrates that multi-leader node-aware excels for small messages and that locality-aware approaches can outperform standard node-aware strategies for large data when locality groups align with hardware regions. The results inform algorithm selection and point toward dynamic auto-tuning to optimize all-to-all performance across architectures and workloads.
Abstract
Performant all-to-all collective operations in MPI are critical to fast Fourier transforms, transposition, and machine learning applications. There are many existing implementations for all-to-all exchanges on emerging systems, with the achieved performance dependent on many factors, including message size, process count, architecture, and parallel system partition. This paper presents novel all-to-all algorithms for emerging many-core systems. Further, the paper presents a performance analysis against existing algorithms and system MPI, with novel algorithms achieving up to 3x speedup over system MPI at 32 nodes of state-of-the-art Sapphire Rapids systems.
