Toward efficient many-core scheduling of partial expansion graphs
Research output: Chapter in Book/Report/Conference proceeding › Conference contribution › Scientific › peer-review
Details
Original language | English |
---|---|
Title of host publication | Proceedings of the 21st International Workshop on Software and Compilers for Embedded Systems, SCOPES 2018 |
Publisher | Association for Computing Machinery, Inc |
Pages | 100-103 |
Number of pages | 4 |
ISBN (Print) | 9781450357807 |
DOIs | |
Publication status | Published - 28 May 2018 |
Publication type | A4 Article in a conference publication |
Event | International Workshop on Software and Compilers for Embedded Systems - St. Goar, Germany Duration: 28 May 2018 → 30 May 2018 |
Conference
Conference | International Workshop on Software and Compilers for Embedded Systems |
---|---|
Country | Germany |
City | St. Goar |
Period | 28/05/18 → 30/05/18 |
Abstract
Transformation of synchronous data flow graphs (SDF) into equivalent homogeneous SDF representations has been extensively applied as a pre-processing stage when mapping signal processing algorithms onto parallel platforms. While this transformation helps fully expose task and data parallelism, it also presents several limitations such as an exponential increase in the number of actors and excessive communication overhead. Partial expansion graphs were introduced to address these limitations for multi-core platforms. However, existing solutions are not well-suited to achieve efficient scheduling on many-core architectures. In this article, we develop a new approach that employs cyclo-static data flow techniques to provide a simple but efficient method of coordinating the data production and consumption in the expanded graphs. We demonstrate the advantage of our approach through experiments on real application models.