Experiences with Mapping Non-linear Memory Access Patterns into GPUs

  • Authors:
  • Eladio Gutierrez;Sergio Romero;Maria A. Trenas;Oscar Plata

  • Affiliations:
  • Department of Computer Architecture, University of Malaga, Spain;Department of Computer Architecture, University of Malaga, Spain;Department of Computer Architecture, University of Malaga, Spain;Department of Computer Architecture, University of Malaga, Spain

  • Venue:
  • ICCS '09 Proceedings of the 9th International Conference on Computational Science: Part I
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Modern Graphics Processing Units (GPU) are very powerful computational systems on a chip. For this reason there is a growing interest in using these units as general purpose hardware accelerators (GPGPU). To facilitate the programming of general purpose applications, NVIDIA introduced the CUDA programming environment. CUDA provides a simplified abstraction of the underlying complex GPU architecture, so as a number of critical optimizations must be applied to the code in order to get maximum performance. In this paper we discuss our experience in porting an application kernel to the GPU, and all classes of design decisions we adopted in order to obtain maximum performance.