Skip to content

Commit d34402a

Browse files
authored
[SYCL][InvokeSimd] Disable call_vadd_1d_spill.cpp (#15854)
They're failing and we need to wait for this tracker for the fix. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 3f56c58 commit d34402a

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)