From 478373f0eed7404c3a5226aec703c6bc0c3db39f Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Tue, 30 Jan 2024 11:42:30 +0000 Subject: [PATCH] [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 --- sycl/test-e2e/Basic/get_backend.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/Basic/get_backend.cpp b/sycl/test-e2e/Basic/get_backend.cpp index 33b8da7e6b3bc..975b3a7c7456a 100644 --- a/sycl/test-e2e/Basic/get_backend.cpp +++ b/sycl/test-e2e/Basic/get_backend.cpp @@ -1,5 +1,6 @@ -// Failing due to old driver -// REQUIRES-INTEL-DRIVER: lin: 27427, win: 101.4827 +// Sporadic fails on DG2 +// TODO: Reenable when internal ticket is resolved +// UNSUPPORTED: gpu-intel-dg2 // RUN: %{build} -o %t.out // RUN: %{run-unfiltered-devices} %t.out //