News
Youtube Channel CG
Semester:
Winter Term
SWS/ECTS: 6
Recommended for:
Master-Inf
Vorrausetzungen
keine
Examination Type:
oral
If you have any questions, please contact Martin Lambers.
Goals:
This lecture is about programming massively parallel processors, in particular graphics processing units (GPUs), using generic APIs and methods that are independent from computer graphics. Students do not need computer graphics knowledge, but should have first experiences with C/C++ programming.
This is mainly a practical course, with one hour of lecture and two hours of hands-on exercises per week, plus a larger project task in the second half of the term.
Contents:
- General Purpose Computations on Graphics Processing Units (GPGPU)
- Graphics-independent APIs for programming GPUs: mainly OpenCL and CUDA, plus an overview of OpenACC and SYCL
- Selected algorithms for massively parallel processors
Literature:
- Kirk, Hwu: Programming Massively Parallel Processors: A Hands-on Approach, Third Edition, Morgan Kaufman 2017
Script, example code, exercises and other material will be available from the Moodle site.