Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 273 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 273 Bytes

cuda_tutorial

code for Oct 25 cuda tutorial

Simply run make to build the vector addition and matrix multiply examples

Run ./gem or ./add to run the matrix multiply and vector addition examples respectively

To profile each, run nvprof ./gem and nvprof ./add