-
Notifications
You must be signed in to change notification settings - Fork 796
[SYCL][E2E] Move AOT tests off Gen12 #20643
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: Nick Sarnie <nick.sarnie@intel.com>
|
I'm not familiar with that really... Maybe @AlexeySachkov knows more? |
Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
YuriPlyakhin
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, but I second that @AlexeySachkov should take a look, just in case.
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.
I don't think that any of modified tests are invalidated by this change.
I don't like that we are hardcoding some specific targets into our tests, but I do not have a good (or any, in fact) proposal to address this, especially considering that we now compile E2E tests once, but then run them on multiple different machines.
|
Thanks Alexey! |
On Windows, the GPU driver split into two, one that only supports GPUs after Gen12, and only that only supports GPUs before Gen12.
So for AOT we can't compile for BMG and Gen12 using the same
oclocexecutable.Instead of having to add LIT infrastructure for two
oclocexecutables and installing two versions on all the runners, just use DG2 instead of Gen12 for AOT tests which is supported on the new driver.Please make sure this change doesn't invalidate the test, for example if there is some capability difference between Gen12 and DG2 being tested that I broke.