Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a better version of omp_init_lock_with_hint() #4

Open
JimCownie opened this issue Feb 8, 2021 · 0 comments
Open

Implement a better version of omp_init_lock_with_hint() #4

JimCownie opened this issue Feb 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@JimCownie
Copy link
Contributor

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.

@JimCownie 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
@mjklemm mjklemm added the enhancement New feature or request label Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants