This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][libomp] Fix affinity warnings and unify under one macro
ClosedPublic

Authored by jlpeyton on May 19 2022, 11:18 AM.

Details

Summary

Warnings that occur during affinity initialization are supposed
to be guarded by KMP_AFFINITY=nowarnings,noverbose, but some had been
missed by this logic. Create one macro for affinity warnings that takes
these settings into account.

Diff Detail

Event Timeline

jlpeyton created this revision.May 19 2022, 11:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 19 2022, 11:18 AM
jlpeyton requested review of this revision.May 19 2022, 11:18 AM
This revision is now accepted and ready to land.Jul 15 2022, 9:06 AM