CGO2015

From HELIX

Revision as of 20:31, 18 December 2014 by Simone (Talk | contribs)
Jump to: navigation, search

HELIX-UP: Relaxing Program Semantics to Unleash Parallelization

Simone Campanoni, Glenn Holloway, Gu-Yeon Wei, David Brooks


Proc. International Symposium on Code Generation and Optimization (CGO), February, 2015


Automatic generation of parallel code for general-purpose commodity processors is a challenging computational problem. Nevertheless, there is a lot of latent thread-level parallelism in the way sequential programs are actually used. To convert latent parallelism into performance gains, users may be willing to compromise on the quality of a program's results. We have developed a parallelizing compiler and runtime that substantially improve scalability by allowing parallelized code to briefly sidestep strict adherence to language semantics at run time. In addition to boosting performance, our approach limits the sensitivity of parallelized code to the parameters of target CPUs (such as core-to-core communication latency) and the accuracy of data dependence analysis.

[ Paper ]

Personal tools