You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many OpenMP functions internally map to the windows sync api, which is fine. However, some are implemented in VCOMPxxx.dll directly. These have to be intercepted and mapped to happens-before. This especially applies for the barriers at the end of each parallel region.
The text was updated successfully, but these errors were encountered:
Many OpenMP functions internally map to the windows sync api, which is fine. However, some are implemented in
VCOMPxxx.dll
directly. These have to be intercepted and mapped to happens-before. This especially applies for the barriers at the end of each parallel region.The text was updated successfully, but these errors were encountered: