12 - Hardware Acceleration + GPUsDate (online)10/27InstructorChenSlidespdfVideoYouTubeGPU programmingCase study: matrix multiplication on GPU这一节课简单讲解了GPU编程,完全没有基础的话,可以看看快速入门教程。GPU programmingExample: vector add能在cuda上加速,是因为每个进程是独立的,不会互相影响 Case study: matrix multiplication on GPU