English

Dynamic Detection of Inefficient Data Mapping Patterns in Heterogeneous OpenMP Applications

Distributed, Parallel, and Cluster Computing 2026-01-21 v1

Abstract

With the growing prevalence of heterogeneous computing, CPUs are increasingly being paired with accelerators to achieve new levels of performance and energy efficiency. However, data movement between devices remains a significant bottleneck, complicating application development. Existing performance tools require considerable programmer intervention to diagnose and locate data transfer inefficiencies. To address this, we propose dynamic analysis techniques to detect and profile inefficient data transfer and allocation patterns in heterogeneous applications. We implemented these techniques into OMPDataPerf, which provides detailed traces of problematic data mappings, source code attribution, and assessments of optimization potential in heterogeneous OpenMP applications. OMPDataPerf uses the OpenMP Tools Interface (OMPT) and incurs only a 5 % geometric-mean runtime overhead.

Keywords

Cite

@article{arxiv.2601.12713,
  title  = {Dynamic Detection of Inefficient Data Mapping Patterns in Heterogeneous OpenMP Applications},
  author = {Luke Marzen and Junhyung Shim and Ali Jannesari},
  journal= {arXiv preprint arXiv:2601.12713},
  year   = {2026}
}

Comments

Accepted to The 31st ACM SIGPLAN Annual Symposium on Principles and Practice of Parallel Programming (PPoPP '26)

R2 v1 2026-07-01T09:09:59.509Z