Skip to content

Commit 028b544

Browse files
dongkyunahn-intelbb-sycl
authored andcommitted
[SYCL][ESIMD][EMU] Half-type support (intel#1044)
1 parent 30c6f3a commit 028b544

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)