This change enforces the use of the serial reduction method when the team size is 1 even if KMP_FORCE_REDUCTION is set. Using the serial reduction method avoids unnecessary synchronization and should always be used when the team size is 1.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM