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
The library currently converts calls to omp_init_lock_with_hint() directly into calls to omp_init_lock(). That is an entirely legal implementation, however since there are machines with hardware support for speculative locks, and our lock-zoo already has such locks, it would be nice to use them where appropriate.
The text was updated successfully, but these errors were encountered:
JimCownie
changed the title
Implement a better version of omp_init_lock_with_hint()
Implement a better version of omp_init_lock_with_hint()
Feb 8, 2021
The library currently converts calls to
omp_init_lock_with_hint()
directly into calls toomp_init_lock()
. That is an entirely legal implementation, however since there are machines with hardware support for speculative locks, and our lock-zoo already has such locks, it would be nice to use them where appropriate.The text was updated successfully, but these errors were encountered: