Skip to content

Commit ae7cbfe

Browse files
dongkyunahn-intelbb-sycl
authored andcommitted
[SYCL][ESIMD][EMU]Removing XFAIL for tests enabled with PI_API debug (intel#937)
1 parent 4c326dc commit ae7cbfe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

SYCL/ESIMD/api/simd_any_all.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// UNSUPPORTED: cuda || hip
1010
<<<<<<< HEAD
1111
<<<<<<< HEAD
12+
<<<<<<< HEAD
1213
// TODO: esimd_emulator fails due to unimplemented 'half' type
1314
// XFAIL: esimd_emulator
1415
=======
@@ -17,6 +18,8 @@
1718
// TODO: esimd_emulator fails due to unimplemented 'half' type
1819
// XFAIL: esimd_emulator
1920
>>>>>>> d98407d06 ([SYCL][ESIMD][EMU] Marking ESIMD kernels for esimd_emulator backend (#751))
21+
=======
22+
>>>>>>> 4242cb83d ([SYCL][ESIMD][EMU]Removing XFAIL for tests enabled with PI_API debug (#937))
2023
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
2124
// RUN: %GPU_RUN_PLACEHOLDER %t.out
2225
//

SYCL/ESIMD/regression/big_const_initializer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
10-
// TODO: esimd_emulator fails due to unimplemented __esimd_scatter_scaled
11-
// XFAIL: esimd_emulator
1210
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1311
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1412

0 commit comments

Comments
 (0)