Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the architecture and programming of GPUs, focusing on their massively threaded hardware and the CUDA programming model. Topics include multithreading strategies, SIMD vs. vector processors, image processing examples, GPU history, and the importance of GPUs in modern computing. The instructor emphasizes the need for early start and correctness in GPU programming, with suggestions for optimizing performance.