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

Commit 0c98489

Browse files
[SYCL][ESIMD][EMU] Removing XFAIL for test enabled with memory intrinsic updates (#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 b63c248 commit 0c98489

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
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: 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 a bug in __esimd_pack_mask() intrinsic
11-
// XFAIL: esimd_emulator
1210
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
1311
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1412
//

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)