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
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