Skip to content

Commit 163ae4e

Browse files
committed
[SYCL][InvokeSimd] Disable call_vadd_1d_spill.cpp
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 9cc9618 commit 163ae4e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/InvokeSimd/Regression/ImplicitSubgroup/call_vadd_1d_spill.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// VISALTO enable run
66
// RUN: env IGC_VISALTO=63 IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
77

8+
// GSD-10143
9+
// UNSUPPORTED: gpu
10+
811
/*
912
* This tests is the same as InvokeSimd/regression/call_vadd_1d_spill.cpp, but
1013
* compiles without optional subgroup attribute specified and intended to check

sycl/test-e2e/InvokeSimd/Regression/call_vadd_1d_spill.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// VISALTO enable run
66
// RUN: env IGC_VISALTO=63 IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out
77

8+
// GSD-10143
9+
// UNSUPPORTED: gpu
10+
811
// Tests invoke_simd support in the compiler/headers
912
/* This program is basically an extension of the standard vector addition
1013
* program (i.e., call_vadd_1d). The only difference is that instead of adding 2

0 commit comments

Comments
 (0)