Data structure health
Nick Mitchell, Gary Sevitsky, et al.
WODA 2007
This paper presents a framework, based on global array data-flow analysis, to reduce communication costs in a program being compiled for a distributed memory machine. We introduce available section descriptor, a novel representation of communication involving array sections. This representation allows us to apply techniques for partial redundancy elimination to obtain powerful communication optimizations. With a single framework, we are able to capture optimizations like 1) vectorizing communication, 2) eliminating communication that is redundant on any control flow path, 3) reducing the amount of data being communicated, 4) reducing the number of processors to which data must be communicated, and (5) moving communication earlier to hide latency, and to subsume previous communication. We show that the bidirectional problem of eliminating partial redundancies can be decomposed into simpler unidirectional problems even in the context of an array section representation, which makes the analysis procedure more efficient. We present results from a preliminary implementation of this framework, which are extremely encouraging, and demonstrate the effectiveness of this analysis in improving the performance of programs. ©1996 IEEE.
Nick Mitchell, Gary Sevitsky, et al.
WODA 2007
Yefim Shuf, Manish Gupta, et al.
POPL 2002
George Almasi, Gyan Bhanot, et al.
EuroPar 2005
Darrell Reimer, Edith Schonberg, et al.
OOPSLA 2004