-
Notifications
You must be signed in to change notification settings - Fork 807
[SYCL] Rename cluster_group to fixed_size_group #8978
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
Conversation
Signed-off-by: James Brodman <[email protected]>
This PR seems to be missing the file "partitioned_group.hpp". |
Signed-off-by: James Brodman <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure of the timeline for this change. I'm approving, but you might want to wait for @Pennycook to return in case he has suggestions on a better name.
Signed-off-by: James Brodman <[email protected]>
Signed-off-by: James Brodman <[email protected]>
Signed-off-by: James Brodman <[email protected]>
Failed Tests (1): |
- Remove __builtin_unreachable() - Suppress warnings about unused parameters for host device - Rename cluster_group in end-to-end tests (see #8978) --------- Signed-off-by: John Pennycook <[email protected]> Co-authored-by: Larsen, Steffen <[email protected]>
This renames the experimental "cluster_group" as "fixed_size_group". We needed to reclaim the name for future extension purposes.