GPU/CUDA: Difference between revisions

From Fluids Wiki
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:bader_intro.pdf|Parallel & GPU computing - Why should I bother?]]
** [[Media:Bader_intro.pdf|Parallel & GPU computing - Why should I bother?]]
** [[Media:bader_cuda.pdf|Parallel Computing on GPUs]] (with CUDA)
** [[Media:Bader_cuda.pdf|Parallel Computing on GPUs]] (with CUDA)
** [[Media:bader_swe.pdf|SWE – An Education-Oriented Code to Solve the Shallow Water Equations]]
** [[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:cuda_heat.c|Heat equation C code]]. Warning: incomplete and contains bugs. Intended as an exercise.
** [[Media:Cuda_heat.c|Heat equation C code]]. Warning: incomplete and contains bugs. Intended as an exercise.

Latest revision as of 20:17, 13 August 2013