Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 292 Bytes

File metadata and controls

5 lines (3 loc) · 292 Bytes

Matrix Multiplication Accelerator in Python

This is a simple project created to explore and learn different implementations of matrix multiplication in Python.
It includes a few basic, optimized, and parallel approaches to understand how performance varies across methods and hardware.