-
Notifications
You must be signed in to change notification settings - Fork 754
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] Hide reducer non-standard members and add identity #8215
[SYCL][Reduction] Hide reducer non-standard members and add identity #8215
Conversation
This commit adds the value_type and binary_operation member aliases and the dimensions value to the reducer class. Signed-off-by: Larsen, Steffen <[email protected]>
This commit hides the members in reducer that are not mentioned in the SYCL 2020 specification and introduces the identity member function. Signed-off-by: Larsen, Steffen <[email protected]>
Currently in draft as it builds on #8211. |
/verify with intel/llvm-test-suite#1577 |
Signed-off-by: Larsen, Steffen <[email protected]>
/verify with intel/llvm-test-suite#1577 |
Signed-off-by: Larsen, Steffen <[email protected]>
/verify with intel/llvm-test-suite#1577 |
/testwin |
…dentity (intel#8215)" This reverts commit 505aa7d.
@steffenlarsen This change fails to compile with
|
@whitneywhtsang - Seems like it could be a problem with the deduction guides. Which version of clang is having this problem? |
|
Fixed in #8411. |
…nd add identity (intel#8215)"" This reverts commit 55c95b6.
This commit hides the members in reducer that are not mentioned in the SYCL 2020 specification and introduces the identity member function.