This change simplifies kmp_expand_threads to take a single argument. Previously it allowed two arguments and had logic to decide on different potential expansion sizes. However, no calls to kmp_expand_threads in the runtime make use of this extra logic. Thus the extra argument and logic is removed here.
Details
Details
Diff Detail
Diff Detail
- Repository
- rOMP OpenMP