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

Commit a97e08f

Browse files
Changing 'UNSUPPORTED' to 'XFAIL' for esimd_emulator backend
- For tests failed due to unimplemented features such as 'half' type
1 parent e70bab1 commit a97e08f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

SYCL/ESIMD/api/bin_and_cmp_ops_heavy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to unimplemented 'half' type
11-
// UNSUPPORTED: esimd_emulator
11+
// XFAIL: esimd_emulator
1212
// RUN: %clangxx -fsycl %s -o %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414

SYCL/ESIMD/api/esimd_bit_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to unimplemented 'single_task()' method
11-
// UNSUPPORTED: esimd_emulator
11+
// XFAIL: esimd_emulator
1212
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414
//

SYCL/ESIMD/api/simd_copy_to_from.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to unimplemented 'half' type
11-
// UNSUPPORTED: esimd_emulator
11+
// XFAIL: esimd_emulator
1212
// RUN: %clangxx -fsycl %s -o %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414

SYCL/ESIMD/api/simd_memory_access.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to unimplemented 'half' type
11-
// UNSUPPORTED: esimd_emulator
11+
// XFAIL: esimd_emulator
1212
// RUN: %clangxx -fsycl %s -o %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414
//

SYCL/ESIMD/api/simd_view_copy_move_assign.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to unimplemented 'half' type
11-
// UNSUPPORTED: esimd_emulator
11+
// XFAIL: esimd_emulator
1212
// RUN: %clangxx -fsycl %s -o %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414

SYCL/ESIMD/api/unary_ops_heavy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to unimplemented 'half' type
11-
// UNSUPPORTED: esimd_emulator
11+
// XFAIL: esimd_emulator
1212
// RUN: %clangxx -fsycl %s -o %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414

SYCL/ESIMD/ext_math.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to unimplemented 'half' type
11-
// UNSUPPORTED: esimd_emulator
11+
// XFAIL: esimd_emulator
1212
// RUN: %clangxx -fsycl %s -o %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414

SYCL/ESIMD/printf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// UNSUPPORTED: cuda || hip
1111
// CUDA and HIP don't support printf.
1212
// TODO: esimd_emulator fails due to unimplemented 'single_task()' method
13-
// UNSUPPORTED: esimd_emulator
13+
// XFAIL: esimd_emulator
1414
//
1515
// RUN: %clangxx -fsycl %s -o %t.out
1616
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER

SYCL/ESIMD/regression/globals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: gpu
22
// UNSUPPORTED: cuda || hip
33
// TODO: esimd_emulator fails due to unimplemented sub-group support
4-
// UNSUPPORTED: esimd_emulator
4+
// XFAIL: esimd_emulator
55
// RUN: %clangxx -fsycl %s -o %t.out
66
// RUN: %GPU_RUN_PLACEHOLDER %t.out
77

0 commit comments

Comments
 (0)