Affinity initialization code expects __kmp_affinity_type has the value affinity_default by default, but the cleanup code does not properly set the value back to affinity_default.
This may introduce some issues when multiple roots are trying to initialize/uninitialize the runtime successively.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM