Skip to content

FlyElephantNet/CUDA-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Multiplication (GPU & CPU)

Run command

  • GPU: nvcc Matrix_Multiplication_cuda.cu -o MMC && ./MMC
  • CPU: gcc Matrix_Multiplication_seq.c -o MMS && ./MMS

Result file name

result.txt

About

Matrix Multiplication (GPU & CPU)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published