-
Notifications
You must be signed in to change notification settings - Fork 798
[SYCL][E2E][Matrix] Remove XFAIL from tests passing on dev-igc #19455
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
Signed-off-by: Sarnie, Nick <[email protected]>
Signed-off-by: Sarnie, Nick <[email protected]>
|
||
// XFAIL: run-mode && igc-dev | ||
// XFAIL-TRACKER: CMPLRLLVM-66371 | ||
// UNSUPPORTED-TRACKER: CMPLRLLVM-66371 |
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.
there is no tracker for this unsupported case.
If you want to decrease number in no-unsupported-without-info.cpp,
we can add
// UNSUPPORTED-INTENDED: prefetch is not supported on DG2
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.
yep will do, thanks
Signed-off-by: Sarnie, Nick <[email protected]>
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
Signed-off-by: Sarnie, Nick <[email protected]>
@dkhaldi Can you please re-review, two tests are passing on arc but failing on PVC? https://github.com/intel/llvm/actions/runs/16302729054/job/46043122450?pr=19455 |
Made some igc-dev fixes + driver update, these are passing now.