Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit ff1506e

Browse files
authored
[ESIMD] Disable the test for preemption option generation on PVC (#1506)
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 6f9877a commit ff1506e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SYCL/ESIMD/preemption.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu && linux
9-
// UNSUPPORTED: cuda || hip
10-
// UNSUPPORTED: esimd_emulator, gpu-intel-dg2
9+
// UNSUPPORTED: cuda || hip || esimd_emulator || gpu-intel-dg2 || gpu-intel-pvc
1110
// RUN: %clangxx -fsycl %s -o %t.out
1211
// RUN: %GPU_RUN_PLACEHOLDER IGC_DumpToCustomDir=%t.dump IGC_ShaderDumpEnable=1 %t.out
1312
// RUN: grep enablePreemption %t.dump/*.asm

0 commit comments

Comments
 (0)