/RadixSortCUDA

This is an implementation of radix sort using CUDA.

Primary LanguageCuda

Radix Sort with CUDA

Relatively unoptimized number sorting algorithm using Radix sort.

Run with:

nvcc sort.cu -o sort && ./sort