GPU/CUDA: Difference between revisions
Jump to navigation
Jump to search
(Created page with '* Slides by Michael Bader: ** Parallel & GPU computing - Why should I bother? ** Parallel Computing on GPUs (with CUDA) ** [[Me…') |
No edit summary |
||
Line 1: | Line 1: | ||
* Slides by Michael Bader: | * Slides by Michael Bader: | ||
** [[Media: | ** [[Media:Bader_intro.pdf|Parallel & GPU computing - Why should I bother?]] | ||
** [[Media: | ** [[Media:Bader_cuda.pdf|Parallel Computing on GPUs]] (with CUDA) | ||
** [[Media: | ** [[Media:Bader_swe.pdf|SWE – An Education-Oriented Code to Solve the Shallow Water Equations]] | ||
* C & C++ Code: | * C & C++ Code: | ||
** [[Media:Cuda_mmult.c|Matrix Multiply C code]], cf. book by [http://books.google.ca/books?id=qW1mncii_6EC&q= Kirk & Hwu] | ** [[Media:Cuda_mmult.c|Matrix Multiply C code]], cf. book by [http://books.google.ca/books?id=qW1mncii_6EC&q= Kirk & Hwu] | ||
** [https://github.com/TUM-I5/SWE SWE C++ code] on GitHub. | ** [https://github.com/TUM-I5/SWE SWE C++ code] on GitHub. | ||
** [[Media: | ** [[Media:Cuda_heat.c|Heat equation C code]]. Warning: incomplete and contains bugs. Intended as an exercise. |
Latest revision as of 19:17, 13 August 2013
- Slides by Michael Bader:
- C & C++ Code:
- Matrix Multiply C code, cf. book by Kirk & Hwu
- SWE C++ code on GitHub.
- Heat equation C code. Warning: incomplete and contains bugs. Intended as an exercise.