Skip to content

Commit 478373f

Browse files
authored
[SYCL][E2E] Disable get_backend.cpp on DG2 (#12530)
It fails sporadically on DG2 even with the new driver. It does not sporadically fail on Gen12 with the new driver. I made an internal ticket to get to the bottom of it. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 9b33a43 commit 478373f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/test-e2e/Basic/get_backend.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Failing due to old driver
2-
// REQUIRES-INTEL-DRIVER: lin: 27427, win: 101.4827
1+
// Sporadic fails on DG2
2+
// TODO: Reenable when internal ticket is resolved
3+
// UNSUPPORTED: gpu-intel-dg2
34
// RUN: %{build} -o %t.out
45
// RUN: %{run-unfiltered-devices} %t.out
56
//

0 commit comments

Comments
 (0)