Skip to content

Commit b8c62d2

Browse files
authored
[ESIMD] Fix the complex-lib-lin checking compilation from static library (intel#923)
The corresponding fix in the compiler: intel/llvm#5826 Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent bc668f8 commit b8c62d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
// UNSUPPORTED: cuda || hip
1010
// TODO/DEBUG Segmentation fault occurs with esimd_emulator backend
1111
// XFAIL: esimd_emulator
12-
// The test hangs on 22.05.22297 GPU RT on Linux
13-
// UNSUPPORTED: linux && (opencl || level_zero) && gpu
1412
//
1513
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-sycl.cpp -c -o %t-lib-sycl.o
1614
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-esimd.cpp -c -o %t-lib-esimd.o

0 commit comments

Comments
 (0)