-
Notifications
You must be signed in to change notification settings - Fork 769
[CI] Enable llvm-test-suite on CUDA Linux target #6194
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
* Updating reusable workflow with corresponding config * Fix option typo
Getting lots of failures on the CUDA run of the tests. Are there updated headers we should be using? |
@steffenlarsen has a fix in progress for a few of these problems. I'm going to mark the rest with UNSUPPORTED:cuda and open a separate issue to address these. |
Couple of patches up for failing tests:
Additionally, the following patches should fix some problems seen on Windows testing:
In local testing on Windows I still see failure in the following tests after the above changes are applied:
If they continue to fail after the patches have been merged I suggest we disable these and file an issue. |
Ok, after merging bunch of changes above and retesting I see the same 3 fails as @steffenlarsen mentioned. I'm going to disable these and open an issue. |
/verify with intel/llvm-test-suite#1052 |
I realized "/verify with" is useless here because it doesn't run CUDA testing. I actually need to merge that change first and rerun again. |
Failing tests disabled at: intel/llvm-test-suite#1052
Issue: #6285