-
Notifications
You must be signed in to change notification settings - Fork 798
[E2E][CI] Automatically add device family feature from architecture reported by sycl-ls #16220
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
AlexeySachkov
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.
We have some documentation for writing E2E tests somewhere and it does mention those gpu-intel-gen12 parameters and LIT features - it should be updated as well.
sarnex
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! will let others comment on the specific mappings. but this is a really good idea
…ture (#16432) So that the user won't have to manually specify `--param gpu-intel-dg1=True` to run tests on DG1. #16220 (comment)
Co-authored-by: Artur Gainullin <[email protected]>
|
@intel/llvm-gatekeepers the PR is ready to be merged. |
The PR adds GPU family features like
gpu-intel-gen12,gpu-intel-dg2based on the specific architecture type reported bysycl-ls.After this change, you won't have to add
--param gpu-intel-gen12=True/--param gpu-intel-dg1=True, etc LIT options when running E2E tests.