Title :
Exploiting Concurrent GPU Operations for Efficient Work Stealing on Multi-GPUs
Author :
Lima, João V F ; Gautier, Thierry ; Maillard, Nicolas ; Danjean, Vincent
Author_Institution :
Grenoble Univ., Grenoble, France
Abstract :
The race for Exascale computing has naturally led the current technologies to converge to multi-CPU/multi-GPU computers, based on thousands of CPUs and GPUs interconnected by PCI-Express buses or interconnection networks. To exploit this high computing power, programmers have to solve the issue of scheduling parallel programs on hybrid architectures. And, since the performance of a GPU increases at a much faster rate than the throughput of a PCI bus, data transfers must be managed efficiently by the scheduler. This paper targets multi-GPU compute nodes, where several GPUs are connected to the same machine. To overcome the data transfer limitations on such platforms, the available soft wares compute, usually before the execution, a mapping of the tasks that respects their dependencies and minimizes the global data transfers. Such an approach is too rigid and it cannot adapt the execution to possible variations of the system or to the application´s load. We propose a solution that is orthogonal to the above mentioned: extensions of the Xkaapi software stack that enable to exploit full performance of a multi-GPUs system through asynchronous GPU tasks. Xkaapi schedules tasks by using a standard Work Stealing algorithm and the runtime efficiently exploits concurrent GPU operations. The runtime extensions make it possible to overlap the data transfers and the task executions on current generation of GPUs. We demonstrate that the overlapping capability is at least as important as computing a scheduling decision to reduce completion time of a parallel program. Our experiments on two dense linear algebra problems (Matrix Product and Cholesky factorization) show that our solution is highly competitive with other soft wares based on static scheduling. Moreover, we are able to sustain the peak performance (approx. 310 GFlop/s) on DGEMM, even for matrices that cannot be stored entirely in one GPU memory. With eight GPUs, we archive a speed-up of 6.74 with respect to single-GPU- The performance of our Cholesky factorization, with more complex dependencies between tasks, outperforms the state of the art single-GPU MAGMA code.
Keywords :
graphics processing units; matrix decomposition; multiprocessing programs; parallel programming; processor scheduling; Cholesky factorization; PCI-Express buses; XKaapi software stack; asynchronous GPU task scheduling; completion time reduction; concurrent GPU operations; exascale computing; global data transfer minimization; hybrid architectures; interconnection networks; linear algebra problems; matrix product; multiCPU computers; multiGPU compute nodes; multiGPU computers; parallel program scheduling; work stealing algorithm; Computer architecture; Graphics processing units; Kernel; Linear algebra; Runtime; data flow model; dense linear algebra; multi-GPUs; work stealing;
Conference_Titel :
Computer Architecture and High Performance Computing (SBAC-PAD), 2012 IEEE 24th International Symposium on
Conference_Location :
New York, NY
Print_ISBN :
978-1-4673-4790-7
DOI :
10.1109/SBAC-PAD.2012.28