-
Notifications
You must be signed in to change notification settings - Fork 123
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
[HIP] Enable more ordering and scope capabilities for atomic memory ops #1415
[HIP] Enable more ordering and scope capabilities for atomic memory ops #1415
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1415 +/- ##
==========================================
- Coverage 14.82% 12.51% -2.32%
==========================================
Files 250 239 -11
Lines 36220 35949 -271
Branches 4094 4076 -18
==========================================
- Hits 5369 4498 -871
- Misses 30800 31447 +647
+ Partials 51 4 -47 ☔ View full report in Codecov by Sentry. |
df1701b
to
e3b256c
Compare
e3b256c
to
2b2b118
Compare
@GeorgeWeb if you could fix the merge conflict that would be great |
2b2b118
to
1162eee
Compare
1162eee
to
08b19b2
Compare
@mmoadeli ping. That one may have flown under the radar - would it be possible to take a look, please? |
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.
LGTM
DPCPP changes:
(enables
sycl::memory_order::seq_cst
insycl::atomic_ref
)