This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: matmul, dotprod, transpose performance patch proposal


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]