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

[ESIMD] Allow full autodeduction of template parameters for atomic_update USM API accepting simd_view #14043

Merged
merged 4 commits into from
Jun 6, 2024

Conversation

fineg74
Copy link
Contributor

@fineg74 fineg74 commented Jun 5, 2024

No description provided.

@fineg74 fineg74 marked this pull request as ready for review June 5, 2024 04:08
@fineg74 fineg74 requested a review from a team as a code owner June 5, 2024 04:08
Copy link
Contributor

@sarnex sarnex left a 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)
Copy link
Contributor

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?

Copy link
Contributor

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

@sarnex sarnex merged commit 353cc51 into intel:sycl Jun 6, 2024
13 of 14 checks passed
@fineg74 fineg74 deleted the atomicUpdateSimdViewUSM branch June 6, 2024 20:55
ianayl pushed a commit to ianayl/sycl that referenced this pull request Jun 13, 2024
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