Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 697 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 697 Bytes

Radix Sort Analyses in Parallel and Serial Way

ABSTRACT

This paper presents a comparative analysis of parallel and serial version of radix sort algorithm: Sorting time and speed variation CPU and GPU execution of these algorithms. For that purpose, we have implemented parallel radix sort that using threads for parallelism in GPU and radix sort that is being executed in CPU as serial execution. Both process implemented in order to run on GTX860M architecture.

KEYWORDS

Parallel Computing, Parallel Radix Sort, GPU, CUDA

Read full document...