Re: [patch, fortran] Set default inline matmul limit to 30

2017-02-25 Thread Steve Kargl
On Sat, Feb 25, 2017 at 02:29:12PM +0100, Thomas Koenig wrote: > > there still was one piece missing for the new matmul library > version. To make sure that users (usually) benefit, we need > to call the library by default up from a certain limit. > The attached patch does that, with a limit of 3

[patch, fortran] Set default inline matmul limit to 30

2017-02-25 Thread Thomas Koenig
Hello world, there still was one piece missing for the new matmul library version. To make sure that users (usually) benefit, we need to call the library by default up from a certain limit. The attached patch does that, with a limit of 30, which seems to be reasonable given a few benchmarks. So