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

a possible new pattern from NPB LU #130

Open
chunhualiao opened this issue Oct 29, 2021 · 0 comments
Open

a possible new pattern from NPB LU #130

chunhualiao opened this issue Oct 29, 2021 · 0 comments

Comments

@chunhualiao
Copy link
Collaborator

For LU, two tools (Intel Inspector and Archer)can analyze it without crashes or timeout. Both tools report that a function named blts has data races. Our investigation finds that blts has two parallel loops using nowait, combined with a flush directive to synchronize memory operations. None of the two tools can recognize this complicated code pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant