printlogo
ETH Zuerich - Homepage
Computer Engineering and Networks Laboratory (TIK)
 

Publication Details for Inproceedings "Executing Dataflow Actors as Kahn Processes"

 

 Back

 New Search

 

Authors: Andreas Tretter, Jani Boutellier, James Guthrie, Lars Schor, Lothar Thiele
Group: Computer Engineering
Type: Inproceedings
Title: Executing Dataflow Actors as Kahn Processes
Year: 2015
Month: October
Book Titel: 15th International Conference on Embedded Software (EMSOFT)
Pages: 105-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.

Location: Amsterdam, Netherlands
Resources: [BibTeX] [ External LINK ] [Paper as PDF]

 

 Back

 New Search