Re: Matrix Multiplication
- From: rmaudsley@xxxxxxxxxxxxxx
- Date: Thu, 3 Jan 2008 12:40:45 -0800 (PST)
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
.
- Follow-Ups:
- Re: Matrix Multiplication
- From: Evgenii Rudnyi
- Re: Matrix Multiplication
- References:
- Matrix Multiplication
- From: Evgenii Rudnyi
- Matrix Multiplication
- Prev by Date: Re: Solve Ax=b with different weights for each x[i]
- Next by Date: Re: Matrix Multiplication
- Previous by thread: Matrix Multiplication
- Next by thread: Re: Matrix Multiplication
- Index(es):
Loading