Re: Matrix Multiplication



Surely modern performance issues worthy of discussion relate to vector
FPU and the choice of AoS/SoA data layout.

But it's a nice "introduction" ...

"it is assumed that you already know it. If you are in doubt, please
refresh your knowledge in Wikipedia"

On Jan 3, 7:32 pm, Evgenii Rudnyi <use...@xxxxxxxxx> wrote:
Hello,

I have written an introductory text about matrix multiplication where
I compare the performance in NumPy, Fortran, C, and C++. The direct
(naive) implementation is compared with ATLAS.

http://matrixprogramming.com/MatrixMultiply/

Your comments are welcome.

Best wishes,

Evgenii Rudnyi

- Richard Maudsley
.


Loading