Strategies for maximizing utilization on multi-CPU and multi-GPU heterogeneous architectures

被引:0
作者
Angeles Navarro
Antonio Vilches
Francisco Corbera
Rafael Asenjo
机构
[1] University of Malaga,Department of Computer Architecture
[2] Universidad de Málaga,Andalucía Tech, Department of Computer Architecture
来源
The Journal of Supercomputing | 2014年 / 70卷
关键词
Heterogeneous computing; Dynamic scheduling; Adaptive partitioning; Task parallelism; Oversubscription; Synchronization;
D O I
暂无
中图分类号
学科分类号
摘要
This paper explores the possibility of efficiently executing a single application using multicores simultaneously with multiple GPU accelerators under a parallel task programming paradigm. In particular, we address the challenge of extending a parallel_for template to allow its exploitation on heterogeneous architectures. Due to the asymmetry of the computing resources, we propose in this work a dynamic scheduling strategy coupled with an adaptive partitioning scheme that resizes chunks to prevent underutilization and load imbalance of CPUs and GPUs. In this paper we also address the problem of the underutilization of the CPU core where a host thread operates. To solve it, we propose two different approaches: (1) a collaborative host thread strategy, in which the host thread, instead of busy-waiting for the GPU to complete, it carries out useful chunk processing; and (2) a host thread blocking strategy combined with oversubscription, that delegates on the OS the duty of scheduling threads to available CPU cores in order to guarantee that all cores are doing useful work. Using two benchmarks we evaluate the overhead introduced by our scheduling and partitioning algorithms, finding that it is negligible. We also evaluate the efficiency of the strategies proposed finding that allowing oversubscription controlled by the OS can be beneficial under certain scenarios.
引用
收藏
页码:756 / 771
页数:15
相关论文
empty
未找到相关数据