Hawzen / CUDA-Bitonic-Sort

CUDA bitonic sort implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CUDA bitonic sort implementation


Languages

Language:Cuda 97.9%Language:Makefile 2.1%