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

Commit b171125

Browse files
authored
[SYCL][ESIMD][EMU] Running non-ESIMD kernels on esimd_emulator backend is not supported. (#953)
1 parent e56b622 commit b171125

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
// More details can be found in intel/llvm#4927.
77
//
88
// REQUIRES: linux,gpu
9-
// UNSUPPORTED: cuda || hip
10-
// TODO/DEBUG Segmentation fault occurs with esimd_emulator backend
11-
// XFAIL: esimd_emulator
9+
// UNSUPPORTED: cuda || hip || esimd_emulator
10+
// TODO: running non-ESIMD kernels on esimd_emulator backend.
1211
//
1312
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-sycl.cpp -c -o %t-lib-sycl.o
1413
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-esimd.cpp -c -o %t-lib-esimd.o

0 commit comments

Comments
 (0)