-
Notifications
You must be signed in to change notification settings - Fork 768
[ESIMD] Allow full autodeduction of template parameters for atomic_update USM API accepting simd_view #14043
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
Conversation
… API accepting simd_view
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, minor comment
@@ -9400,16 +9429,61 @@ atomic_update(T *p, simd<Toffset, N> byte_offset, simd<T, N> src0, | |||
|
|||
/// simd<T, N> | |||
/// atomic_update(T *ptr, simd<Toffset, N> byte_offset, | |||
/// simd<T, N> src0, props = {}); // (usm-au1-2) |
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.
Looks like we lost the // (usm-au1-2)
comment, is that intentional?
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.
nvm i see, the diff is just confusing
…date USM API accepting simd_view (intel#14043)
No description provided.