Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions SYCL/ESIMD/regression/complex-lib-lin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
// More details can be found in intel/llvm#4927.
//
// REQUIRES: linux,gpu
// UNSUPPORTED: cuda || hip
// TODO/DEBUG Segmentation fault occurs with esimd_emulator backend
// XFAIL: esimd_emulator
// UNSUPPORTED: cuda || hip || esimd_emulator
// TODO: running non-ESIMD kernels on esimd_emulator backend.
//
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-sycl.cpp -c -o %t-lib-sycl.o
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-esimd.cpp -c -o %t-lib-esimd.o
Expand Down