Skip to content

Commit b163134

Browse files
authored
[SYCL][Graph] Disable all tests on DG2 (#13561)
- Test are failing sporadically in post-commit - Disable while investigating - Remove unsupported for DG2 from 2 specific tests
1 parent c5cf452 commit b163134

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
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
97

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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
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
97

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

sycl/test-e2e/Graph/lit.local.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
config.unsupported_features += ['gpu-intel-dg2']

0 commit comments

Comments
 (0)