Skip to content

ufukomer/cuda-radix-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Radix sort analyses in parallel and serial ways.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages