Stride in distribute parallel for loops with no chunk size.

Patch by George Rokos.

Differential Revision: https://reviews.llvm.org/D24486

llvm-svn: 298362
This commit is contained in:
Andrey Churbanov 2017-03-21 12:17:22 +00:00
parent 44b6cb4e63
commit 3b939d070c
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ __kmp_for_static_init(
}
}
}
*pstride = trip_count;
break;
}
case kmp_sch_static_chunked: