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] Fix atomic_update with fcmpwr op, fix doxygen. #6949

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

kbobrovs
Copy link
Contributor

@kbobrovs kbobrovs commented Oct 4, 2022

atomic_update with fcmpwr operation used incorrect order of "expected value" and "new value" operands.

Also, documentation for 2-argument atomic_update was misleading - specified incorrect parameter semantics for cmpxchg and fcmpwr operation.

Signed-off-by: Konstantin S Bobrovsky konstantin.s.bobrovsky@intel.com

atomic_update with fcmpwr operation used incorrect order of "expected value"
and "new value" operands.

Also, documentation for 2-argument atomic_update was misleading - specified
incorrect parameter semantics for cmpxchg and fcmpwr operation.

Signed-off-by: Konstantin S Bobrovsky <konstantin.s.bobrovsky@intel.com>
@kbobrovs kbobrovs requested a review from a team as a code owner October 4, 2022 00:59
@kbobrovs kbobrovs merged commit 52923e6 into intel:sycl Oct 4, 2022
@kbobrovs
Copy link
Contributor Author

kbobrovs commented Oct 4, 2022

@dongkyunahn-intel, FYI. Sorry, forgot to add you as a reviewer.

@kbobrovs kbobrovs deleted the esimd_fix_atomic_fcmpwr branch October 4, 2022 20:56
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