HSIP: A Novel Task Scheduling Algorithm for Heterogeneous Computing

Guan Wang,Yuxin Wang,Hui Liu,He Guo
DOI: https://doi.org/10.1155/2016/3676149
2016-01-01
Scientific Programming
Abstract:High-performance heterogeneous computing systems are achieved by the use of efficient application scheduling algorithms. However, most of the current algorithms have low efficiency in scheduling. Aiming at solving this problem, we propose a novel task scheduling algorithm for heterogeneous computing named HSIP (heterogeneous scheduling algorithm with improved task priority) whose functionality relies on three pillars: ( 1 ) an improved task priority strategy based on standard deviation with improved magnitude as computation weight and communication cost weight to make scheduling priority more reasonable; ( 2 ) an entry task duplication selection policy to make the makespan shorter; and ( 3 ) an improved idle time slots (ITS) insertion-based optimizing policy to make the task scheduling more efficient. We evaluate our proposed algorithm on randomly generated DAGs, using some real application DAGs by comparison with some classical scheduling algorithms. According to the experimental results, our proposed algorithm appears to perform better than other algorithms in terms of schedule length ratio, efficiency, and frequency of best results.
computer science, software engineering
What problem does this paper attempt to address?