English

Fast GPGPU Data Rearrangement Kernels using CUDA

Distributed, Parallel, and Cluster Computing 2010-11-17 v1 Graphics Performance

Abstract

Many high performance-computing algorithms are bandwidth limited, hence the need for optimal data rearrangement kernels as well as their easy integration into the rest of the application. In this work, we have built a CUDA library of fast kernels for a set of data rearrangement operations. In particular, we have built generic kernels for rearranging m dimensional data into n dimensions, including Permute, Reorder, Interlace/De-interlace, etc. We have also built kernels for generic Stencil computations on a two-dimensional data using templates and functors that allow application developers to rapidly build customized high performance kernels. All the kernels built achieve or surpass best-known performance in terms of bandwidth utilization.

Keywords

Cite

@article{arxiv.1011.3583,
  title  = {Fast GPGPU Data Rearrangement Kernels using CUDA},
  author = {Michael Bader and Hans-Joachim Bungartz and Dheevatsa Mudigere and Srihari Narasimhan and Babu Narayanan},
  journal= {arXiv preprint arXiv:1011.3583},
  year   = {2010}
}
R2 v1 2026-06-21T16:44:20.066Z