Skip to content

PascaleCourseraCourses/mp-generic-bubble-sort

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

"Generic Bubble Sort"

A single block generic parallel bubble sort implementation (CUDA)

Compile

# run from repo dir
nvcc -o out/generic-bubble-sort generic-bubble-sort.cu

Approach

To know how this implementation works, check this answer posted on stackoverflow.

TODOs

  • push the integer version (done by Nadhir)
  • write the generic version
  • optimize memory access by using the shared memory
  • describe the parallel approach in the README.md

About

Single block generic bubble sort (CUDA)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 100.0%