Skip to content

Commit 4c198ee

Browse files
authored
[SYCL][Graph] Re-enable SLM update tests (#16798)
Re-enable whole graph update tests using local memory on Level-Zero.
1 parent cf19f77 commit 4c198ee

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

sycl/test-e2e/Graph/Update/Explicit/whole_update_local_acc.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero %{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-
// XFAIL: level_zero
9-
// XFAIL-TRACKER: OFNAAO-422
10-
118
#define GRAPH_E2E_EXPLICIT
129

1310
#include "../../Inputs/whole_update_local_acc.cpp"

sycl/test-e2e/Graph/Update/Explicit/whole_update_local_acc_multi.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero %{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-
// XFAIL: level_zero
9-
// XFAIL-TRACKER: OFNAAO-422
10-
118
#define GRAPH_E2E_EXPLICIT
129

1310
#include "../../Inputs/whole_update_local_acc_multi.cpp"

sycl/test-e2e/Graph/Update/Explicit/whole_update_work_group_memory.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero %{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-
// XFAIL: level_zero
9-
// XFAIL-TRACKER: OFNAAO-422
10-
118
#define GRAPH_E2E_EXPLICIT
129

1310
#include "../../Inputs/whole_update_work_group_memory.cpp"

sycl/test-e2e/Graph/Update/RecordReplay/whole_update_local_acc.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero %{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-
// XFAIL: level_zero
9-
// XFAIL-TRACKER: OFNAAO-422
10-
118
#define GRAPH_E2E_RECORD_REPLAY
129

1310
#include "../../Inputs/whole_update_local_acc.cpp"

sycl/test-e2e/Graph/Update/RecordReplay/whole_update_local_acc_multi.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero %{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-
// XFAIL: level_zero
9-
// XFAIL-TRACKER: OFNAAO-422
10-
118
#define GRAPH_E2E_RECORD_REPLAY
129

1310
#include "../../Inputs/whole_update_local_acc_multi.cpp"

sycl/test-e2e/Graph/Update/RecordReplay/whole_update_work_group_memory.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero %{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-
// XFAIL: level_zero
9-
// XFAIL-TRACKER: OFNAAO-422
10-
118
#define GRAPH_E2E_RECORD_REPLAY
129

1310
#include "../../Inputs/whole_update_work_group_memory.cpp"

0 commit comments

Comments
 (0)