An open API service indexing awesome lists of open source software.

https://github.com/ankhoa1212/cuda-program

This is a GPU program built with CUDA using parallel reduction
https://github.com/ankhoa1212/cuda-program

cpp cuda curand gpu-programming parallel-reduction

Last synced: about 1 month ago
JSON representation

This is a GPU program built with CUDA using parallel reduction

Awesome Lists containing this project

README

          

# cuda-program

- uses CUDA version 12.5

# resources

Links to some of the resources that I used / was inspired by:

[quick cuda explainer video](https://www.youtube.com/watch?v=pPStdjuYzSI&ab_channel=Fireship)

[cuda samples](https://github.com/NVIDIA/cuda-samples)

[fun parallel reduction explainer video](https://www.youtube.com/watch?v=_4DtmRcTbhk&ab_channel=Acerola)

[parallel reduction](https://developer.download.nvidia.com/assets/cuda/files/reduction.pdf)