Understanding Data Movement in Tightly Coupled Heterogeneous Systems: A Case Study with the Grace Hopper Superchip
Luigi Fusco, Mikhail Khalilov, Marcin Chrapek, Giridhar Chukkapalli, Thomas Schulthess, Torsten Hoefler
TL;DR
The paper tackles data movement in tightly coupled heterogeneous systems by performing a thorough microbenchmark study of the Quad GH200 Alps node, which pairs a Grace CPU with Hopper GPUs under a cache-coherent NVLink-C2C interconnect and a Slingshot network. It develops a datapath-oriented benchmark suite to map bandwidth and latency across local and peer memories, and validates findings with real workloads including GEMM, LLM inference, and NCCL, illustrating how data placement and memory pathways dominate performance in memory-bound scenarios. Key findings show that the C2C unified memory and ATS-enabled memory systems enable powerful pooling across CPUs and GPUs, yet performance remains highly sensitive to where data is allocated and how memory is accessed, with Hopper and Grace exhibiting distinct caching and ATS behaviors. The work informs memory-placement strategies and programming models for future tightly coupled heterogeneous systems, highlighting the practical importance of data layout decisions for memory-bound HPC and ML workloads.
Abstract
Heterogeneous supercomputers have become the standard in HPC. GPUs in particular have dominated the accelerator landscape, offering unprecedented performance in parallel workloads and unlocking new possibilities in fields like AI and climate modeling. With many workloads becoming memory-bound, improving the communication latency and bandwidth within the system has become a main driver in the development of new architectures. The Grace Hopper Superchip (GH200) is a significant step in the direction of tightly coupled heterogeneous systems, in which all CPUs and GPUs share a unified address space and support transparent fine grained access to all main memory on the system. We characterize both intra- and inter-node memory operations on the Quad GH200 nodes of the new Swiss National Supercomputing Centre Alps supercomputer, and show the importance of careful memory placement on example workloads, highlighting tradeoffs and opportunities.
