Skip to content

maxeler/Dense-Matrix-Multiplication

Repository files navigation

Dense Matrix Multiplication

Dense Matrix Multiplication

### Description A matrix is dense if most of its elements are non-zero. Multiplication involves a dot product between every row of a matrix against every column of another matrix. This leads to O(N^3) compute with only O(N^2) data. Since compute costs dominate over data transfer costs, this is ideal for DFE acceleration.

Dense Matrix Multiplication on AppGallery

About

Dense Matrix Multiplication app

Resources

License

Stars

5 stars

Watchers

19 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors