Fast in-place sorting with CUDA based on bitonic sort

  • Authors:
  • Hagen Peters;Ole Schulz-Hildebrandt;Norbert Luttenberger

  • Affiliations:
  • Research Group for Communication Systems, Department of Computer Science, Christian-Albrechts-University Kiel, Germany;Research Group for Communication Systems, Department of Computer Science, Christian-Albrechts-University Kiel, Germany;Research Group for Communication Systems, Department of Computer Science, Christian-Albrechts-University Kiel, Germany

  • Venue:
  • PPAM'09 Proceedings of the 8th international conference on Parallel processing and applied mathematics: Part I
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

State of the art graphics processors provide high processing power and furthermore, the high programmability of GPUs offered by frameworks like CUDA increases their usability as high-performance coprocessors for general-purpose computing. Sorting is well-investigated in Computer Science in general, but (because of this new field of application for GPUs) there is a demand for high-performance parallel sorting algorithms that fit to the characteristics of modern GPU-architecture. We present a high-performance in-place implementation of Batcher's bitonic sorting networks for CUDA-enabled GPUs. We adapted bitonic sort for arbitrary input length and assigned compare/exchange-operations to threads in a way that decreases low-performance global-memory access and thereby greatly increases the performance of the implementation.