Computergrafik

Massively Parallel Computing INF4173 (Master)

Notes:

Content

Graphics processors contain hundreds of parallel processing elements and thus enable us to explore this realm of massively parallel computing today. The high number of parallel cores poses a great challenge for software design that must expose massive parallelism to benefit from the new hardware. The main purpose of the lecture is to teach practical algorithm design for such parallel hardware.

This year the course is offered as a one-week block course.


Please visit the course page on ILIAS for details on dates and material.

Taking part

To take part, do the following:

Criteria

Exercises during block course

Oral exam

Grading

Planned Schedule

DateLecturesExercises
Do., 05.03.2015Intro
Memory
Assignment 1: Kernel Calls,Memory Transfer
Assignment 2: Cross Correlation, Reverse Arrays
Fr., 06.03.2015Control Flow
Sorting
Assignment 3: Reduction, Compaction
Assignment 4: Bucket Sort, Cell Coverage
WeekendAssignment 4: Bucket Sort, Cell Coverage (continued)
Mo., 09.03.2015Data Structures
Profiling
Searching
Assignment 5: Matrix Multiplication, Searching
Di., 10.03.2015

OpenCL
N-Body

Systems

Assignment 6: Particle Systems
Mi., 11.03.2015PDEs
Numerics
Assignment 6: Particle Systems (continued)