-
Notifications
You must be signed in to change notification settings - Fork 796
[DeviceAsan][NFC] Fix ASan e2e tests, enable CPU or GPU tests #15869
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
be4cf3d to
6543647
Compare
85cafd3 to
85f47f5
Compare
| @@ -1,4 +1,4 @@ | |||
| // REQUIRES: linux | |||
| // REQUIRES: linux, cpu || (gpu && level_zero) | |||
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.
level_zero implies gpu, right?
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.
No. Intel NPU device is exposed as Level Zero device as well.
Thanks, updated. |
|
@intel/llvm-gatekeepers, please merge, thanks! |
|
If I remember correctly, I pushed the last commit yesterday. |
CI failed, so I restarted it recently. |
|
Tests do indeed seem to be running for a long time. @intel/llvm-gatekeepers - Is this something anyone else have observed? If not, we will have to assume that it is caused by the tests being enabled here, until we observe otherwise. |
|
Probably there is some hanging test here, we're not seeing this on other PRs. I cancelled the job here to not hog the CI. @AllanZyne @intel/dpcpp-sanitizers-review Can someone try to reproduce a Gen12 Linux hang introduced by this PR? Thanks |
|
Hi @sarnex @AllanZyne , We noticed that Device Address Sanitizer run into some weird problem with gen 12 and we suspect the problem is with IGC codegen. Therefore I suggest that we skip running on gen 12 for the moment. |
Sure, thank you for your investigation! |
Co-authored-by: Steffen Larsen <[email protected]>
|
Still seeing timeouts on Linux gen12 it seems. |
I have disable GEN12 test now. |
|
Hi @intel/llvm-gatekeepers, please merge. Thanks. |
fix #15461