Proof-of-Concept Examples of Performance-Transparent Programming Models

Benjamin Andreassen Bjørnseth,Jan Christian Meyer,Lasse Natvig
DOI: https://doi.org/10.48550/arXiv.1803.11179
2018-03-29
Programming Languages
Abstract:Machine-specific optimizations command the machine to behave in a specific way. As current programming models largely leave machine details unexposed, they cannot accommodate direct encoding of such commands. In previous work we have proposed the design of performance-transparent programming models to facilitate this use-case; this report contains proof-of-concept examples of such programming models. We demonstrate how programming model abstractions may reveal the memory footprint, vector unit utilization and data reuse of an application, with prediction accuracy ranging from 0 to 25 \%.
What problem does this paper attempt to address?