Fix setting affinity type and topology method when affinity is disabled
and fix places that were not taking into account that affinity can be
explicitly disabled by putting proper KMP_AFFINITY_CAPABLE() check.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@mgorny , This patch should fix the issues you were seeing after https://reviews.llvm.org/D135113. Can you confirm?
Comment Actions
Can't say much about the code but I can confirm that this makes the tests pass for me.