The __kmp_mic_type variable declared under KMP_MIC_SUPPORTED macro, thus all its usages must be guarded by the same macro.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D82301
[OpenMP][NFC] Cleanup: put two more usages of __kmp_mic_type under KMP_MIC_SUPPORTED macro. ClosedPublic Authored by AndreyChurbanov on Jun 22 2020, 7:29 AM.
Details Summary The __kmp_mic_type variable declared under KMP_MIC_SUPPORTED macro, thus all its usages must be guarded by the same macro.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 24 2020, 8:20 AM Closed by commit rG7f3d9cc1c059: [openmp][NFC] Cleanup: guard __kmp_mic_type by KMP_MIC_SUPPORTED macro. (authored by AndreyChurbanov). · Explain WhyJun 29 2020, 4:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 274053 openmp/runtime/src/kmp_affinity.cpp
|