Skip to content

Implements LSB/MSB radix sort and bitonic sort on GPU

Notifications You must be signed in to change notification settings

anilshanbhag/gpu-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GPU Sort

Contains state-of-the-art implementations of 3 sorting algorithms for GPUs:

  • MSB Radix Sort
  • LSB Radix Sort
  • Bitonic Sort (coming soon)

Check the respective folders for instructions on how to run the sort implementation.

Performance

For sorting 32-bit keys, MSB radix sort is the fastest. LSB radix sort is the easy to use and does stable sorting.

About

Implements LSB/MSB radix sort and bitonic sort on GPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published