ufukomer / cuda-radix-sort

Radix sort analyses in parallel and serial ways.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Cuda 100.0%