@inproceedings{b10d25d422534ddda7f653745f3eb913,
title = "Incremental flattening for nested data parallelism",
abstract = "Compilation techniques for nested-parallel applications that can adapt to hardware and dataset characteristics are vital for unlocking the power of modern hardware. This paper proposes such a technique, which builds on fattening and is applied in the context of a functional data-parallel language. Our solution uses the degree of utilized parallelism as the driver for generating a multitude of code versions, which together cover all possible mappings of the application's regular nested parallelism to the levels of parallelism supported by the hardware. These code versions are then combined into one program by guarding them with predicates, whose threshold values are automatically tuned to hardware and dataset characteristics. Our unsupervised method-of statically clustering datasets to code versions-is different from autotuning work that typically searches for the combination of code transformations producing a single version, best suited for a specific dataset or on average for all datasets. We demonstrate-by fully integrating our technique in the repertoire of a compiler for the Futhark programming language-significant performance gains on two GPUs for three real-world applications, from the financial domain, and for six Rodinia benchmarks.",
keywords = "Compilers, Functional language, GPGPU, Parallel",
author = "Troels Henriksen and Frederik Thor{\o}e and Martin Elsman and Cosmin Oancea",
year = "2019",
month = feb,
day = "16",
doi = "10.1145/3293883.3295707",
language = "English",
series = "Proceedings of the ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, PPOPP",
publisher = "Association for Computing Machinery, Inc.",
pages = "53--67",
booktitle = "PPoPP 2019 - Proceedings of the 24th Principles and Practice of Parallel Programming",
note = "24th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, PPoPP 2019 ; Conference date: 16-02-2019 Through 20-02-2019",
}