-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL] Discard unsupported platforms output in sycl-ls test #15311
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
This patch fixes a post-commit issue discovered here: #15166 (comment) |
@intel/unified-runtime-reviewers Ping on this one, it will fix postcommit :) |
@intel/llvm-gatekeepers we should be ready to roll on this one. Thank you! |
@jchlanda - For some odd reason, Windows Build seems to be broken after this. It seems to be in building libclc, but I don't understand how this could have affected it. Either way, could you please have a look? |
The error looks insane, I'm trying a rebuild on a different runner to see if the runner was busted. |
Nope, failed again here. I'll try to investigate. |
I'm still looking and @uditagarwal97 is helping. This might be the weirdest one I've seen. |
It's fixed now. It was an infrastructure related issue. |
off the hook :) |
Make sure that the devices that belong to unsupported platforms are not counted, this is required to match the number of devices when
sycl-ls
is run in and out of theverbose
mode.