Skip to content

ducviettiendoan/matrix-mult-parallel

Repository files navigation

CS401-Matrix-Multiplication-Parallel-Computing

Author: Khoi Le and Duc Doan

GOAL: To discover matrix multiplication algorithms and implement them in parallel to see + compare the runtime and overheads each algorithm has. The improvement in runtime is made in comparing to the naive O(n^3) sequential algorithm. We also care about the cache friendly as a factor with more details in the SUMMA Algorithm.

Compile code (-pthread for pthread and -fopenmp for openMP):

g++ -pthread summa.cpp -fopenmp -o summa

Link to the research paper: https://online.flippingbook.com/view/87471271/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages