Skip to content

[SYCL][E2E] Move AOT tests off Gen12#20972

Merged
AlexeySachkov merged 1 commit into
intel:sycl-rel-6_3from
AlexeySachkov:private/asachkov/tweak-windows-testing
Dec 30, 2025
Merged

[SYCL][E2E] Move AOT tests off Gen12#20972
AlexeySachkov merged 1 commit into
intel:sycl-rel-6_3from
AlexeySachkov:private/asachkov/tweak-windows-testing

Conversation

@AlexeySachkov

Copy link
Copy Markdown
Contributor

This is a cherry-pick of #20643

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 ocloc executable.

Instead of having to add LIT infrastructure for two ocloc executables 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.


Patch-by: Nick Sarnie nick.sarnie@intel.com

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 `ocloc`
executable.

Instead of having to add LIT infrastructure for two `ocloc` executables
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.

---------

Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
@AlexeySachkov

Copy link
Copy Markdown
Contributor Author
Failed Tests (2):
  SYCL :: Basic/large-range.cpp
  SYCL :: bindless_images/read_sampled.cpp

These tests weren't modified by the PR and as such I will proceed with the merge

@AlexeySachkov AlexeySachkov merged commit a9d7a7b into intel:sycl-rel-6_3 Dec 30, 2025
25 of 26 checks passed
@AlexeySachkov AlexeySachkov deleted the private/asachkov/tweak-windows-testing branch December 30, 2025 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants