This patch introduces a new RTM lock type based on spin lock which is
used for OMP lock with speculative hint on supported architecture.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92615
[OpenMP] Use RTM lock for OMP lock with synchronization hint ClosedPublic Authored by hbae on Dec 3 2020, 3:44 PM.
Details Summary This patch introduces a new RTM lock type based on spin lock which is
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 9 2020, 5:49 AM This revision was landed with ongoing or failed builds.Dec 9 2020, 5:15 PM Closed by commit rGc3b5009aa7f4: [OpenMP] Use RTM lock for OMP lock with synchronization hint (authored by hbae). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 310726 openmp/runtime/src/kmp_csupport.cpp
openmp/runtime/src/kmp_lock.h
openmp/runtime/src/kmp_lock.cpp
openmp/runtime/src/kmp_runtime.cpp
openmp/runtime/src/kmp_settings.cpp
|