A DSL Based Toolchain for Design Space Exploration in Structured Parallel Programming

Marco Danelutto,Massimo Torquati,Peter Kilpatrick
DOI: https://doi.org/10.1016/j.procs.2016.05.477
2016-01-01
Procedia Computer Science
Abstract:We introduce a DSL based toolchain supporting the design of parallel applications where parallelism is structured after parallel design pattern compositions. A DSL provides the possibility to write high level parallel design pattern expressions representing the structure of parallel applications, to refactor the pattern expressions, to evaluate their non-functional properties (e.g. ideal performance, total parallelism degree, etc.) and finally to generate parallel code ready to be compiled and run on different target architectures. We discuss a proof-of-concept prototype implementation of the proposed toolchain generating FastFlow code and show some preliminary results achieved using the prototype implementation.
What problem does this paper attempt to address?