Skip to content

Commit 57b71a5

Browse files
committed
[SYCL][Bindless][E2E] Fix post-commit from PR 16537
This patch should fix the post-commit failure resulting from enabling the 3-channel image PR in intel#16537 This is done by adding a `// REQUIRES-INTEL-DRIVER:` comment for LIT to ignore the test until the necessary driver for the functionality is introduced to the GitHub CI.
1 parent 16ca790 commit 57b71a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/bindless_images/3_channel_format.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22

3+
// Test requires at least this version of the Intel GPU driver on Arc.
4+
// REQUIRES-INTEL-DRIVER: lin: 32370
5+
36
// RUN: %{build} -o %t.out
47
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
58

0 commit comments

Comments
 (0)