Computer Science (Jan 2013)

Comparison Of Hybrid Sorting Algorithms Implemented On Different Parallel Hardware Platforms

  • Dominik Zurek,
  • Marcin Pietron,
  • Maciej Wielgosz,
  • Kazimierz Wiatr

DOI
https://doi.org/10.7494/csci.2013.14.4.679
Journal volume & issue
Vol. 14, no. 4
p. 679

Abstract

Read online

Sorting is a common problem in computer science. There are lot of well-known sorting algorithms created for sequential execution on a single processor. Recently, hardware platforms enable to create wide parallel algorithms. We have standard processors consist of multiple cores and hardware accelerators like GPU. The graphic cards with their parallel architecture give new possibility to speed up many algorithms. In this paper we describe results of implementation of a few different sorting algorithms on GPU cards and multicore processors. Then hybrid algorithm will be presented which consists of parts executed on both platforms, standard CPU and GPU.

Keywords