Implementing the PGI Accelerator model
The Portland Group, Inc.
Proceedings of the 3rd Workshop on General-Purpose Computation on Graphics Processing Units, GPGPU ’10, 2010
@inproceedings{wolfe2010implementing,
title={Implementing the PGI Accelerator model},
author={Wolfe, M.},
booktitle={Proceedings of the 3rd Workshop on General-Purpose Computation on Graphics Processing Units},
pages={43–50},
year={2010},
organization={ACM}
}
The PGI Accelerator model is a high-level programming model for accelerators, such as GPUs, similar in design and scope to the widely-used OpenMP directives. This paper presents some details of the design of the compiler that implements the model, focusing on the Planner, the element that maps the program parallelism onto the hardware parallelism.
August 23, 2011 by hgpu