Parallel Matrix Multiplication on a GPU using CUDA C.
Video Notes: https://0mean1sigma.com/2678x-faster-how-gpus-supercharge-matrix-multiplication/
Code Repository: https://github.com/tgautam03/CUDA-C
Animations: https://github.com/tgautam03/0Mean1Sigma/tree/master/CUDA_01
00:00 - Introduction
01:00 - Matrix Multiplication
01:52 - Sequential Matrix Multiplication in C
03:23 - Why use a GPU for this problem
04:01 - CPU vs GPU
04:56 - CUDA Programming
07:56 - Matrix Multiplication on a GPU
11:06 - Conclusion