From 8a58a6279e098cb570640875f82e3fe99b821e32 Mon Sep 17 00:00:00 2001 From: Vyacheslav N Klochkov Date: Wed, 11 Jan 2023 13:48:28 -0800 Subject: [PATCH] [ESIMD] Disable the test for preemption option generation on PVC Signed-off-by: Vyacheslav N Klochkov --- SYCL/ESIMD/preemption.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SYCL/ESIMD/preemption.cpp b/SYCL/ESIMD/preemption.cpp index ead7bb6390..5371161b32 100644 --- a/SYCL/ESIMD/preemption.cpp +++ b/SYCL/ESIMD/preemption.cpp @@ -6,8 +6,7 @@ // //===----------------------------------------------------------------------===// // REQUIRES: gpu && linux -// UNSUPPORTED: cuda || hip -// UNSUPPORTED: esimd_emulator, gpu-intel-dg2 +// UNSUPPORTED: cuda || hip || esimd_emulator || gpu-intel-dg2 || gpu-intel-pvc // RUN: %clangxx -fsycl %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER IGC_DumpToCustomDir=%t.dump IGC_ShaderDumpEnable=1 %t.out // RUN: grep enablePreemption %t.dump/*.asm