Title
Divergence analysis
Abstract
Growing interest in graphics processing units has brought renewed attention to the Single Instruction Multiple Data (SIMD) execution model. SIMD machines give application developers tremendous computational power; however, programming them is still challenging. In particular, developers must deal with memory and control-flow divergences. These phenomena stem from a condition that we call data divergence, which occurs whenever two processing elements (PEs) see the same variable name holding different values. This article introduces divergence analysis, a static analysis that discovers data divergences. This analysis, currently deployed in an industrial quality compiler, is useful in several ways: it improves the translation of SIMD code to non-SIMD CPUs, it helps developers to manually improve their SIMD applications, and it also guides the automatic optimization of SIMD programs. We demonstrate this last point by introducing the notion of a divergence-aware register spiller. This spiller uses information from our analysis to either rematerialize or share common data between PEs. As a testimony of its effectiveness, we have tested it on a suite of 395 CUDA kernels from well-known benchmarks. The divergence-aware spiller produces GPU code that is 26.21% faster than the code produced by the register allocator used in the baseline compiler.
Year
DOI
Venue
2013
10.1145/2523815
ACM Trans. Program. Lang. Syst.
Keywords
DocType
Volume
SIMD machine,divergence-aware register spiller,GPU code,SIMD program,application developers tremendous computational,SIMD application,divergence analysis,SIMD code,data divergence,static analysis
Journal
35
Issue
Citations 
PageRank 
4
2
0.38
References 
Authors
46
4
Name
Order
Citations
PageRank
Diogo Sampaio1483.84
Rafael Martins de Souza220.38
Sylvain Collange316618.07
Fernando Magno Quintão Pereira421620.03