English

Static task mapping for heterogeneous systems based on series-parallel decompositions

Distributed, Parallel, and Cluster Computing 2026-04-15 v1

Abstract

Modern heterogeneous systems consist of many different processing units, such as CPUs, GPUs, FPGAs and AI units. A central problem in the design of applications in this environment is to find a beneficial mapping of tasks to processing units. While there are various approaches to task mapping, few can deal with high heterogeneity or applications with a high number of tasks and many dependencies. In addition, streaming aspects of FPGAs are generally not considered. We present a new general task mapping principle based on graph decompositions and model-based evaluation that can find beneficial mappings regardless of the complexity of the scenario. We apply this principle to create a high-quality and reasonably efficient task mapping algorithm using series-parallel decompositions. For this, we present a new algorithm to compute a forest of series-parallel decomposition trees for general DAGs. We compare our decomposition-based mapping algorithm with three mixed-integer linear programs, one genetic algorithm and two variations of the Heterogeneous Earliest Finish Time (HEFT) algorithm. We show that our approach can generate mappings that lead to substantially higher makespan improvements than the HEFT variations in complex environments while being orders of magnitude faster than a mapper based on genetic algorithms or integer linear programs.

Keywords

Cite

@article{arxiv.2502.19745,
  title  = {Static task mapping for heterogeneous systems based on series-parallel decompositions},
  author = {Martin Wilhelm and Thilo Pionteck},
  journal= {arXiv preprint arXiv:2502.19745},
  year   = {2026}
}

Comments

To be published in 34th Heterogeneity in Computing Workshop (HCW 2025), held in conjunction with the International Parallel and Distributed Processing Symposium (IPDPS)

R2 v1 2026-06-28T21:59:37.563Z