CUDA ALGO

my cuda programing practice

TODO

find max element

  • cpu
  • shared memory

reduce sum

  • cpu
  • global memory
  • shared memory
  • warp level

histogram

  • cpu
  • global memory
  • shared memory

sort

bfs

kmeans

https://github.com/domkris/CUDA-Bubble-Sort/blob/master/CUDABubbleSort/kernel.cu

https://github.com/PacktPublishing/Learn-CUDA-Programming/tree/master/Chapter03/03_cuda_thread_programming

https://github.com/PacktPublishing/Learn-CUDA-Programming/blob/master/Chapter07/07_parallel_programming_pattern/03_scan/scan.cu

https://github.com/eegkno/CUDA_by_practice

https://github.com/rbaygildin/learn-gpgpu

https://github.com/Happyxianyueveryday/parallel-programming/tree/master/MPI%20examples