Re: Refining autopar cost model for outer loops

2012-05-14 Thread Richard Guenther
On Sun, May 13, 2012 at 6:02 PM, Razya Ladelsky wrote: > Hi, > > This patch changes the minimum number of iterations of outer loops for the > runtime check which tests whether it is worthwhile to parallelize the loop > or not. > The current minimum number of iterations for all loops is MIN_PER_THR

Refining autopar cost model for outer loops

2012-05-13 Thread Razya Ladelsky
Hi, This patch changes the minimum number of iterations of outer loops for the runtime check which tests whether it is worthwhile to parallelize the loop or not. The current minimum number of iterations for all loops is MIN_PER_THREAD * number of threads, when MIN_PER_THREAD is arbitrarily set