Skip to content

Commit

Permalink
[SYCL][Graph] Disable graph tests failing on Arc (intel#13360)
Browse files Browse the repository at this point in the history
- Temporarily disable tests failing on Arc in post-commit CI while the
issue is investigated

Failing tests reported and and issue tracked in intel#13301
  • Loading branch information
Bensuo committed Apr 11, 2024
1 parent e404d99 commit 220a309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sycl/test-e2e/Graph/RecordReplay/valid_no_end.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
//UNSUPPORTED: gpu-intel-dg2

// Tests obtaining a finalized, executable graph from a graph which is
// currently being recorded to without end_recording() being called.
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/Graph/ValidUsage/empty_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// 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 %}
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// UNSUPPORTED: gpu-intel-dg2

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

0 comments on commit 220a309

Please sign in to comment.