-
Notifications
You must be signed in to change notification settings - Fork 791
[CI] Fix igc-dev Docker container and bump version #16271
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]>
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. Thanks.
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
LGTM, and thanks for helping resolve the issue! The tests joint_matrix_bf16_fill_k_cache_arg_dim.cpp and joint_matrix_bf16_fill_k_cache_runtime_dim.cpp pass on PVC but fail on the DG2 machine. I believe this is a bug in IGC rather than the CI, so XFAIL: gpu-intel-dg2 is added to these tests. |
// Waiting for the commit in IGC to be pulled into the driver to resolve the | ||
// test. | ||
// XFAIL: gpu | ||
// XFAIL: !igc-dev || 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.
@YixingZhang007 , XFAIL-TRACKER jira pointed below is submitted against PVC issue, that you fixed. If test is passing on PVC and is failing on DG2, it should be different jira, since problem is different. Could you please update xfail tracker?
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.
For sure! I will create a new Jira issue regarding this and update the tracker :)
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.
approved, assuming Yixing will update the xfail tracker in the next commit.
igc-dev is using
libigc.so.2
and released igc is usinglibigc.so.1
, and there's no symlink tolibigc.so
in the dev-igc packages, so we need to do it ourselves.Also, fix the workflow so it runs on changes to the driver install script and XFAIL failing tests.
And manually update the igc-dev version since the one we are using here is too old and the artifacts are expired so we can't build the image. The new version also contains an important fix for the joint matrix team.
Closes: #16088
Closes: #16251