Skip to content

Commit 905ae56

Browse files
authored
Merge pull request intel#1310 from myler/CMPLRTST-17506-xmain
[SYCL] disable esimd_preemption on dg2 (intel#1159)
2 parents 6486dc3 + 59ac2fb commit 905ae56

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)