Randomized Work Stealing for Large Scale Soft Real-Time Systems

2016 IEEE Real-Time Systems Symposium (RTSS)(2016)

引用 27|浏览52
暂无评分
摘要
Recent years have witnessed the convergence of two important trends in real-time systems: growing computational demand of applications and the adoption of processors with more cores. As real-time applications now need to exploit parallelism to meet their real-time requirements, they face a new challenge of scaling up computations on a large number of cores. Randomized work stealing has been adopted as a highly scalable scheduling approach for general-purpose computing. In work stealing, each core steals work from a randomly chosen core in a decentralized manner. Compared to centralized greedy schedulers, work stealing may seem unsuitable for real-time computing due to the non-predictable nature of random stealing. Surprisingly, our experiments with benchmark programs found that random work stealing (in Cilk Plus) delivers tighter distributions in task execution times than a centralized greedy scheduler (in GNU OpenMP).To support scalable soft real-time computing, we develop Real-Time Work-Stealing platform (RTWS), a real-time extension to the widely used Cilk Plus concurrency platform. RTWS employs federated scheduling to allocate cores to multiple parallel real-time tasks offline, while leveraging the work stealing scheduler to schedule each task on its dedicated cores online. RTWS supports parallel programs written in Cilk Plus and requires only task parameters that can be readily measured using existing Cilk Plus tools. Experimental results show that RTWS outperforms Real-Time OpenMP in term of deadline miss ratio, relative response time and resource efficiency on a 32-core system.
更多
查看译文
关键词
large scale soft real-time systems,computational demand,parallelism,scheduling,general-purpose computing,more-core processor adoption,centralized greedy schedulers,real-time computing,GNU OpenMP,real-time work-stealing platform,RTWS,Cilk Plus concurrency platform,parallel real-time tasks,parallel programs,real-time OpenMP,deadline miss ratio,response time,resource efficiency,32-core system,randomized work stealing
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要