wdlctc / Dense-Matrix-Multiplication

Dense Matrix Multiplication app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 2-Clause "Simplified" License


Languages

Language:C 63.7%Language:Makefile 36.3%