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

Commit 73157e4

Browse files
XFAIL marking in variable_gather_mask.cpp for esimd_emulator backend
- 'single_task()' support is not yet merged into origin/sycl in intel/llvm
1 parent 729b4df commit 73157e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SYCL/ESIMD/regression/variable_gather_mask.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
10+
// TODO: esimd_emulator fails due to unimplemented 'single_task()' method
11+
// XFAIL: esimd_emulator
1012
// RUN: %clangxx -fsycl %s -o %t.out
1113
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1214
//

0 commit comments

Comments
 (0)