-
Notifications
You must be signed in to change notification settings - Fork 790
[CI][sycl-rel] Upd workflow #19293
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
[CI][sycl-rel] Upd workflow #19293
Conversation
Align with regular nightly. Remove aws-cuda job, I believe it's not required here.
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 pending offline question about arc
We need to query the runtime. Signed-off-by: Sarnie, Nick <[email protected]>
Scheduled drivers uplift --------- Signed-off-by: Sarnie, Nick <[email protected]> Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: Sarnie, Nick <[email protected]>
Test run - https://github.com/intel/llvm/actions/runs/16072503870 |
@intel/dpcpp-esimd-reviewers @intel/sycl-graphs-reviewers @intel/sycl-matrix-reviewers @konradkusiak97 could you please approve? Just cherry-picks |
@EwanC could you please approve? |
@@ -8,7 +8,7 @@ | |||
// UNSUPPORTED: target-nvidia, target-amd | |||
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for | |||
// other triples | |||
// XFAIL: run-mode && gpu-intel-dg2 | |||
// XFAIL: run-mode && igc-dev |
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.
You need to keep gpu-intel-dg2
here. Otherwise, test will xfail on other gpus as well.
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.
But it unexpectedly passes on DG2, see - https://github.com/intel/llvm/actions/runs/16052924994
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.
If it passes on DG2, should not we remove XFAIL all together?
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.
You mean should we remove the whole XFAIL string?
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.
Correct, remove // XFAIL: run-mode && gpu-intel-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.
I just aligned this string with the sycl branch: https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_SLM.cpp
So now this file looks same.
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.
In this case, you need to update the description for this test. If you are aligning with the sycl branch, keep XFAIL for this test.
However, for the other two tests, I see the xfail is only set for DG2 in the sycl branch. If you see they are xpassing now, it makes sense to remove the whole XFAIL string for the two remaining matrix tests.
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.
I aligned all 3 tests with the sycl branch:
llvm/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp
Lines 16 to 19 in 322cd13
// Waiting for the commit in IGC to be pulled into the driver to resolve the | |
// test. | |
// XFAIL: run-mode && igc-dev | |
// XFAIL-TRACKER: GSD-10510 |
Could you please clarify, why can't we just keep it this way?
@@ -17,7 +17,7 @@ | |||
|
|||
// Waiting for the commit in IGC to be pulled into the driver to resolve the | |||
// test. | |||
// XFAIL: gpu-intel-dg2 && run-mode | |||
// XFAIL: run-mode && igc-dev |
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.
// XFAIL: run-mode && igc-dev | |
// XFAIL: gpu-intel-dg2 && run-mode && igc-dev |
@@ -18,7 +18,7 @@ | |||
|
|||
// Waiting for the commit in IGC to be pulled into the driver to resolve the | |||
// test. | |||
// XFAIL: gpu-intel-dg2 && run-mode | |||
// XFAIL: run-mode && igc-dev |
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.
// XFAIL: run-mode && igc-dev | |
// XFAIL: gpu-intel-dg2 && run-mode && igc-dev |
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
Align with regular nightly.
Remove aws-cuda job, I believe it's not required here.
Also update tests failed on DG2 due to old driver.