-
Notifications
You must be signed in to change notification settings - Fork 768
[SYCL][ASan] Mark PVC & DG2 as unsupported in E2E tests #14766
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
probably needs to disable on dg2 as well, failures in #13450 (comment) is on dg2 |
Do you know what feature name for that is @wenju-he ? Edit: Nevermind, I should've used |
Following the merge of intel#13450 there were reports of failures on PVC & DG2: * intel#14720 (comment) * intel#13450 (comment) This patch the suggestion in intel#14720 (comment) to disable AddressSanitizer testing on PVC & DG2 devices.
44b965c
to
a1c8beb
Compare
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
Tag @AllanZyne for awareness. |
The HIP runner is not working? https://github.com/intel/llvm/actions/runs/10092522773/job/27906571518?pr=14766 |
@kbenzie I restarted the HIP runner and the HIP job in this PR, sorry for the trouble |
@intel/llvm-gatekeepers please merge |
Following the merge of intel#13450 there were reports of failures on PVC & DG2: * intel#14720 (comment) * intel#13450 (comment) This patch the suggestion in intel#14720 (comment) to disable AddressSanitizer testing on PVC & DG2 devices.
Following the merge of #13450 there were reports of failures on PVC & DG2:
This patch the suggestion in #14720 (comment) to disable AddressSanitizer testing on PVC & DG2 devices.