@inproceedings{dbbe1c582c344ec79bffe685a9e53f46,
title = "A Compiler Framework for Optimizing Dynamic Parallelism on GPUs",
abstract = "Dynamic parallelism on GPUs allows GPU threads to dynamically launch other GPU threads. It is useful in applications with nested parallelism, particularly where the amount of nested parallelism is irregular and cannot be predicted beforehand. However, prior works have shown that dynamic parallelism may impose a high performance penalty when a large number of small grids are launched. The large number of launches results in high launch latency due to congestion, and the small grid sizes result in hardware underutilization.To address this issue, we propose a compiler framework for optimizing the use of dynamic parallelism in applications with nested parallelism. The framework features three key optimizations: Thresholding, coarsening, and aggregation. Thresholding involves launching a grid dynamically only if the number of child threads exceeds some threshold, and serializing the child threads in the parent thread otherwise. Coarsening involves executing the work of multiple thread blocks by a single coarsened block to amortize the common work across them. Aggregation involves combining multiple child grids into a single aggregated grid.Thresholding is sometimes applied manually by programmers in the context of dynamic parallelism. We automate it in the compiler and discuss the challenges associated with doing so. Coarsening is sometimes applied as an optimization in other contexts. We propose to apply coarsening in the context of dynamic parallelism and automate it in the compiler as well. Aggregation has been automated in the compiler by prior work. We enhance aggregation by proposing a new aggregation technique that uses multi-block granularity. We also integrate these three optimizations into an open-source compiler framework to simplify the process of optimizing dynamic parallelism code.Our evaluation shows that our compiler framework improves the performance of applications with nested parallelism by a geometric mean of 43.0× over applications that use dynamic parallelism, 8.7× over applications that do not use dynamic parallelism, and 3.6× over applications that use dynamic parallelism with aggregation alone as proposed in prior work.",
author = "Olabi, {Mhd Ghaith} and Luna, {Juan Gomez} and Onur Mutlu and Hwu, {Wen Mei} and Hajj, {Izzat El}",
note = "This work is supported by the University Research Board of the American University of Beirut (URB-AUB-103782-25509).; 20th IEEE/ACM International Symposium on Code Generation and Optimization, CGO 2022 ; Conference date: 02-04-2022 Through 06-04-2022",
year = "2022",
doi = "10.1109/CGO53902.2022.9741284",
language = "English (US)",
series = "CGO 2022 - Proceedings of the 2022 IEEE/ACM International Symposium on Code Generation and Optimization",
publisher = "Institute of Electrical and Electronics Engineers Inc.",
pages = "1--13",
editor = "Lee, {Jae W.} and Sebastian Hack and Tatiana Shpeisman",
booktitle = "CGO 2022 - Proceedings of the 2022 IEEE/ACM International Symposium on Code Generation and Optimization",
address = "United States",
}