Skip to content

Latest commit

 

History

History

cuda_tutorial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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