matmul, dotprod, transpose performance patch proposal

Paul Brook paul@codesourcery.com
Wed Aug 24 17:07:00 GMT 2005


> You might also want to look into the MATMUL(A,TRANSPOSE(B)) optimization
> that was discussed before: instead of creating a transposed temporary, just
> create a copy of B's array descriptor with the x and y direction
> interchanged.

We (CodeSourcery) have a patch for this. It should be finished soon.

Paul



More information about the Fortran mailing list