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

Explicit Atomics in Syncvar Implementation #235

Conversation

insertinterestingnamehere
Copy link
Collaborator

This one's more straightforward than the debate around aligned_t because syncvars were already treated as atomics internally. This was just a matter of making the loads and stores explicit.

I also made ARM take the same branch as x86 for these blocks of code since we're currently assuming lock-free atomics there too.

@insertinterestingnamehere insertinterestingnamehere changed the base branch from main to release-1.20-pre February 7, 2024 18:03
Copy link
Collaborator

@janciesko janciesko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@insertinterestingnamehere insertinterestingnamehere merged commit 1f86571 into sandialabs:release-1.20-pre Mar 26, 2024
176 of 297 checks passed
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

Successfully merging this pull request may close these issues.

2 participants