[patch, fortran, RFC] First steps towards inlining matmul

Thomas Koenig tkoenig@netcologne.de
Sat Apr 11 12:24:00 GMT 2015


OK, here is a new version.

There is now an option for setting a maximum on the array size,
which takes its default from the BLAS limit (if specified).

Currently, only setting the maximum size to zero as a way of
disabling the unrolling is supported.  I have done this in a
few test cases.

The bugs reported by Dominique have now been fixed.

Still to do:  Bounds checking (a rather big one), honoring the
maximum size, test cases, ChangeLog, some more comments to the code.

Anything else?

Regards

	Thomas


-------------- next part --------------
A non-text attachment was scrubbed...
Name: matmul-10.diff
Type: text/x-patch
Size: 31446 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20150411/84b32dcc/attachment.bin>


More information about the Fortran mailing list