[Openmp-commits] [PATCH] D125991: [OpenMP][libomp] Fix affinity warnings and unify under one macro
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu May 19 11:18:46 PDT 2022
jlpeyton created this revision.
jlpeyton added reviewers: tlwilmar, hbae, AndreyChurbanov.
jlpeyton added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
jlpeyton requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125991
Files:
openmp/runtime/src/kmp_affinity.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125991.430749.patch
Type: text/x-patch
Size: 13476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220519/1538c1a0/attachment-0001.bin>
More information about the Openmp-commits
mailing list