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
- Host: GitHub
- URL: https://github.com/ankhoa1212/cuda-program
- Owner: ankhoa1212
- Created: 2024-12-06T17:12:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T06:54:30.000Z (about 1 year ago)
- Last Synced: 2025-06-10T18:48:23.934Z (10 months ago)
- Topics: cpp, cuda, curand, gpu-programming, parallel-reduction
- Language: C
- Homepage:
- Size: 13.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)