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

Commit c639105

Browse files
XFAIL/UNSUPPORTED update - esimd_merge.cpp, preemption.cpp, simd_subscript_operator.cpp
- esimd_merge.cpp - XFAIL for explicit failure - preemption.cpp - UNSUPPORTED as the test consists of empty kernel and looks for 'preemption' compilation switch from IGC dump which is not generated under esimd_emulator - simd_subscript_operator.cpp - test passes as there is no arithmetic operation for 'half' type while memory intrinsic is fully supported
1 parent 187254e commit c639105

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

SYCL/ESIMD/api/esimd_merge.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to SEGFAULT error from __esimd_svm_scatter
11-
// Marked as 'UNSUPPORTED' as test is stuck at SEGFAULT exception
12-
// UNSUPPORTED: esimd_emulator
11+
// XFAIL: esimd_emulator
1312
// RUN: %clangxx -fsycl %s -o %t.out
1413
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1514

SYCL/ESIMD/api/simd_subscript_operator.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/preemption.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu && linux
99
// UNSUPPORTED: cuda || hip
10+
// UNSUPPORTED: esimd_emulator
1011
// RUN: %clangxx -fsycl %s -o %t.out
1112
// RUN: %GPU_RUN_PLACEHOLDER IGC_DumpToCustomDir=%t.dump IGC_ShaderDumpEnable=1 %t.out
1213
// RUN: grep enablePreemption %t.dump/*.asm

0 commit comments

Comments
 (0)