This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [gfortran,patch] New option to use BLAS routines for matrix multiplication


FX Coudert wrote:
[ http://gcc.gnu.org/ml/gcc-patches/2006-10/msg00343.html ]

The attached patch allows gfortran-compiled code to use the sgemm/dgemm/cgemm/zgemm routines from BLAS to perform matrix multiplications. There is no big change from the last patch I posted. I'll say a few words about how it works, how I tested it, and then answer Janne's comments to my last patch.

*ping*


OK for 4.3?

Your patch changes libgfortran/configure, and that part of the patch did not apply cleanly. But I saw no connection between the changes in configure and what the rest of the patch does, so I assume this is some leftover from other work (and configure wasn't mentioned in the ChangeLog either).


Otherwise, Ok to commit.

--
Janne Blomqvist


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