-
Notifications
You must be signed in to change notification settings - Fork 803
[SYCL][E2E] Fix element_wise_ops test failure on LNL Windows machine #21003
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
dkhaldi
left a comment
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
|
@intel/llvm-gatekeepers please consider merging |
|
|
||
| // This test fails on LNL Windows machines with new driver versions. | ||
| // XFAIL: windows && intel_gpu_lnl_m | ||
| // XFAIL-TRACKER: CMPLRLLVM-72503 |
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.
Please use CMPLRLLVM-72111 instead
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.
Thanks for the suggestion! I have updated the XFAIL-TRACKER
|
@intel/llvm-gatekeepers This PR has been approved and CI passed. Please help merge this PR! Thank you :) |
The SYCL E2E test
Matrix/element_wise_ops.cppcurrently fails on LNL Windows machines with certain driver versions.The test passes with older driver versions (level_zero:gpu - 1.6.34938, opencl:gpu - 32.0.101.8132) and newer driver versions (level_zero:gpu - 1.13.35716, opencl:gpu - 32.0.101.8331),.
This patch adds XFAIL to this test for LNL Windows machines.