Merge branch 'TimothyGu-develop' into develop
This commit is contained in:
Zhang Xianyi
2014-06-05 17:01:12 +08:00
7 changed files with 20 additions and 14 deletions

View File

@@ -86,7 +86,8 @@ void CNAME(blasint n, FLOAT alpha, FLOAT *x, blasint incx, FLOAT *y, blasint inc
if (incx == 0 || incy == 0)
nthreads = 1;
//Temporarily walk around the low performance issue with small imput size & multithreads.
//Temporarily work-around the low performance issue with small imput size &
//multithreads.
if (n <= 10000)
nthreads = 1;