CFP last date
22 April 2024
Reseach Article

Performance Analysis of Parallel Sorting Algorithms using GPU Computing

Published on September 2016 by Neetu Faujdar, S. P. Ghrera
Recent Innovations in Computer Science and Information Technology
Foundation of Computer Science USA
RICSIT2016 - Number 2
September 2016
Authors: Neetu Faujdar, S. P. Ghrera
4a60cce1-8c6d-4dee-aaf1-695154648083

Neetu Faujdar, S. P. Ghrera . Performance Analysis of Parallel Sorting Algorithms using GPU Computing. Recent Innovations in Computer Science and Information Technology. RICSIT2016, 2 (September 2016), 5-11.

@article{
author = { Neetu Faujdar, S. P. Ghrera },
title = { Performance Analysis of Parallel Sorting Algorithms using GPU Computing },
journal = { Recent Innovations in Computer Science and Information Technology },
issue_date = { September 2016 },
volume = { RICSIT2016 },
number = { 2 },
month = { September },
year = { 2016 },
issn = 0975-8887,
pages = { 5-11 },
numpages = 7,
url = { /proceedings/ricsit2016/number2/26189-2024/ },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Proceeding Article
%1 Recent Innovations in Computer Science and Information Technology
%A Neetu Faujdar
%A S. P. Ghrera
%T Performance Analysis of Parallel Sorting Algorithms using GPU Computing
%J Recent Innovations in Computer Science and Information Technology
%@ 0975-8887
%V RICSIT2016
%N 2
%P 5-11
%D 2016
%I International Journal of Computer Applications
Abstract

Sorting is a well interrogating issue in computer science. Many authors have invented numerous sorting algorithms on CPU (Central Processing Unit). In today's life sorting on the CPU is not so efficient. To get the efficient sorting parallelization should be done. There are many ways of parallelization of sorting but at the present time GPU (Graphics Processing Unit) computing is the most preferable way to parallelize the sorting algorithms. Many authors have implemented the some sorting algorithms using GPU computing with CUDA. This paper mentioned the roadmap of research direction of a GPU based sorting algorithms and the various research aspects to work on GPU based sorting algorithms. These research directions include the various sorting algorithms which are parallel (Merge, Quick, Bitonic, Odd-Even, Count, Radix etc. ) sort algorithms using GPU computing with CUDA (Compute Unified Device Architecture). In this paper, we have tested and compared the parallel and sequential (Merge, Quick, Count and Odd-Even sort) using dataset. The testing of parallel algorithms is done using GPU computing with CUDA. The speedup is also measured of various parallel sorting algorithms. The results have depicted that, the count sort is the most efficient sort due to based on the key value. Future research will refine the performance of sorting algorithms in GPU architecture.

References
  1. Greb, Alexander, and Gabriel Zachmann, 2006. GPU-ABiSort: Optimal parallel sorting on stream architectures. IEEE Parallel and Distributed Processing Symposium, IPDPS, 20th International
  2. Inoue, Hiroshi, et al, 2007. AA-sort: A new parallel sorting algorithm for multi-core SIMD processors. Proceedings of the 16th International Conference on Parallel Architecture and Compilation Techniques. IEEE Computer Society.
  3. Sintorn, Erik, and Ulf Assarsson. 2008. Fast parallel GPU-sorting using a hybrid algorithm. Journal of Parallel and Distributed Computing, vol. 68, No. 10, pp. 1381-1388.
  4. Cederman, Daniel, and Philippas Tsigas. 2008. A practical quicksort algorithm for graphics processors. Algorithms-ESA, Springer Berlin Heidelberg, pp. 246-258.
  5. Ro?en, T. , Krzysztof Boryczko, and Witold Alda. 2008. GPU bucket sort algorithm with applications to nearest-neighbour search.
  6. Baraglia, Ranieri, et al. 2009. Sorting using bitonic network with CUDA. the 7th Workshop on Large-Scale Distributed Systems for Information Retrieval (LSDS-IR), Boston, USA.
  7. Leischner, Nikolaj, Vitaly Osipov, and Peter Sanders. 2010. GPU sample sort. Parallel & Distributed Processing (IPDPS), International Symposium on IEEE.
  8. Kukunas, Jim, and James Devine. 2009. GPGPU Parallel Merge Sort Algorithm. NVIDIA Technical Report NVR-
  9. Oat, Christopher, Joshua Barczak, and Jeremy Shopf. 2010. Efficient spatial binning on the GPU. SIGGRAPH Asia
  10. Huang, Bonan, Jinlan Gao, and Xiaoming Li. 2009. An empirically optimized radix sort for gpu. Parallel and Distributed Processing with Applications, IEEE International Symposium on.
  11. Ye, Xiaochun, et al. 2010. High performance comparison-based sorting algorithm on many-core GPUs. Parallel & Distributed Processing (IPDPS), IEEE International Symposium on.
  12. Peters, Hagen, Ole Schulz-Hildebrandt, and Norbert Luttenberger. 2010. Fast in-place sorting with cuda based on bitonic sort. Parallel Processing and Applied Mathematics. Springer Berlin Heidelberg, pp. 403-410.
  13. Peters, Hagen, Ole Schulz-Hildebrandt, and Norbert Luttenberger. 2010. Parallel external sorting for CUDA-enabled GPUs with load balancing and low transfer overhead. Parallel & Distributed Processing, Workshops and Phd Forum (IPDPSW), IEEE International Symposium on.
  14. Satish, Nadathur, et al. 2010. Fast sort on cpus, gpus and intel mic architectures. Intel Labs, pp. 77-80.
  15. Helluy, Philippe. 2011. A portable implementation of the radix sort algorithm in OpenCL.
  16. Krueger, Jens, et al. 2011. Applicability of GPU Computing for Efficient Merge in In-Memory Databases. ADMS@ VLDB.
  17. Miši?, Marko J. , and Milo V. Tomaševi?. 2011. Data sorting using graphics processing units. Telecommunications Forum (TELFOR), 19th. IEEE.
  18. Peters, Hagen, Ole Schulz-Hildebrandt, and Norbert Luttenberger. 2012. A novel sorting algorithm for many-core architectures based on adaptive bitonic sort. Parallel & Distributed Processing Symposium (IPDPS), IEEE 26th International.
  19. Jan, Bilal, et al. 2012. Fast parallel sorting algorithms on GPUs. " International Journal of Distributed and Parallel Systems, vol. 3, pp. 107-118.
  20. Munavalli, Seema M. 2012. Efficient Algorithms for Sorting on GPUs.
  21. Thouti, Krishnahari, and S. R. Sathe. 2012. An OpenCL Method of Parallel Sorting Algorithms for GPU Architecture.
  22. ?urek, Dominik, et al. 2013. The comparison of parallel sorting algorithms implemented on different hardware platforms. " Computer Science, vol. 14, No. 4, pp. 679-691.
  23. Panwar, Mukul, Monu Kumar, and Sanjay Bhargava. 2014. GPU Matrix Sort (An Efficient Implementation of Merge Sort). " International Journal of Computer Applications, vol. 89, No. 18, pp. 9-11.
  24. Arturo Garcia, Jose Omar Alvizo Flores, Ulises Olivares Pinto, Felix Ramos. 2014. Fast Data Parallel Radix Sort Implementation in DirectX 11 Compute Shader to Accelerate Ray Tracing Algorithms. EURASIA GRAPHICS: International Conference on Computer Graphics, Animation and Gaming Technologies, pp. 27-36.
  25. Gluck, Joshua. 2014. Fast GPGPU Based Quadtree Construction.
  26. Ye, Yin, et al. 2014. GPUMemSort: A High Performance Graphics Co-processors Sorting Algorithm for Large Scale In-Memory Data. Journal on Computing (JoC), vol. 1, No. 2.
  27. Polok, Lukas, Viorela Ila, and Pavel Smrz. 2014. Fast radix sort for sparse linear algebra on GPU. Proceedings of the High Performance Computing Symposium. Society for Computer Simulation International.
  28. Mu, Qi, Liqing Cui, and Yufei Song. 2015. The implementation and optimization of Bitonic sort algorithm based on CUDA. arXiv preprint arXiv: 1506. 01446.
  29. Xiao, Jun, Hao Chen, and Jianhua Sun. 2015. High Performance Approximate Sort Algorithm Using GPUs.
  30. Ajdari, Jaumin, et al. 2015. A Version of Parallel Odd-Even Sorting Algorithm Implemented in CUDA Paradigm. " International Journal of Computer Science Issues (IJCSI), vol. 12, No. 3.
  31. Neetu Faujdar and Satya Prakash Ghrera. 2015. Performance Evaluation of Merge and Quick Sort using GPU Computing with CUDA. International Journal of Applied Engineering Research, vol. 10, No. 18, pp. 39315-39319.
  32. Frequent Itemset Mining Implementations Repository,http://fimi. cs. helsinki. fi accessed on 10/11/2015
  33. Zubair Khan, Neetu Faujdar, et al. 2013. Modified BitApriori Algorithm: An Intelligent Approach for Mining Frequent Item-Set. Proc. Of Int. Conf. on Advance in Signal Processing and Communication, pp. 813-819.
Index Terms

Computer Science
Information Sciences

Keywords

Gpu Cuda Parallel Sorting Algorithms.