-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Fix device selector bug introduced in #12288 #12328
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
The very last commit in that PR (intel@f9a1377) accidentally removed one condition needed to add the device into allowed devices list. Restore it here.
✅ With the latest revision this PR passed the C/C++ code formatter. |
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.
Is there any test that caught the error? If not, should we add one?
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. Thanks for adding the test.
CUDA failure looks like some race condition in the CI itself, not a real failure for this PR. Previuos version passed at https://github.com/intel/llvm/actions/runs/7466771596. |
The very last commit in #12288
(f9a1377) accidentally removed one condition needed to add the device into allowed devices list. Restore it here.