Balanced affinity only updated the thread's affinity with the operating system.
This change also has the thread's private mask reflect that change as well so
that any API that probes the thread's affinity mask will report the correct mask value.
Details
Details
- Reviewers
AndreyChurbanov tlwilmar omalyshe hbae - Commits
- rGe525f0d4e224: [OpenMP] Fix balanced affinity so thread's private affinity mask is updated
rOMP343142: [OpenMP] Fix balanced affinity so thread's private affinity mask is updated
rL343142: [OpenMP] Fix balanced affinity so thread's private affinity mask is updated
Diff Detail
Diff Detail
- Repository
- rL LLVM