Skip to content

This is a tiny multiply library which performs the matrix multiplication using some techniques for optimization.

Notifications You must be signed in to change notification settings

diegonieto/matrix-multiply-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Multiply Lib

This is a tiny library focused on the double precision matrix multiplication. The aim of this library is to compare two differents algorithms, the naive and the optimized. Once you have executed the benchmark test you can check how the speed-up can reach even 20x.

Usage

cd build
make
./mxm

About

This is a tiny multiply library which performs the matrix multiplication using some techniques for optimization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages