Skip to content

Commit 948b007

Browse files
authored
[SYCL][ESIMD][E2E] Mark ESIMD InlineAsm tests unsupported on gen9 win (#9136)
All ESIMD tests already don't support gen9 win but I forgot to add it when making these tests. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent fa6c6d3 commit 948b007

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

sycl/test-e2e/ESIMD/InlineAsm/asm_glb.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
10+
// UNSUPPORTED: gpu-intel-gen9 && windows
1011
// RUN: %{build} -o %t.out
1112
// RUN: %{run} %t.out
1213

sycl/test-e2e/ESIMD/InlineAsm/asm_simd_mask.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda || hip
11+
// UNSUPPORTED: gpu-intel-gen9 && windows
1112
// RUN: %{build} -o %t.out
1213
// RUN: %{run} %t.out
1314

sycl/test-e2e/ESIMD/InlineAsm/asm_simd_view.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda || hip
11+
// UNSUPPORTED: gpu-intel-gen9 && windows
1112
// RUN: %{build} -o %t.out
1213
// RUN: %{run} %t.out
1314

sycl/test-e2e/ESIMD/InlineAsm/asm_vadd.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//===----------------------------------------------------------------------===//
99
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda || hip
11+
// UNSUPPORTED: gpu-intel-gen9 && windows
1112
// RUN: %{build} -o %t.out
1213
// RUN: %{run} %t.out
1314

0 commit comments

Comments
 (0)