This patch adds the mask and ident_t function to get the
openmp version. It also adds logic to force monotonic:dynamic
behavior when OpenMP version less than 5.0.
The OpenMP version is stored in the format:
major*10+minor e.g., OpenMP 5.0 = 50
Paths
| Differential D90632
[OpenMP] Add ident_t flags for compiler OpenMP version ClosedPublic Authored by jlpeyton on Nov 2 2020, 10:34 AM.
Details Summary This patch adds the mask and ident_t function to get the The OpenMP version is stored in the format:
Diff Detail
Unit TestsFailed
Event TimelineThis revision is now accepted and ready to land.Nov 2 2020, 1:30 PM This revision was landed with ongoing or failed builds.Nov 5 2020, 9:15 AM Closed by commit rG5e34877480df: [OpenMP] Add ident_t flags for compiler OpenMP version (authored by jlpeyton). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 302335 openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_dispatch.cpp
|
clang-tidy: warning: invalid case style for function 'get_openmp_version' [readability-identifier-naming]
not useful