DocumentCode
3683846
Title
Executing dataflow actors as kahn processes
Author
Andreas Tretter;Jani Boutellier;James Guthrie;Lars Schor;Lothar Thiele
Author_Institution
Computer Engineering and Networks Laboratory, ETH Zurich, Zurich, Switzerland
fYear
2015
Firstpage
105
Lastpage
114
Abstract
Programming models which specify an application as a network of independent computational elements have emerged as a promising paradigm for programming streaming applications. The antagonism between expressivity and analysability has led to a number of different such programming models, which provide different degrees of freedom to the programmer. One example are Kahn process networks (KPNs), which, due to certain restrictions in communication, can guarantee determinacy (their results are independent of timing by construction). On the other hand, certain dataflow models, such as the CAL Actor Language, allow non-determinacy and thus higher expressivity, however at the price of static analysability and thus a potentially less efficient implementation. In many cases, however, non-determinacy is not required (or even not desired), and relying on KPN for the implementation seems advantageous. In this paper, we propose an algorithm for classifying dataflow actors (i.e. computational elements) as KPN compatible or potentially not. For KPN compatible dataflow actors, we propose an automatic KPN translation method based on this algorithm. In experiments, we show that more than 75% of all mature actors of a standard multimedia benchmark suite can be classified as KPN compatible and that their execution time can be reduced by up to 1.97x using our proposed translation technique. Finally, in a manual classification effort, we validate these results and list different classes of KPN incompatibility.
Keywords
"Fires","Prefetching","Firing","History","Programming","Computational modeling","Yttrium"
Publisher
ieee
Conference_Titel
Embedded Software (EMSOFT), 2015 International Conference on
Type
conf
DOI
10.1109/EMSOFT.2015.7318265
Filename
7318265
Link To Document