Skip to content

Commit 220a309

Browse files
authored
[SYCL][Graph] Disable graph tests failing on Arc (#13360)
- Temporarily disable tests failing on Arc in post-commit CI while the issue is investigated Failing tests reported and and issue tracked in #13301
1 parent e404d99 commit 220a309

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

sycl/test-e2e/Graph/RecordReplay/valid_no_end.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8+
//UNSUPPORTED: gpu-intel-dg2
89

910
// Tests obtaining a finalized, executable graph from a graph which is
1011
// currently being recorded to without end_recording() being called.

sycl/test-e2e/Graph/ValidUsage/empty_graph.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
7+
//
8+
// UNSUPPORTED: gpu-intel-dg2
79

810
// Tests the ability to finalize and submit a command graph which doesn't
911
// contain any nodes.

0 commit comments

Comments
 (0)