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: patches for increased performance of matmul, dotprod, transpose


Tobias Schlüter wrote:
If the manual loop unrolling is really helpful, I think an optimizer bug
should be filed.  On IRC our optimizer guys told me that at least the
modification to matmul should already be done automatically, so I'm wondering,
  if you have any benchmark numbers supporting this modification?  Can't the
same effect be obtained by building libgfortran with -funroll-loops?

Tobi,

I am just curious, is there an easy way to have the normal build process apply -funroll-loops to libgfortran or perhaps parts of libgfortran?


Or does one have to apply -funroll-loops and maybe other optimizations manually to the library?



Jerry



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