Matrix Multiplication. FPUNA @ 2008Matrix Multiplication algorithms performance comparison.
We compare diferent versions of algorithm including: - Sequential simple. - 1D y 2D parallel algorithm
... [More]
implemented with pthreads. - ...
The implementations are all made on C/C++, and correspond to a Practice Work for the "Design of Parallel Algorithms Course" from FPUNA.
Matrix Multiplication parallel algorithm performance comparison.
As a second part of the project, we compare four diferent parallel algorithms for solve the matrix multiplication of two square dense matrices.
The algorithms compared are: - 2D with block-cyclic distribution. - Cannon - DNS - Diagonal 2D
We use OpenMPI for implementation. [Less]
Created
about 1 year
ago.