Skip to content

[SYCL][Doc] Add reduction properties extension #15213

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
Sep 3, 2024

Conversation

Pennycook
Copy link
Contributor

Defines new compile-time properties that provide developers with greater control over how a reduction may be implemented.

Closes #1621 .

Defines new compile-time properties that provide developers with greater
control over how a reduction may be implemented.

Signed-off-by: John Pennycook <john.pennycook@intel.com>
@Pennycook Pennycook added the spec extension All issues/PRs related to extensions specifications label Aug 28, 2024
@Pennycook Pennycook requested a review from a team as a code owner August 28, 2024 15:21
Pennycook and others added 3 commits August 30, 2024 08:38
Co-authored-by: Greg Lueck <gregory.m.lueck@intel.com>
Signed-off-by: John Pennycook <john.pennycook@intel.com>
Drop reference to "value representation" because it was confusing.

Signed-off-by: John Pennycook <john.pennycook@intel.com>
@Pennycook Pennycook force-pushed the reduction_properties branch from 853b4bd to df0aa9b Compare August 30, 2024 14:35
Signed-off-by: John Pennycook <john.pennycook@intel.com>
@Pennycook Pennycook force-pushed the reduction_properties branch from df0aa9b to a33abc4 Compare August 30, 2024 14:36
It must be the same work-item that contributes the same values.

Signed-off-by: John Pennycook <john.pennycook@intel.com>
@Pennycook
Copy link
Contributor Author

@intel/llvm-gatekeepers, this can be merged now.

@sommerlukas sommerlukas merged commit e92bf52 into intel:sycl Sep 3, 2024
2 checks passed
@Pennycook Pennycook deleted the reduction_properties branch September 3, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec extension All issues/PRs related to extensions specifications
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add extra controls for different types of reduction
3 participants