Skip to content

[SYCL] fix comparator to be strictly less-than. #8259

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

Conversation

cperkinsintel
Copy link
Contributor

the comparator to sort should be strictly less than, rather than lazy boolean check.
On Windows, a debug build may insert a check to make sure that comparator(a,b) != comparator(b,a) and this check results in an assert when tested on the current boolean check

…. On Windows, a debug build will result in a check to make sure that comparator(a,b) != comparator(b,a) and this check results in an assert.
@cperkinsintel cperkinsintel requested a review from a team as a code owner February 9, 2023 01:12
@cperkinsintel cperkinsintel changed the title [SYCL] fix compartor to be strictly less-than. [SYCL] fix comparator to be strictly less-than. Feb 9, 2023
@cperkinsintel cperkinsintel temporarily deployed to aws February 9, 2023 01:38 — with GitHub Actions Inactive
@cperkinsintel cperkinsintel temporarily deployed to aws February 9, 2023 12:26 — with GitHub Actions Inactive
@cperkinsintel cperkinsintel requested review from againull, dm-vodopyanov and a team February 9, 2023 23:12
@againull againull merged commit 68214a7 into intel:sycl Feb 10, 2023
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