Skip to content

Commit 917d689

Browse files
authored
[ESIMD][LIT] Disable 2 e2e tests on Windows&Gen9 (#9147)
The test must not be started on Windows+Gen9 system because GPU vector backend dropped support for Gen9 on Windows. Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent acfc905 commit 917d689

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sycl/test-e2e/ESIMD/private_memory.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu && !gpu-intel-pvc
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011

1112
// TODO online_compiler check fails for esimd_emulator.

sycl/test-e2e/ESIMD/wait.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9+
// UNSUPPORTED: gpu-intel-gen9 && windows
910
// UNSUPPORTED: cuda || hip
1011

1112
// RUN: %clangxx -fsycl %s -o %t.out

0 commit comments

Comments
 (0)