Sciweavers

ASPLOS
2011
ACM

On-the-fly elimination of dynamic irregularities for GPU computing

12 years 8 months ago
On-the-fly elimination of dynamic irregularities for GPU computing
The power-efficient massively parallel Graphics Processing Units (GPUs) have become increasingly influential for scientific computing over the past few years. However, their efficiency is sensitive to dynamic irregular memory references and control flows in an application. Experiments have shown great performance gains when these irregularities are removed. But it remains an open question how to achieve those gains through software approaches on real GPUs. In this paper, we present a systematic exploration to tackle dynamic irregularities in both control flows and memory references. We report findings on their inherent properties, including interactions among different types of irregularities, their relations with program data and threads, the computational complexities in removing them, and heuristics-based algorithms for their removal through data reordering, job swapping, and hybrid transformations. Based on these findings, we develop a framework, named G-Streamline, as a u...
Eddy Z. Zhang, Yunlian Jiang, Ziyu Guo, Kai Tian,
Added 24 Aug 2011
Updated 24 Aug 2011
Type Journal
Year 2011
Where ASPLOS
Authors Eddy Z. Zhang, Yunlian Jiang, Ziyu Guo, Kai Tian, Xipeng Shen
Comments (0)