@misc{9669, author = {Didem Unat and Xing Cai and Scott Baden}, title = {Mint: Realizing CUDA Performance in 3D Stencil Methods With Annotated C}, abstract = {We present Mint, a programming model that enables the non-expert to enjoy the performance benefits of hand coded CUDA without becoming entangled in the details. Mint targets stencil methods, which are an important class of scientific applications. We have implemented the Mint programming model with a source-to-source translator that generates optimized CUDA C from traditional C source. The translator relies on annotations to guide translation at a high level. The set of pragmas is small, and the model is compact and simple. Yet, Mint is able to deliver performance competitive with painstakingly hand-optimized CUDA. We show that, for a set of widely used stencil kernels in two and three dimensions, Mint realized 80\% of the performance obtained from aggressively optimized CUDA on the 200 series NVIDIA GPUs. Our optimizations target three dimensional kernels, which present a daunting array of optimizations.}, year = {2011}, journal = {Proceedings of the 25th International Conference on Supercomputing (ICS{\textquoteright}11)}, pages = {214-224}, publisher = {ACM Press}, isbn = {978-1-4503-0102-2}, doi = {10.1145/1995896.1995932}, editor = {David Lowenthal and Bronis de Supinski and Sally McKee}, }