12 - Hardware Acceleration + GPUs

Date (online)
10/27
Instructor
Chen
Slides
Video
这一节课简单讲解了GPU编程,完全没有基础的话,可以看看快速入门教程。

GPU programming

Example: vector add
能在cuda上加速,是因为每个进程是独立的,不会互相影响
 

Case study: matrix multiplication on GPU