@inproceedings{f73ea14ad1324fa5842d7b35ac3b63e0,
title = "DANBI: Dynamic scheduling of irregular stream programs for many-core systems",
abstract = "The stream programming model has received a lot of interest because it naturally exposes task, data, and pipeline parallelism. However, most prior work has focused on static scheduling of regular stream programs. Therefore, irregular applications cannot be handled in static scheduling, and the load imbalance caused by static scheduling faces scalability limitations in many-core systems. In this paper, we introduce the DANBI1 programming model which supports irregular stream programs and propose dynamic scheduling techniques. Scheduling irregular stream programs is very challenging and the load imbalance becomes a major hurdle to achieve scalability. Our dynamic load-balancing scheduler exploits producer-consumer relationships already expressed in the stream program to achieve scalability. Moreover, it effectively avoids the thundering-herd problem and dynamically adapts to load imbalance in a probabilistic manner. It surpasses prior static stream scheduling approaches which are vulnerable to load imbalance and also surpasses prior dynamic stream scheduling approaches which have many restrictions on supported program types, on the scope of dynamic scheduling, and on preserving data ordering. Our experimental results on a 40-core server show that DANBI achieves an almost linear scalability and outperforms state-of-the-art parallel runtimes by up to 2.8 times.",
keywords = "Irregular Programs, Load Balancing, Scheduling, Software Pipelining, Stream Programming",
author = "Changwoo Min and Eom, \{Young Ik\}",
year = "2013",
doi = "10.1109/PACT.2013.6618816",
language = "English",
isbn = "9781479910212",
series = "Parallel Architectures and Compilation Techniques - Conference Proceedings, PACT",
pages = "189--200",
booktitle = "PACT 2013 - Proceedings of the 22nd International Conference on Parallel Architectures and Compilation Techniques",
note = "22nd International Conference on Parallel Architectures and Compilation Techniques, PACT 2013 ; Conference date: 07-09-2013 Through 11-09-2013",
}