Authors: Cosmin E. Oancea, Lawrence Rauchwerger

Venue: Proceedings of the 13th Annual IEEE/ACM International Symposium on Code Generation and Optimization (CGO)
DOI: 10.1109/CGO.2015.7054201
Link to Publication

Abstract:
Subscripts using induction variables that cannot be expressed as a formula in terms of the enclosing-loop indices appear in the low-level implementation of common programming abstractions such as Alter, or stack operations and pose significant challenges to automatic parallelization. Because the complexity of such induction variables is often due to their conditional evaluation across the iteration space of loops we name them Conditional Induction Variables (CIV). This paper presents a flow-sensitive technique that summarizes both such CIV-based and affine subscripts to program level, using the same representation. Our technique requires no modifications of our dependence tests, which is agnostic to the original shape of the subscripts, and is more powerful than previously reported dependence tests that rely on the pairwise disambiguation of read-write references. We have implemented the CIV analysis in our parallelizing compiler and evaluated its impact on five Fortran benchmarks. We have found that that there are many important loops using CIV subscripts and that our analysis can lead to their scalable parallelization. This in turn has led to the parallelization of the benchmark programs they appear in.

@inproceedings{Oancea-sciv(a-2015, 
 author = {Cosmin E. Oancea and 
Lawrence Rauchwerger}, 
 bibsource = {dblp computer science bibliography, https://dblp.org}, 
 biburl = {https://dblp.org/rec/conf/cgo/OanceaR15.bib}, 
 booktitle = {Proceedings of the 13th Annual {IEEE/ACM} International Symposium 
on Code Generation and Optimization, {CGO} 2015, San Francisco, CA, 
USA, February 07 - 11, 2015}, 
 doi = {10.1109/CGO.2015.7054201}, 
 editor = {Kunle Olukotun and 
Aaron Smith and 
Robert Hundt and 
Jason Mars}, 
 pages = {213--224}, 
 publisher = {{IEEE} Computer Society}, 
 timestamp = {Wed, 16 Oct 2019 14:14:57 +0200}, 
 title = {Scalable conditional induction variables {(CIV)} analysis}, 
 url = {https://doi.org/10.1109/CGO.2015.7054201}, 
 year = {2015} 
}