-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][ESIMD] Address failures in ESIMD Emulator e2e tests #8726
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
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.
@turinevgeny, please, fix pre-commit failures.
/verify |
Ubuntu 22.04 comes with libffi.so.8, which is required by Emu package for 22.04.
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 are two changes in this patch, which I would prefer to commit separately. Missing dependency for Ubuntu 22 is not related to version update.
I'm okay to commit them together and fix remaining issues in follow-up patches as ESIMD validation is broken, but we need to update PR title and description.
libffi-dev \ | ||
libva-dev \ | ||
libtool \ | ||
libdw1 \ |
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.
Are all these libraries added for cm-cpu-emulation
? I think it's worth adding a comment to this script.
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 do not know that. I can say that libffi-dev
is used by cm-cpu-emulation
, but that does not mean it is not used by something else.
Updated PR title and the description. |
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, make two follow-up changes:
- Update ESIMD test status on Windows to fix pre-commit.
- Add comments about packages required by
cm-cpu-emulator
.
Uh oh!
There was an error while loading. Please reload this page.