@inproceedings{27eb007b7001405d8b6f486f5c3d0cee,
title = "ParaGraph: Weighted Graph Representation for Performance Optimization of HPC Kernels",
abstract = "GPU-based HPC clusters are attracting more sci-entific application developers due to their extensive parallelism and energy efficiency. In order to achieve portability among a variety of multi/many core architectures, a popular choice for an application developer is to utilize directive-based parallel programming models, such as OpenMP. However, even with OpenMP, the developer must choose from among many strategies for exploiting a GPU or a CPU. This paper introduces a new graph-based program representation for optimization of OpenMP applications. The originality of this work lies in the augmentations of Abstract Syntax Trees (ASTs) and the introduction of edge weights to account for loop and condition information. We evaluate our proposed representation by training a Graph Neural Network (GNN) to predict the runtime of OpenMP code regions across CPUs and GPUs. Various transformations utilizing collapse and data transfer between the CPU and GPU are used to construct the dataset. The trained model is used to determine which transformation provides the best performance. Results indicate that our approach is effective and has normalized RMSE as low as 4× 10-3 to at most 1× 10-2 in its runtime predictions.",
keywords = "HPC, OpenMP, offloading, program representation",
author = "Ali Tehranijamsaz and Alok Mishra and Akash Dutta and Malik, \{Abid M.\} and Barbara Chapman and Ali Jannesari",
note = "Publisher Copyright: {\textcopyright} 2024 IEEE.; 2024 IEEE International Parallel and Distributed Processing Symposium Workshops, IPDPSW 2024 ; Conference date: 27-05-2024 Through 31-05-2024",
year = "2024",
doi = "10.1109/IPDPSW63119.2024.00070",
language = "English",
series = "2024 IEEE International Parallel and Distributed Processing Symposium Workshops, IPDPSW 2024",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "293--300",
booktitle = "2024 IEEE International Parallel and Distributed Processing Symposium Workshops, IPDPSW 2024",
}