Add atomic hint flags to the enum.
The hint parameter type was changed to uint32_t in __kmpc_critical_with_hint()
Patch by Olga Malysheva
Differential D51235
[OpenMP] Change hint parameter type for critical to uint32_t. ClosedPublic Authored by jlpeyton on Aug 24 2018, 2:30 PM.
Details Summary Add atomic hint flags to the enum. Patch by Olga Malysheva
Diff Detail
Event Timelinejlpeyton added a parent revision: D51233: [OpenMP] Synchronization hint constants added to headers.Aug 24 2018, 2:30 PM This revision is now accepted and ready to land.Aug 24 2018, 2:39 PM Closed by commit rOMP341694: [OpenMP] Change hint parameter type for critical to uint32_t (authored by jlpeyton). · Explain WhySep 7 2018, 11:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 164484 runtime/src/kmp.h
runtime/src/kmp_csupport.cpp
|