Skip to content

Commit a1a213f

Browse files
lsatanovbb-sycl
authored andcommitted
[SYCL][ESIMD][EMU] Running non-ESIMD kernels on esimd_emulator backend is not supported. (intel#953)
1 parent c95b440 commit a1a213f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SYCL/ESIMD/regression/complex-lib-lin.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// More details can be found in intel/llvm#4927.
77
//
88
// REQUIRES: linux,gpu
9+
<<<<<<< HEAD
910
// UNSUPPORTED: cuda || hip
1011
// TODO/DEBUG Segmentation fault occurs with esimd_emulator backend
1112
// XFAIL: esimd_emulator
@@ -22,6 +23,10 @@
2223
>>>>>>> 5e8f630e2 ([SYCL] Align tests with 22.05.22297 GPU RT (#871))
2324
=======
2425
>>>>>>> b8c62d2d5 ([ESIMD] Fix the complex-lib-lin checking compilation from static library (#923))
26+
=======
27+
// UNSUPPORTED: cuda || hip || esimd_emulator
28+
// TODO: running non-ESIMD kernels on esimd_emulator backend.
29+
>>>>>>> b17112500 ([SYCL][ESIMD][EMU] Running non-ESIMD kernels on esimd_emulator backend is not supported. (#953))
2530
//
2631
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-sycl.cpp -c -o %t-lib-sycl.o
2732
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-esimd.cpp -c -o %t-lib-esimd.o

0 commit comments

Comments
 (0)