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

Commit 3f55148

Browse files
[SYCL][ESIMD][EMU] Half-type support (#1044)
1 parent b10bd8e commit 3f55148

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

SYCL/ESIMD/api/simd_view_copy_move_assign.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

SYCL/ESIMD/vadd_half.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda || hip
11-
// TODO: esimd_emulator fails due to unimplemented 'half' type
12-
// XFAIL: esimd_emulator
1311
// RUN: %clangxx -fsycl %s -o %t.out
1412
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1513

0 commit comments

Comments
 (0)