Runtime was using the default lock type without using the hint.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D102955
[OpenMP] Fix crashing critical section with hint clause ClosedPublic Authored by hbae on May 21 2021, 4:22 PM.
Details Summary Runtime was using the default lock type without using the hint.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 24 2021, 1:23 PM This revision was landed with ongoing or failed builds.May 24 2021, 3:26 PM Closed by commit rG95cefacfe1c1: [OpenMP] Fix crashing critical section with hint clause (authored by hbae). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 347520 openmp/runtime/src/kmp_csupport.cpp
openmp/runtime/test/critical/omp_critical_with_hint.c
|