Skip to content
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] removal of interfering assert #15612

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

cperkinsintel
Copy link
Contributor

find_matching_descendent_device return type is std::optional, meaning it does not need to return a match if none is found. The calling code anticipates this. But the assert here precludes that path. Removing.

This is causing a bug on one of our big systems so we need the fix. But I'm not sure if a test needs to be added nor how to write such, as we don't see this problem on the lab or CI systems.

… it does not need to return a match if none is found. The calling code anticipates this. But the assert here precludes that path. Removing.
@cperkinsintel cperkinsintel marked this pull request as ready for review October 4, 2024 19:38
@cperkinsintel cperkinsintel requested a review from a team as a code owner October 4, 2024 19:38
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.

1 participant