DCMar 13

GPU-Accelerated Algorithms for Process Mapping

arXiv:2510.121961.1
Predicted impact top 92% in DC · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the need for faster process mapping in high-performance computing, offering incremental improvements through GPU acceleration.

The paper tackles the process mapping problem for supercomputers by proposing two GPU-accelerated algorithms, resulting in significant speed improvements: the first achieves up to 934 times faster performance with competitive communication costs, and the second reaches up to 12376 times faster while maintaining solution quality.

Process mapping asks to assign vertices of a task graph to processing elements of a supercomputer such that the computational workload is balanced while the communication cost is minimized. Motivated by the recent success of GPU-based graph partitioners, we propose two GPU-accelerated algorithms for this optimization problem. The first algorithm employs hierarchical multisection, which partitions the task graph alongside the hierarchy of the supercomputer. The method utilizes GPU-based graph partitioners to accelerate the mapping process. The second algorithm integrates process mapping directly into the modern multilevel graph partitioning pipeline. Vital phases like coarsening and refinement are accelerated by exploiting the parallelism of GPUs. The first algorithm has, on average, about 12 percent higher communication costs than the state-of-the-art solver and thus remains competitive with it. However, in terms of speed, it vastly outperforms the competitor with a geometric mean speedup of 22 times and a maximum speedup of 934 times. The second approach is even faster, with a geometric mean speedup of 1454 times and a peak speedup of 12376 times. Compared to other algorithms that prioritize speed over solution quality, this approach has the same quality but much greater speedups. To our knowledge, these are the first GPU-based algorithms for process mapping.

Foundations

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

Your Notes