Skip to content

Hawzen/CUDA-Bitonic-Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The best Bitonic sort implementation ever written

Parallel sorting is so fast compared to sequential sorting, given you have have the processors. This implementation of Bitonic sort uses CUDA to achieve monsterous performance.

Test sample

sorting

Sorting a list with 2^29 elements

HUGE_sorting