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

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

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