Skip to content

ErShubham4u/hpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you're on Linux/macOS: Terminal

cd /path/to/your/file g++ a.cpp -fopenmp -o a.out ./a.out

sudo apt update sudo apt install g++

window a.exe

4 nvcc main.cu -o matrix_mul ./matrix_mul

nvcc --version

Note: The file should have a .cu extension (not .cpp) for CUDA. So rename it to a.cu if needed: mv a.cpp a.cu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages