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

Commit a5a41f4

Browse files
authored
[SYCL] disable esimd_preemption on dg2 (#1159)
disable esimd_preemption on dg2
1 parent a4b77f0 commit a5a41f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/preemption.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu && linux
99
// UNSUPPORTED: cuda || hip
10-
// UNSUPPORTED: esimd_emulator
10+
// UNSUPPORTED: esimd_emulator, gpu-intel-dg2
1111
// RUN: %clangxx -fsycl %s -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER IGC_DumpToCustomDir=%t.dump IGC_ShaderDumpEnable=1 %t.out
1313
// RUN: grep enablePreemption %t.dump/*.asm

0 commit comments

Comments
 (0)