-
Notifications
You must be signed in to change notification settings - Fork 115
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
Allow passing a non-trivially-copyable comparator to sort #1932
Conversation
Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
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.
LGTM, this should fix the issue.
Thanks
We really need to push for the change to SYCL to make this sort of type intrinsically device copyable. Its a really frustrating maintenance problem.
Edit: added a comment which should be addressed before merging, in my opinion.
found something which needs addressing
Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
b4b5ecf
to
1fa7438
Compare
Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
Will this also make it into the 2022.7.1 patch release? |
@timmiesmith, could you make sure this is a part of 2022.7.1 as well (together with #1927)? |
@dmitriy-sobolev @masterleinad I will include it in the patch release. |
Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com> Co-authored-by: Dmitriy Sobolev <Dmitriy.Sobolev@intel.com>
Fixes #1924.