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

[SYCL][Reduction] Fix range reductions after work restrictions #8641

Closed

Conversation

steffenlarsen
Copy link
Contributor

This commit fixes an issue where range reductions would potentially supply less work than the work group size while the reduction algorithm assuming the exact same number of items as work.

This commit fixes an issue where range reductions would potentially
supply less work than the work group size while the reduction algorithm
assuming the exact same number of items as work.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen
Copy link
Contributor Author

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

@steffenlarsen
Copy link
Contributor Author

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

1 similar comment
@steffenlarsen
Copy link
Contributor Author

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

@steffenlarsen
Copy link
Contributor Author

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

@steffenlarsen steffenlarsen temporarily deployed to aws March 15, 2023 18:10 — with GitHub Actions Inactive
Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen
Copy link
Contributor Author

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

@steffenlarsen steffenlarsen temporarily deployed to aws March 15, 2023 18:53 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws March 15, 2023 19:26 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen marked this pull request as ready for review March 16, 2023 11:47
@steffenlarsen steffenlarsen requested a review from a team as a code owner March 16, 2023 11:47
@steffenlarsen
Copy link
Contributor Author

After discussion with @aelovikov-intel I'm moving this back to draft to explore alternative options.

@steffenlarsen steffenlarsen marked this pull request as draft March 16, 2023 16:50
@steffenlarsen
Copy link
Contributor Author

Replacement strategy: #8709

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.

1 participant