Skip to content

Sorting array using bitonic merge sort on CUDA

Notifications You must be signed in to change notification settings

sung-bin-park/cuda-bitonic-sort

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CUDA Bitonic Merge Short

Sorting algorithm powered by CUDA technology.

Task

Given randomly generated input array of integers, sort it in ascending order.

Then verify solution using std::sort.

This implementation is limited to only arrays with size of power of two.

Requirements

cmake
c++
gcc-6
latest nvidia drivers
nvidia-cuda-toolkit

About

Sorting array using bitonic merge sort on CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 63.8%
  • C++ 31.2%
  • CMake 5.0%