-
Notifications
You must be signed in to change notification settings - Fork 758
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
LIT XFAIL spec_const tests passing with Intel OpenCL GPU 20.19.16754 #1873
Comments
I suppose these tests still fail on non-GPU devices. Feel free to adjust the XFAIL pattern to fix status on your configuration. |
@bader From what I see they are passing now for all OpenCL devices (though I do not have access to an FPGA for testing). Do you want me to open a PR that removes the XFAILs - although I expect this to then fail the buildbots? |
I was thinking about something like this:
|
The spec_const LIT tests start to pass for Intel CPU and GPU devices with the Intel OpenCL GPU driver 20.19.16754. Duplicate the test for accelerators, e.g., FPGA, and only fail it for these. As a result regressions are now caught for OpenCL CPU and GPU devices. Fixes #1873 Signed-off-by: Bjoern Knafla <[email protected]>
After noticing in buildbot/dependency.conf to update to the Intel OpenCL GPU driver 20.19.16754 I am now seeing two LIT XFAILs for OpenCL pass:
Current tip commit: da6bfd0
However, I do not see them pass in the PR buildbot runs and try to figure out if to update to the newer driver, or not.
Are these expected with the mentioned driver version?
Are the buildbot machines using a different driver version?
The text was updated successfully, but these errors were encountered: