forked from OSchip/llvm-project
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:
parent
44b6cb4e63
commit
3b939d070c
|
@ -281,6 +281,7 @@ __kmp_for_static_init(
|
|||
}
|
||||
}
|
||||
}
|
||||
*pstride = trip_count;
|
||||
break;
|
||||
}
|
||||
case kmp_sch_static_chunked:
|
||||
|
|
Loading…
Reference in New Issue