Skip to content

Latest commit

 

History

History
executable file
·
5 lines (3 loc) · 301 Bytes

README.md

File metadata and controls

executable file
·
5 lines (3 loc) · 301 Bytes

GPU Matrix Multiplication in CUDA

The software implements GPU matrix multiplication written in CUDA.

The code was was developed as part of a parallel computation course and built upon a substantial starter code shared by Prof Bryan Chin. Credit to Austin Crain for some initial help in the setup.