Skip to content

andreasstrom/Naive-matrix-multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Naive matrix multiplication algorithm

A test of the performance of various implementations of the naive algorithm for matrix multiplication in C, for matrices stored as 2D arrays. This code compares a basic, non-optimized, function, a vectorized function using SSE4.1, and a cache-blocked function.

About

A test of the performance of various naive matrix multiplication algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published