-
Notifications
You must be signed in to change notification settings - Fork 104
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
Excise loop exec #1549
Excise loop exec #1549
Conversation
policy, explicit atomic policies. | ||
any | ||
auto_atomic seq_exec, Atomic operation *compatible* with | ||
any OpenMP loop execution policy. See example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the "Atomic operation compatible with loop execution policy" mentioned in the comment referring to loop_exec?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand the question? There is no longer any mention of loop_exec.
auto_atomic seq_exec, Atomic operation *compatible* with | ||
any OpenMP loop execution policy. See example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this might be more clear?
auto_atomic seq_exec, Atomic operation *compatible* with | |
any OpenMP loop execution policy. See example | |
auto_atomic seq_exec, Atomic operation *compatible* with | |
any OpenMP most execution policies. See example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works will ALL loop execution policies. https://github.com/LLNL/RAJA/blob/develop/include/RAJA/policy/atomic_auto.hpp#L41
Summary