Skip to content

[SYCL] Fix ext::oneapi::experimental::joint_reduce #7781

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

Merged
merged 6 commits into from
Dec 21, 2022

Conversation

dm-vodopyanov
Copy link
Contributor

@dm-vodopyanov dm-vodopyanov commented Dec 14, 2022

This patch fixes ext::oneapi::experimental::joint_reduce, it missed
the case when WG size is bigger than size of input data.

Test: intel/llvm-test-suite#1452

This patch fixes ext::oneapi::experimental::joint_reduce, it misses
group_broadcast for partial result, reproduced on the specific test case

Test: TBA to llvm-test-suite
@dm-vodopyanov dm-vodopyanov requested a review from a team as a code owner December 14, 2022 16:19
dm-vodopyanov added a commit to dm-vodopyanov/llvm-test-suite that referenced this pull request Dec 14, 2022
This patch add new test which caught missing syncronization issue.

Impl: intel/llvm#7781
@dm-vodopyanov
Copy link
Contributor Author

/verify with intel/llvm-test-suite#1452

@dm-vodopyanov dm-vodopyanov marked this pull request as draft December 14, 2022 16:55
@dm-vodopyanov dm-vodopyanov marked this pull request as ready for review December 19, 2022 12:29
@dm-vodopyanov
Copy link
Contributor Author

/verify with intel/llvm-test-suite#1452

Copy link
Contributor

@romanovvlad romanovvlad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dm-vodopyanov
Copy link
Contributor Author

/verify with intel/llvm-test-suite#1452

@romanovvlad romanovvlad merged commit 23b68db into intel:sycl Dec 21, 2022
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