Skip to content

Commit dc146c0

Browse files
dongkyunahn-intelbb-sycl
authored andcommitted
[SYCL][ESIMD][EMU] Removing XFAIL for test enabled with memory intrinsic updates (intel#928)
- intel/llvm PR#5727 enables memory intrinsic implemtations using 4-byte promoted vector arguments and fixes bug in __esimd_pack/unpack_mask()
1 parent b0f9de2 commit dc146c0

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

SYCL/ESIMD/accessor_gather_scatter.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 outdated memory intrinsic
11-
// XFAIL: esimd_emulator
1210
// RUN: %clangxx -fsycl %s -o %t.out
1311
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1412
//

SYCL/ESIMD/accessor_load_store.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 outdated memory intrinsic
11-
// XFAIL: esimd_emulator
1210
// RUN: %clangxx -fsycl %s -o %t.out
1311
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1412
//

SYCL/ESIMD/api/esimd_pack_unpack_mask.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<<<<<<< HEAD
1111
<<<<<<< HEAD
1212
<<<<<<< HEAD
13+
<<<<<<< HEAD
1314
=======
1415
// TODO: esimd_emulator fails due to unimplemented 'single_task()' method
1516
// XFAIL: esimd_emulator
@@ -25,6 +26,8 @@
2526
// TODO: esimd_emulator fails due to a bug in __esimd_pack_mask() intrinsic
2627
// XFAIL: esimd_emulator
2728
>>>>>>> 1947aed85 ([SYCL][ESIMD][EMU] Removing 'XFAIL' markings for 'single_task' tests (#910))
29+
=======
30+
>>>>>>> 0c984891c ([SYCL][ESIMD][EMU] Removing XFAIL for test enabled with memory intrinsic updates (#928))
2831
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
2932
// RUN: %GPU_RUN_PLACEHOLDER %t.out
3033
//

SYCL/ESIMD/api/simd_copy_to_from.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 'half' type
11-
// XFAIL: esimd_emulator
1210
// RUN: %clangxx -fsycl %s -o %t.out
1311
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1412

0 commit comments

Comments
 (0)