DCPFApr 11

PICO: Performance Insights for Collective Operations

arXiv:2508.1680919.21 citationsh-index: 14Has Code
Predicted impact top 13% in DC · last 90 daysOriginality Incremental advance
AI Analysis

For HPC and AI practitioners, PICO provides systematic, reproducible benchmarking and tuning of collective operations, addressing a critical bottleneck in large-scale distributed computing.

PICO is an open-source framework for benchmarking collective operations on modern HPC and AI systems, revealing that default algorithms can be up to 5× slower than optimal choices and enabling up to 44% reduction in LLM training times through optimized collective profiles.

Collective operations are cornerstones of both HPC applications and large-scale AI training and inference, yet benchmarking them in a systematic and reproducible way remains difficult on modern systems due to the complexity of their hardware and software stacks. Existing suites primarily report end-to-end timings and offer limited support for controlled algorithm and configuration selection, fine-grained profiling, and capturing the runtime environment. We present PICO (Performance Insights for Collective Operations), an open-source framework that decouples portable experiment setup from platform execution, provides a backend-adaptive parameter selection interface across MPI and NCCL, supplies plain-MPI reference collective implementations, optionally instrumentable, and records the system configuration for reproducible comparisons. Evaluated on three major supercomputers, PICO shows that default collective algorithms and transport settings can be up to $5\times$ slower than the best available choice. It provides diagnostic evidence by isolating topology sensitive algorithmic choices and, through instrumentation, reveals detailed algorithmic breakdowns. To assess end-to-end effects of benchmark-informed tuning and evaluate application-level impacts, we replay open-source LLM training traces in ATLAHS simulator with optimized collective profiles identified by PICO, achieving reductions in training times of up to $44\%$.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes