Skip to content

fearlessfara/mxm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mxm

MultiThread Matrix Multiplication

alt text
Optimized matrix multiplication can also be done using BLAS libraries (which are written in fortran, a mathematical-scientific language which has different memory structures that allow a particular kind of optimization in dealing with matrices.
By the way this programme is meant to be a machine independant version of the software and because of the fact that BLAS is pretty hard to install and also pretty machine/hardware dependant I've preferred to create my own version of the optimized matrix multiplication algorithm/program using posix threads (which sould work on any modern operative system (macOS, windows and unix-like).

Hope you enjoy reading this and obviusly if you think you have found a bug/error or you think you have a possible improvement please let me know!!

About

MultiThread Matrix Multiplication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published