Strategies for Optimization of Parallel Programs
Department of Informatics Engineering, University of Coimbra
University of Coimbra, Thesis proposal, 2012
@article{fonseca2012strategies,
title={Strategies for Optimization of Parallel Programs},
author={Fonseca, Alcides},
year={2012}
}
Multi-core processors are present in most forms of computing, from a pocket-size smartphone to supercomputers. Consequently, parallel and concurrent programming has reemerged as a pressing concern for everyone interested in exploring all the potential computational power in these machines. Writing parallel, and specially concurrent, programs is not a trivial task as it requires a different reasoning model about the program. Moreover, most of the existing computer is sequential, and does not take advantage of the underlying parallelism of multicore CPUs. The proposed work intends to improve and further advance techniques that automatically parallelize a program. The result of this work should provide better ways of generating parallel programs that are faster and correct.
August 3, 2013 by hgpu