https://github.com/marnovo/cuda-projects
https://github.com/marnovo/cuda-projects
cuda cuda-kernels gpu gpu-programming nvidia-cuda parallel-computing
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marnovo/cuda-projects
- Owner: marnovo
- Created: 2017-11-06T15:19:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T06:14:27.000Z (over 8 years ago)
- Last Synced: 2025-05-16T07:39:39.693Z (11 months ago)
- Topics: cuda, cuda-kernels, gpu, gpu-programming, nvidia-cuda, parallel-computing
- Language: Cuda
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUDA GPU programming projects
Repository for storing practice projects for [NVIDIA CUDA](http://docs.nvidia.com/cuda/) GPU programming.
Ideally side-by-side comparisons between CPU-run and GPU-run code.
## List of projects
- [Parallelized array element addition](add-array/) (300M elements).
## License
MIT License
Copyright (c) 2017 Marcelo Novaes