From 4c198eef7ae3ef53651867e0556a944110fff430 Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Tue, 28 Jan 2025 13:51:48 +0000 Subject: [PATCH] [SYCL][Graph] Re-enable SLM update tests (#16798) Re-enable whole graph update tests using local memory on Level-Zero. --- sycl/test-e2e/Graph/Update/Explicit/whole_update_local_acc.cpp | 3 --- .../Graph/Update/Explicit/whole_update_local_acc_multi.cpp | 3 --- .../Graph/Update/Explicit/whole_update_work_group_memory.cpp | 3 --- .../Graph/Update/RecordReplay/whole_update_local_acc.cpp | 3 --- .../Graph/Update/RecordReplay/whole_update_local_acc_multi.cpp | 3 --- .../Update/RecordReplay/whole_update_work_group_memory.cpp | 3 --- 6 files changed, 18 deletions(-) diff --git a/sycl/test-e2e/Graph/Update/Explicit/whole_update_local_acc.cpp b/sycl/test-e2e/Graph/Update/Explicit/whole_update_local_acc.cpp index a99eec42afa02..1db9905457ae7 100644 --- a/sycl/test-e2e/Graph/Update/Explicit/whole_update_local_acc.cpp +++ b/sycl/test-e2e/Graph/Update/Explicit/whole_update_local_acc.cpp @@ -5,9 +5,6 @@ // Extra run to check for immediate-command-list in Level Zero // 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 %} -// XFAIL: level_zero -// XFAIL-TRACKER: OFNAAO-422 - #define GRAPH_E2E_EXPLICIT #include "../../Inputs/whole_update_local_acc.cpp" diff --git a/sycl/test-e2e/Graph/Update/Explicit/whole_update_local_acc_multi.cpp b/sycl/test-e2e/Graph/Update/Explicit/whole_update_local_acc_multi.cpp index d15ec880d89ad..e1a9ccf9a941d 100644 --- a/sycl/test-e2e/Graph/Update/Explicit/whole_update_local_acc_multi.cpp +++ b/sycl/test-e2e/Graph/Update/Explicit/whole_update_local_acc_multi.cpp @@ -5,9 +5,6 @@ // Extra run to check for immediate-command-list in Level Zero // 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 %} -// XFAIL: level_zero -// XFAIL-TRACKER: OFNAAO-422 - #define GRAPH_E2E_EXPLICIT #include "../../Inputs/whole_update_local_acc_multi.cpp" diff --git a/sycl/test-e2e/Graph/Update/Explicit/whole_update_work_group_memory.cpp b/sycl/test-e2e/Graph/Update/Explicit/whole_update_work_group_memory.cpp index c2e4f396f2281..4a5612a23f46f 100644 --- a/sycl/test-e2e/Graph/Update/Explicit/whole_update_work_group_memory.cpp +++ b/sycl/test-e2e/Graph/Update/Explicit/whole_update_work_group_memory.cpp @@ -5,9 +5,6 @@ // Extra run to check for immediate-command-list in Level Zero // 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 %} -// XFAIL: level_zero -// XFAIL-TRACKER: OFNAAO-422 - #define GRAPH_E2E_EXPLICIT #include "../../Inputs/whole_update_work_group_memory.cpp" diff --git a/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_local_acc.cpp b/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_local_acc.cpp index ab9bb3fe37fa5..03645b2f19bfd 100644 --- a/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_local_acc.cpp +++ b/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_local_acc.cpp @@ -5,9 +5,6 @@ // Extra run to check for immediate-command-list in Level Zero // 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 %} -// XFAIL: level_zero -// XFAIL-TRACKER: OFNAAO-422 - #define GRAPH_E2E_RECORD_REPLAY #include "../../Inputs/whole_update_local_acc.cpp" diff --git a/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_local_acc_multi.cpp b/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_local_acc_multi.cpp index 97a83de1129b3..f953915379641 100644 --- a/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_local_acc_multi.cpp +++ b/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_local_acc_multi.cpp @@ -5,9 +5,6 @@ // Extra run to check for immediate-command-list in Level Zero // 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 %} -// XFAIL: level_zero -// XFAIL-TRACKER: OFNAAO-422 - #define GRAPH_E2E_RECORD_REPLAY #include "../../Inputs/whole_update_local_acc_multi.cpp" diff --git a/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_work_group_memory.cpp b/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_work_group_memory.cpp index 1a8183e526dc0..ebdc883475b05 100644 --- a/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_work_group_memory.cpp +++ b/sycl/test-e2e/Graph/Update/RecordReplay/whole_update_work_group_memory.cpp @@ -5,9 +5,6 @@ // Extra run to check for immediate-command-list in Level Zero // 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 %} -// XFAIL: level_zero -// XFAIL-TRACKER: OFNAAO-422 - #define GRAPH_E2E_RECORD_REPLAY #include "../../Inputs/whole_update_work_group_memory.cpp"