Mini Projects
Each mini project has a clear set of goals. Explore and understand different concepts practically while working towards achieving those goals.
xGeMM
Goal: Code matrix multiplication from scratch and (try to) match the performance of cuBLAS SGeMM.
Content Index
- Custom Data Structure: MatrixFP32 (and utility function)
- Naive CPU implementation vs BLAS level implementation (using Eigen)