https://github.com/trilliwon/cuda-examples
CUDA examples
https://github.com/trilliwon/cuda-examples
cuda gpu-computing nvidia-cuda parallel parallel-computing parallel-programming
Last synced: 9 months ago
JSON representation
CUDA examples
- Host: GitHub
- URL: https://github.com/trilliwon/cuda-examples
- Owner: trilliwon
- Created: 2018-06-10T04:35:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T05:49:49.000Z (over 7 years ago)
- Last Synced: 2025-03-18T22:57:22.477Z (9 months ago)
- Topics: cuda, gpu-computing, nvidia-cuda, parallel, parallel-computing, parallel-programming
- Language: Cuda
- Homepage:
- Size: 413 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUDA Examples
# Resources
- [CUDA by Example: An Introduction to General-Purpose GPU Programming](https://www.amazon.com/CUDA-Example-Introduction-General-Purpose-Programming-ebook/dp/B003VYBOSE/ref=sr_1_1?ie=UTF8&qid=1405958020&sr=8-1&keywords=CUDA+by+Example%3A+An+Introduction+to+General-Purpose+GPU+Programming+%5BKindle+Edition%5D)
- [Professional CUDA C Programming](https://www.amazon.com/Professional-CUDA-Programming-John-Cheng/dp/1118739329/ref=sr_1_1?ie=UTF8&qid=1405958545&sr=8-1&keywords=Professional+CUDA+C+Programming)
- [Programming Massively Parallel Processors: A Hands-on Approach](https://www.amazon.com/Programming-Massively-Parallel-Processors-Hands/dp/0123814723)
- [C Programming - Wikibook](https://en.wikibooks.org/wiki/C_Programming)
- [C Progrmming - Tutorial](https://www.cprogramming.com/tutorial/c-tutorial.html)
- [CUDA programming model](https://docs.nvidia.com/cuda/cuda-c-programming-guide/#programming-model)
- [Shared memory](https://docs.nvidia.com/cuda/cuda-c-programming-guide/#shared-memory)
- [Sorting algorithms](http://mgarland.org/files/papers/gpusort-ipdps09.pdf)
# YouTube Channel
- [Intro to Parallel Programming CUDA - Udacity 458](https://www.youtube.com/playlist?list=PLGvfHSgImk4aweyWlhBXNF6XISY3um82_)
# Technical Support: CUDA Setup
- CUDA programming on a local computer
- Windows: http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-microsoft-windows/index.html
- OSX: http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-mac-os-x/index.html
- Linux: http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/index.html