4959

Performance Debugging of GPGPU Applications with the Divergence Map

Bruno Coutinho, Diogo Sampaio, Fernando M. Q. Pereira, Wagner Meira Jr.
Departamento de Ciencia da Computacao, Universidade Federal de Minas Gerais, Belo Horizonte, Brazil
22nd International Symposium on Computer Architecture and High Performance Computing (SBAC-PAD), 2010

@article{meira2010performance,

   title={Performance debugging of GPGPU applications with the divergence map},

   author={Meira Jr, P.W.},

   year={2010},

   booktitle={22nd International Symposium on Computer Architecture and High Performance Computing (SBAC-PAD), 2010}

}

Source Source   

1363

views

The increasing programability and the high computational power of Graphical Processing Units (GPU) make them attractive to general purpose programming. However, taking full benefit of this execution environment is a challenging task. One of these challenges stem from divergences, a phenomenon that occurs when threads that execute in lock-step are forced to take different program paths due to branches in the code. In face of divergences, some threads will have to wait, idly, while their diverging siblings execute. Optimizing the code to avoid divergences is difficult, because this task demands a deep understanding of programs that might be large and convoluted. In order to facilitate the detection of divergences, this paper introduces the divergence map, a data structure that indicates the location and the volume of divergences in a program. We build this map via dynamic profiling techniques, which we have implemented on top of an open source CUDA compiler. To illustrate the importance of the divergence map, we have used it to pin-point the core regions that must be optimized in well known public applications. By hand optimizing some applications, we have added 9-11% speedups onto kernels that have already gone through the sieve of many programmers.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: