Skip to content

[SYCL][NFC] Use reducer-access helper function instead of deduction guide #8411

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 1 commit into from
Feb 21, 2023

Conversation

steffenlarsen
Copy link
Contributor

The use of deduction guides in the ReducerAccess helper class causes problems when building with a compiler that does not support them. This commit changes the implementation to use a helper function instead.

…uide

The use of deduction guides in the ReducerAccess helper class causes
problems when building with a compiler that does not support them. This
commit changes the implementation to use a helper function instead.

Signed-off-by: Larsen, Steffen <[email protected]>
@steffenlarsen steffenlarsen temporarily deployed to aws February 21, 2023 06:31 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws February 21, 2023 11:18 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen merged commit b66236a into intel:sycl Feb 21, 2023
callumfare pushed a commit to callumfare/llvm that referenced this pull request Feb 28, 2023
…uide (intel#8411)

The use of deduction guides in the `ReducerAccess` helper class causes
problems when building with a compiler that does not support them. This
commit changes the implementation to use a helper function instead.

Signed-off-by: Larsen, Steffen <[email protected]>
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.

3 participants