From 8ea8566654ec14d1dfb93e4cc7dbaba763fc96e2 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Tue, 7 Nov 2023 20:16:16 +0000 Subject: [PATCH] [SYCL][ESIMD][E2E] Add ze_debug as unsupported for slm_init_no_inline (#11793) QA asked us to do this. --------- Signed-off-by: Sarnie, Nick --- sycl/test-e2e/ESIMD/slm_init_no_inline.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sycl/test-e2e/ESIMD/slm_init_no_inline.cpp b/sycl/test-e2e/ESIMD/slm_init_no_inline.cpp index 6cd99ccdaf04d..5056858e0df4f 100644 --- a/sycl/test-e2e/ESIMD/slm_init_no_inline.cpp +++ b/sycl/test-e2e/ESIMD/slm_init_no_inline.cpp @@ -1,6 +1,8 @@ // TODO: Investigate fail of this test on Gen12 platform // REQUIRES-INTEL-DRIVER: lin: 26516, win: 101.4827 // REQUIRES: gpu-intel-pvc +// TODO: Support ze_debug once GPU hang introduced in new GPU driver is solved +// UNSUPPORTED: ze_debug // DEFINE: %{inlineflags} = %if cl_options %{/clang:-fno-inline-functions%} %else %{-fno-inline-functions%} // RUN: %{build} %{inlineflags} -o %t.out // RUN: %{run} %t.out