首页 | 本学科首页   官方微博 | 高级检索  
     


Analyzing GPU-controlled communication with dynamic parallelism in terms of performance and energy
Affiliation:1. Fraunhofer ITWM, Fraunhofer Platz 1, Kaiserslautern, Germany;2. Ruprecht-Karls University of Heidelberg, B6 26, Mannheim, Germany;1. Illinois Institute of Technology, Chicago, IL, USA;2. Argonne National Laboratory, Argonne, IL, USA;3. Northern Illinois University, DeKalb, IL, USA;1. Institute of Mathematics and Computing Science, University of Groningen, Groningen 9747 AG, The Netherlands;2. Department of Modeling Simulation & Visualization Engineering Old Dominion University, Norfolk, VA 23529, United States;3. Scuola di Ingegneria, University of Basilicata, Potenza, Italy
Abstract:Graphic Processing Units (GPUs) are widely used in high performance computing, due to their high computational power and high performance per Watt. However, one of the main bottlenecks of GPU-accelerated cluster computing is the data transfer between distributed GPUs. This not only affects performance, but also power consumption. The most common way to utilize a GPU cluster is a hybrid model, in which the GPU is used to accelerate the computation, while the CPU is responsible for the communication. This approach always requires a dedicated CPU thread, which consumes additional CPU cycles and therefore increases the power consumption of the complete application. In recent work we have shown that the GPU is able to control the communication independently of the CPU. However, there are several problems with GPU-controlled communication. The main problem is intra-GPU synchronization, since GPU blocks are non-preemptive. Therefore, the use of communication requests within a GPU can easily result in a deadlock. In this work we show how dynamic parallelism solves this problem. GPU-controlled communication in combination with dynamic parallelism allows keeping the control flow of multi-GPU applications on the GPU and bypassing the CPU completely. Using other in-kernel synchronization methods results in massive performance losses, due to the forced serialization of the GPU thread blocks. Although the performance of applications using GPU-controlled communication is still slightly worse than the performance of hybrid applications, we will show that performance per Watt increases by up to 10% while still using commodity hardware.
Keywords:
本文献已被 ScienceDirect 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号