/LP5

Primary LanguageJupyter Notebook

LP5

For HPC -

g++ -fopenmp assignment2.cpp -o assignment2
./assignment2.exe

For CUDA -
nvcc matadd.cu -o matadd
./matadd