From 16e51e76dee18bac4716531a86495d62e0d51323 Mon Sep 17 00:00:00 2001 From: Maxime France-Pillois Date: Wed, 7 Feb 2024 14:57:06 +0000 Subject: [PATCH 1/3] [SYCL][Graph] Disable USM tests on gpu-intel-dg2 --- sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/basic_usm.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/empty_node.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/host_task.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/host_task2.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/host_task_last.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/host_task_successive.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp | 4 ++++ sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/repeated_exec.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/sub_graph.cpp | 3 +++ .../Graph/Explicit/sub_graph_execute_without_parent.cpp | 3 +++ .../Graph/Explicit/sub_graph_multiple_submission.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/usm_copy.cpp | 4 +++- sycl/test-e2e/Graph/Explicit/usm_fill.cpp | 3 +++ sycl/test-e2e/Graph/Explicit/usm_memset.cpp | 4 +++- .../test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp | 4 +++- sycl/test-e2e/Graph/RecordReplay/after_use.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/empty_node.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/host_task.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/host_task2.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp | 4 ++++ sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp | 3 +++ .../Graph/RecordReplay/sub_graph_execute_without_parent.cpp | 3 +++ .../Graph/RecordReplay/sub_graph_multiple_submission.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp | 3 +++ .../Graph/RecordReplay/sub_graph_two_parent_graphs.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp | 4 +++- sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp | 3 +++ sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp | 5 ++++- sycl/test-e2e/Graph/empty_graph.cpp | 3 +++ 48 files changed, 147 insertions(+), 5 deletions(-) diff --git a/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp b/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp index cf17e3b6c3dba..e623b01e14355 100644 --- a/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp +++ b/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/basic_usm.cpp b/sycl/test-e2e/Graph/Explicit/basic_usm.cpp index 6e76ec42c079e..b509597efe618 100644 --- a/sycl/test-e2e/Graph/Explicit/basic_usm.cpp +++ b/sycl/test-e2e/Graph/Explicit/basic_usm.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp b/sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp index 040ce8c30c38b..5276b312448ef 100644 --- a/sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp +++ b/sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp b/sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp index bb12ff6006004..505c7f6b2d81d 100644 --- a/sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp +++ b/sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp b/sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp index f989a27a1ca39..489b09628d583 100644 --- a/sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp +++ b/sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/empty_node.cpp b/sycl/test-e2e/Graph/Explicit/empty_node.cpp index 7f7501175899c..dc8e6ae2fedce 100644 --- a/sycl/test-e2e/Graph/Explicit/empty_node.cpp +++ b/sycl/test-e2e/Graph/Explicit/empty_node.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/host_task.cpp b/sycl/test-e2e/Graph/Explicit/host_task.cpp index 167219bf4b8ef..ed4192073d638 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/host_task2.cpp b/sycl/test-e2e/Graph/Explicit/host_task2.cpp index f7d59f48aac09..460a8c4bf4a68 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task2.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task2.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/host_task_last.cpp b/sycl/test-e2e/Graph/Explicit/host_task_last.cpp index aed2916284cc1..bad62a1d7750b 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task_last.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task_last.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/host_task_successive.cpp b/sycl/test-e2e/Graph/Explicit/host_task_successive.cpp index da26b8b182296..4630a91e7885e 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task_successive.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task_successive.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp b/sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp index a83775b8ecb8a..727b5dbfedd7f 100644 --- a/sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp +++ b/sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp b/sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp index a4f3710eea9f0..3e1eb3f2157e5 100644 --- a/sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp +++ b/sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp @@ -4,6 +4,10 @@ // RUN: %if level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %} // // CHECK-NOT: LEAK +// +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp b/sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp index a2589cda54320..6dc7b3d610c84 100644 --- a/sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp +++ b/sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/repeated_exec.cpp b/sycl/test-e2e/Graph/Explicit/repeated_exec.cpp index 8b1f6ba3d4455..6a72b0d9c2fb3 100644 --- a/sycl/test-e2e/Graph/Explicit/repeated_exec.cpp +++ b/sycl/test-e2e/Graph/Explicit/repeated_exec.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph.cpp index 830cc5a42a668..fa169ab3fb1a8 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp index bc3cb1c8f352d..1d831b7a11f72 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp index 92add086ee20d..8a2c5f40492df 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp index 05ecfbd982a01..7534df351f834 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp index 8fa8e0c334de2..fef8748642159 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/usm_copy.cpp b/sycl/test-e2e/Graph/Explicit/usm_copy.cpp index 323d3e35935ac..de9fe30e09508 100644 --- a/sycl/test-e2e/Graph/Explicit/usm_copy.cpp +++ b/sycl/test-e2e/Graph/Explicit/usm_copy.cpp @@ -7,7 +7,9 @@ // // // USM copy command not supported for OpenCL -// UNSUPPORTED: opencl +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: opencl, gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/usm_fill.cpp b/sycl/test-e2e/Graph/Explicit/usm_fill.cpp index 86076768f5d32..ad6320c74f81e 100644 --- a/sycl/test-e2e/Graph/Explicit/usm_fill.cpp +++ b/sycl/test-e2e/Graph/Explicit/usm_fill.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/usm_memset.cpp b/sycl/test-e2e/Graph/Explicit/usm_memset.cpp index e9bb9ebab0fa9..8619192af0090 100644 --- a/sycl/test-e2e/Graph/Explicit/usm_memset.cpp +++ b/sycl/test-e2e/Graph/Explicit/usm_memset.cpp @@ -6,7 +6,9 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // USM memset command not supported for OpenCL -// UNSUPPORTED: opencl +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: opencl, gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp b/sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp index ba81666277e44..3a759d79a76e7 100644 --- a/sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp @@ -7,7 +7,9 @@ // // // Temporarily disabled until failure is addressed. -// UNSUPPORTED: windows +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: windows, gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/after_use.cpp b/sycl/test-e2e/Graph/RecordReplay/after_use.cpp index 767ca8b425ab7..0f2314cf4bce0 100644 --- a/sycl/test-e2e/Graph/RecordReplay/after_use.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/after_use.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 // This test attempts recording a set of kernels after they have already been // executed once before. diff --git a/sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp b/sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp index c12038ba46185..a404761df8c46 100644 --- a/sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #include "../graph_common.hpp" diff --git a/sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp b/sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp index ffddf70716250..c7d29099556d1 100644 --- a/sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp b/sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp index a90931934f0ce..ee6f7eb4a7854 100644 --- a/sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp b/sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp index 410850f5ff7a8..88ec181f53838 100644 --- a/sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp b/sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp index 2f19c2706380b..70c1031170bcd 100644 --- a/sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/empty_node.cpp b/sycl/test-e2e/Graph/RecordReplay/empty_node.cpp index 70128db712f78..3f5d3a4205bc3 100644 --- a/sycl/test-e2e/Graph/RecordReplay/empty_node.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/empty_node.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task.cpp index 582a3fb3f14ff..ec63d2a1b2cc0 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task2.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task2.cpp index f947a13ffd63d..c22fbc5f40d6f 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task2.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task2.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp index e40fe3a0e963c..c7cbae44e7a0e 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 // This test uses a host_task when adding a command_graph node to an // in-order queue. diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp index c8dfa02c63ea7..a4578e7af2590 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp index 51da588ab9444..4a4a176d2f787 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp b/sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp index 67b5335de4383..a7112d0d56599 100644 --- a/sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp b/sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp index aa81923251cb6..3fecf4e9e8efc 100644 --- a/sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp @@ -4,6 +4,10 @@ // RUN: %if level_zero %{env UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s %} // // CHECK-NOT: LEAK +// +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp b/sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp index 99a28bd745853..b1eb53e5e17e2 100644 --- a/sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp b/sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp index badf7293f49cb..7f7d660978db1 100644 --- a/sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp index 2096a7c7a21f7..f46f82e0190f3 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph_execute_without_parent.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph_execute_without_parent.cpp index f1aeef51f1c31..eaaf90a26ea78 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph_execute_without_parent.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph_execute_without_parent.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph_multiple_submission.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph_multiple_submission.cpp index d26f99a34c290..53fbf677a4741 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph_multiple_submission.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph_multiple_submission.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp index f2b7ca35a77d7..b94279f935ca5 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp index a1d0373290cc6..9ba3037acdc6f 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp b/sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp index 09486c4ebc8da..8578a26093133 100644 --- a/sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp @@ -7,7 +7,9 @@ // // // USM copy command not supported for OpenCL -// UNSUPPORTED: opencl +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable the tests while investigating the bug. +// UNSUPPORTED: opencl, gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp b/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp index 8e89ecc693ed7..7d5cdf2459fe5 100644 --- a/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp b/sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp index 137b3df19cf02..78672adfe6015 100644 --- a/sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp @@ -6,7 +6,10 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // USM memset command not supported for OpenCL -// UNSUPPORTED: opencl +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: opencl, gpu-intel-dg2 + #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/empty_graph.cpp b/sycl/test-e2e/Graph/empty_graph.cpp index ff4984603d908..39cc51f6f085b 100644 --- a/sycl/test-e2e/Graph/empty_graph.cpp +++ b/sycl/test-e2e/Graph/empty_graph.cpp @@ -5,6 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporary disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 // Tests the ability to finalize and submit a command graph which doesn't // contain any nodes. From e75e0b458c656fcc19c6d288d371c4a3961f7016 Mon Sep 17 00:00:00 2001 From: Maxime France-Pillois Date: Wed, 7 Feb 2024 15:05:46 +0000 Subject: [PATCH 2/3] Corrects Typos --- sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp | 2 +- sycl/test-e2e/Graph/Explicit/basic_usm.cpp | 2 +- sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp | 2 +- sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp | 2 +- sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp | 2 +- sycl/test-e2e/Graph/Explicit/empty_node.cpp | 2 +- sycl/test-e2e/Graph/Explicit/host_task.cpp | 2 +- sycl/test-e2e/Graph/Explicit/host_task2.cpp | 2 +- sycl/test-e2e/Graph/Explicit/host_task_last.cpp | 2 +- sycl/test-e2e/Graph/Explicit/host_task_successive.cpp | 2 +- sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp | 2 +- sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp | 2 +- sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp | 2 +- sycl/test-e2e/Graph/Explicit/repeated_exec.cpp | 2 +- sycl/test-e2e/Graph/Explicit/sub_graph.cpp | 2 +- .../Graph/Explicit/sub_graph_execute_without_parent.cpp | 2 +- sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp | 2 +- sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp | 2 +- sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp | 2 +- sycl/test-e2e/Graph/Explicit/usm_copy.cpp | 2 +- sycl/test-e2e/Graph/Explicit/usm_fill.cpp | 2 +- sycl/test-e2e/Graph/Explicit/usm_memset.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/after_use.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/empty_node.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/host_task.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/host_task2.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp | 2 +- .../Graph/RecordReplay/sub_graph_execute_without_parent.cpp | 2 +- .../Graph/RecordReplay/sub_graph_multiple_submission.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp | 2 +- .../test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp | 2 +- sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp | 2 +- sycl/test-e2e/Graph/empty_graph.cpp | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp b/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp index e623b01e14355..418f3df144079 100644 --- a/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp +++ b/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/basic_usm.cpp b/sycl/test-e2e/Graph/Explicit/basic_usm.cpp index b509597efe618..5b5025833fc18 100644 --- a/sycl/test-e2e/Graph/Explicit/basic_usm.cpp +++ b/sycl/test-e2e/Graph/Explicit/basic_usm.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp b/sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp index 5276b312448ef..0ecb6741e93ff 100644 --- a/sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp +++ b/sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp b/sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp index 505c7f6b2d81d..8e4c9c6fbb128 100644 --- a/sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp +++ b/sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp b/sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp index 489b09628d583..5a6afdfe4a020 100644 --- a/sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp +++ b/sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/empty_node.cpp b/sycl/test-e2e/Graph/Explicit/empty_node.cpp index dc8e6ae2fedce..753e28cd34d23 100644 --- a/sycl/test-e2e/Graph/Explicit/empty_node.cpp +++ b/sycl/test-e2e/Graph/Explicit/empty_node.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/host_task.cpp b/sycl/test-e2e/Graph/Explicit/host_task.cpp index ed4192073d638..6bc415c60be29 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/host_task2.cpp b/sycl/test-e2e/Graph/Explicit/host_task2.cpp index 460a8c4bf4a68..ca106b95a6968 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task2.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task2.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/host_task_last.cpp b/sycl/test-e2e/Graph/Explicit/host_task_last.cpp index bad62a1d7750b..02a5b214ea626 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task_last.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task_last.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/host_task_successive.cpp b/sycl/test-e2e/Graph/Explicit/host_task_successive.cpp index 4630a91e7885e..82545aebd68aa 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task_successive.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task_successive.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp b/sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp index 727b5dbfedd7f..e8942f91704e7 100644 --- a/sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp +++ b/sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp b/sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp index 3e1eb3f2157e5..2b3d96b29f612 100644 --- a/sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp +++ b/sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp @@ -6,7 +6,7 @@ // CHECK-NOT: LEAK // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp b/sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp index 6dc7b3d610c84..7e843467358e9 100644 --- a/sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp +++ b/sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/repeated_exec.cpp b/sycl/test-e2e/Graph/Explicit/repeated_exec.cpp index 6a72b0d9c2fb3..3b60906d39e54 100644 --- a/sycl/test-e2e/Graph/Explicit/repeated_exec.cpp +++ b/sycl/test-e2e/Graph/Explicit/repeated_exec.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph.cpp index fa169ab3fb1a8..0b0e9a2610f4a 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp index 1d831b7a11f72..ea5a71283f9dc 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp index 8a2c5f40492df..69f8bf20c1274 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp index 7534df351f834..513f4c1e7f490 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp index fef8748642159..62f9b04fcb4aa 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/usm_copy.cpp b/sycl/test-e2e/Graph/Explicit/usm_copy.cpp index de9fe30e09508..0d4f482728072 100644 --- a/sycl/test-e2e/Graph/Explicit/usm_copy.cpp +++ b/sycl/test-e2e/Graph/Explicit/usm_copy.cpp @@ -8,7 +8,7 @@ // // USM copy command not supported for OpenCL // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: opencl, gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/usm_fill.cpp b/sycl/test-e2e/Graph/Explicit/usm_fill.cpp index ad6320c74f81e..dafbd4511a671 100644 --- a/sycl/test-e2e/Graph/Explicit/usm_fill.cpp +++ b/sycl/test-e2e/Graph/Explicit/usm_fill.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/usm_memset.cpp b/sycl/test-e2e/Graph/Explicit/usm_memset.cpp index 8619192af0090..6bcd8d75e893e 100644 --- a/sycl/test-e2e/Graph/Explicit/usm_memset.cpp +++ b/sycl/test-e2e/Graph/Explicit/usm_memset.cpp @@ -7,7 +7,7 @@ // // USM memset command not supported for OpenCL // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: opencl, gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp b/sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp index 3a759d79a76e7..21ef67372cf54 100644 --- a/sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp @@ -8,7 +8,7 @@ // // Temporarily disabled until failure is addressed. // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: windows, gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/after_use.cpp b/sycl/test-e2e/Graph/RecordReplay/after_use.cpp index 0f2314cf4bce0..4991d8b4b2c51 100644 --- a/sycl/test-e2e/Graph/RecordReplay/after_use.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/after_use.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 // This test attempts recording a set of kernels after they have already been diff --git a/sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp b/sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp index a404761df8c46..51d4f576dc68a 100644 --- a/sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #include "../graph_common.hpp" diff --git a/sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp b/sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp index c7d29099556d1..5f45eab9848d0 100644 --- a/sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp b/sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp index ee6f7eb4a7854..7ffed02062c3d 100644 --- a/sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp b/sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp index 88ec181f53838..708e24ebf6329 100644 --- a/sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp b/sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp index 70c1031170bcd..bbd0cd98ca7ec 100644 --- a/sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/empty_node.cpp b/sycl/test-e2e/Graph/RecordReplay/empty_node.cpp index 3f5d3a4205bc3..0402fb0dc008d 100644 --- a/sycl/test-e2e/Graph/RecordReplay/empty_node.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/empty_node.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task.cpp index ec63d2a1b2cc0..a21af0447578c 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task2.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task2.cpp index c22fbc5f40d6f..bf51f66c2326f 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task2.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task2.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp index c7cbae44e7a0e..a107d63f615e1 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 // This test uses a host_task when adding a command_graph node to an diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp index a4578e7af2590..40739cad57cdd 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp index 4a4a176d2f787..41e14a412c0bf 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp b/sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp index a7112d0d56599..cf29257b5e90f 100644 --- a/sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp b/sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp index 3fecf4e9e8efc..89ed9ca3909cc 100644 --- a/sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp @@ -6,7 +6,7 @@ // CHECK-NOT: LEAK // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp b/sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp index b1eb53e5e17e2..7185d75fd69d4 100644 --- a/sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp b/sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp index 7f7d660978db1..fc7f6443e2ac0 100644 --- a/sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp index f46f82e0190f3..f866e333fea69 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph_execute_without_parent.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph_execute_without_parent.cpp index eaaf90a26ea78..61048e410d70a 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph_execute_without_parent.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph_execute_without_parent.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph_multiple_submission.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph_multiple_submission.cpp index 53fbf677a4741..072a9b7e15547 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph_multiple_submission.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph_multiple_submission.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp index b94279f935ca5..aed516db0d15f 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp index 9ba3037acdc6f..af8b73b0cc8d4 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp b/sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp index 8578a26093133..50aaaf9cf4c62 100644 --- a/sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp @@ -8,7 +8,7 @@ // // USM copy command not supported for OpenCL // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable the tests while investigating the bug. +// Temporarily disable the tests while investigating the bug. // UNSUPPORTED: opencl, gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp b/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp index 7d5cdf2459fe5..8f95d09ca7f06 100644 --- a/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp b/sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp index 78672adfe6015..f0b21d10a7410 100644 --- a/sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp @@ -7,7 +7,7 @@ // USM memset command not supported for OpenCL // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: opencl, gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/empty_graph.cpp b/sycl/test-e2e/Graph/empty_graph.cpp index 39cc51f6f085b..1cd17dc885156 100644 --- a/sycl/test-e2e/Graph/empty_graph.cpp +++ b/sycl/test-e2e/Graph/empty_graph.cpp @@ -6,7 +6,7 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 -// Temporary disable USM based tests while investigating the bug. +// Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 // Tests the ability to finalize and submit a command graph which doesn't From c93d2ae3b8d26143f17c621d5240512f2cae56b6 Mon Sep 17 00:00:00 2001 From: Maxime France-Pillois Date: Wed, 7 Feb 2024 15:26:30 +0000 Subject: [PATCH 3/3] format + disable tests (missing in the first commit) --- sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/basic_usm.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/empty_node.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/host_task.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/host_task2.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/host_task_last.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/host_task_multiple_deps.cpp | 4 ++++ sycl/test-e2e/Graph/Explicit/host_task_single.cpp | 4 ++++ sycl/test-e2e/Graph/Explicit/host_task_successive.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/memadvise.cpp | 5 ++++- sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/prefetch.cpp | 5 ++++- sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/repeated_exec.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/sub_graph.cpp | 3 ++- .../Graph/Explicit/sub_graph_execute_without_parent.cpp | 3 ++- .../Graph/Explicit/sub_graph_multiple_submission.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/usm_copy.cpp | 5 +++-- sycl/test-e2e/Graph/Explicit/usm_fill.cpp | 3 ++- sycl/test-e2e/Graph/Explicit/usm_fill_shared.cpp | 4 ++++ sycl/test-e2e/Graph/Explicit/usm_memset.cpp | 5 +++-- .../test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/after_use.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/empty_node.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/host_task.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/host_task2.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/host_task_multiple_deps.cpp | 4 ++++ sycl/test-e2e/Graph/RecordReplay/host_task_single.cpp | 4 ++++ sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/memadvise.cpp | 5 ++++- sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/prefetch.cpp | 5 ++++- sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp | 3 ++- .../Graph/RecordReplay/sub_graph_execute_without_parent.cpp | 3 ++- .../Graph/RecordReplay/sub_graph_multiple_submission.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp | 3 ++- .../Graph/RecordReplay/sub_graph_two_parent_graphs.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp | 4 ++-- sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp | 3 ++- sycl/test-e2e/Graph/RecordReplay/usm_fill_shared.cpp | 4 ++++ sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp | 4 ++-- sycl/test-e2e/Graph/empty_graph.cpp | 3 ++- 58 files changed, 138 insertions(+), 56 deletions(-) diff --git a/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp b/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp index 418f3df144079..b39f3b4fc889b 100644 --- a/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp +++ b/sycl/test-e2e/Graph/Explicit/add_nodes_after_finalize.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/basic_usm.cpp b/sycl/test-e2e/Graph/Explicit/basic_usm.cpp index 5b5025833fc18..00940dcd6d68c 100644 --- a/sycl/test-e2e/Graph/Explicit/basic_usm.cpp +++ b/sycl/test-e2e/Graph/Explicit/basic_usm.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp b/sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp index 0ecb6741e93ff..fd8fcec4b89d2 100644 --- a/sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp +++ b/sycl/test-e2e/Graph/Explicit/basic_usm_host.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp b/sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp index 8e4c9c6fbb128..5855fc25ed4cc 100644 --- a/sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp +++ b/sycl/test-e2e/Graph/Explicit/basic_usm_mixed.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp b/sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp index 5a6afdfe4a020..3be8febbe008e 100644 --- a/sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp +++ b/sycl/test-e2e/Graph/Explicit/basic_usm_shared.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/empty_node.cpp b/sycl/test-e2e/Graph/Explicit/empty_node.cpp index 753e28cd34d23..301c53aa69795 100644 --- a/sycl/test-e2e/Graph/Explicit/empty_node.cpp +++ b/sycl/test-e2e/Graph/Explicit/empty_node.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/host_task.cpp b/sycl/test-e2e/Graph/Explicit/host_task.cpp index 6bc415c60be29..62bcd167e484f 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/host_task2.cpp b/sycl/test-e2e/Graph/Explicit/host_task2.cpp index ca106b95a6968..78be02a7bc991 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task2.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task2.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/host_task_last.cpp b/sycl/test-e2e/Graph/Explicit/host_task_last.cpp index 02a5b214ea626..26dcf148d6f7d 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task_last.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task_last.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/host_task_multiple_deps.cpp b/sycl/test-e2e/Graph/Explicit/host_task_multiple_deps.cpp index 3d03b7f6013ad..32c7157d0958c 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task_multiple_deps.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task_multiple_deps.cpp @@ -5,6 +5,10 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporarily disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/host_task_single.cpp b/sycl/test-e2e/Graph/Explicit/host_task_single.cpp index 6fc8744e04c18..b2236b9a0d91b 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task_single.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task_single.cpp @@ -5,6 +5,10 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporarily disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/host_task_successive.cpp b/sycl/test-e2e/Graph/Explicit/host_task_successive.cpp index 82545aebd68aa..2147d075715af 100644 --- a/sycl/test-e2e/Graph/Explicit/host_task_successive.cpp +++ b/sycl/test-e2e/Graph/Explicit/host_task_successive.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/memadvise.cpp b/sycl/test-e2e/Graph/Explicit/memadvise.cpp index 11e0d6296290f..1a8313478ddb5 100644 --- a/sycl/test-e2e/Graph/Explicit/memadvise.cpp +++ b/sycl/test-e2e/Graph/Explicit/memadvise.cpp @@ -2,7 +2,10 @@ // RUN: %if linux && (level_zero || cuda) %{ env SYCL_PI_TRACE=2 %{run} %t.out 2>&1 FileCheck %s %} %else %{ %{run} %t.out %} // Mem advise command not supported for OpenCL -// UNSUPPORTED: opencl +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporarily disable USM based tests while investigating the bug. +// UNSUPPORTED: opencl, gpu-intel-dg2 // Since Mem advise is only a memory hint that doesn't // impact results but only performances, we verify diff --git a/sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp b/sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp index e8942f91704e7..e9c76ad01113b 100644 --- a/sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp +++ b/sycl/test-e2e/Graph/Explicit/multiple_exec_graphs.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/prefetch.cpp b/sycl/test-e2e/Graph/Explicit/prefetch.cpp index 8e0e6e15c292d..4b670ebc89357 100644 --- a/sycl/test-e2e/Graph/Explicit/prefetch.cpp +++ b/sycl/test-e2e/Graph/Explicit/prefetch.cpp @@ -2,7 +2,10 @@ // RUN: %if linux && (level_zero || cuda) %{ env SYCL_PI_TRACE=2 %{run} %t.out 2>&1 FileCheck %s %} %else %{ %{run} %t.out %} // prefetch command not supported for OpenCL -// UNSUPPORTED: opencl +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporarily disable USM based tests while investigating the bug. +// UNSUPPORTED: opencl, gpu-intel-dg2 // Since Prefetch is only a memory hint that doesn't // impact results but only performances, we verify diff --git a/sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp b/sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp index 2b3d96b29f612..0760b5805e6d9 100644 --- a/sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp +++ b/sycl/test-e2e/Graph/Explicit/queue_constructor_usm.cpp @@ -5,7 +5,8 @@ // // CHECK-NOT: LEAK // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp b/sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp index 7e843467358e9..85d3b106bc3cd 100644 --- a/sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp +++ b/sycl/test-e2e/Graph/Explicit/queue_shortcuts.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/repeated_exec.cpp b/sycl/test-e2e/Graph/Explicit/repeated_exec.cpp index 3b60906d39e54..935f431b09332 100644 --- a/sycl/test-e2e/Graph/Explicit/repeated_exec.cpp +++ b/sycl/test-e2e/Graph/Explicit/repeated_exec.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph.cpp index 0b0e9a2610f4a..c60aa2f63e34f 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp index ea5a71283f9dc..772c07599300f 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph_execute_without_parent.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp index 69f8bf20c1274..17cdde9b87956 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph_multiple_submission.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp index 513f4c1e7f490..7fd72c79722d4 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph_nested.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp b/sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp index 62f9b04fcb4aa..d43e7e221e68c 100644 --- a/sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp +++ b/sycl/test-e2e/Graph/Explicit/sub_graph_two_parent_graphs.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/usm_copy.cpp b/sycl/test-e2e/Graph/Explicit/usm_copy.cpp index 0d4f482728072..6b60911d4627e 100644 --- a/sycl/test-e2e/Graph/Explicit/usm_copy.cpp +++ b/sycl/test-e2e/Graph/Explicit/usm_copy.cpp @@ -7,9 +7,10 @@ // // // USM copy command not supported for OpenCL -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. -// UNSUPPORTED: opencl, gpu-intel-dg2 +// UNSUPPORTED: opencl, gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/usm_fill.cpp b/sycl/test-e2e/Graph/Explicit/usm_fill.cpp index dafbd4511a671..966809cf5a8d3 100644 --- a/sycl/test-e2e/Graph/Explicit/usm_fill.cpp +++ b/sycl/test-e2e/Graph/Explicit/usm_fill.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/Explicit/usm_fill_shared.cpp b/sycl/test-e2e/Graph/Explicit/usm_fill_shared.cpp index e0100d42d7267..53feb52cad798 100644 --- a/sycl/test-e2e/Graph/Explicit/usm_fill_shared.cpp +++ b/sycl/test-e2e/Graph/Explicit/usm_fill_shared.cpp @@ -5,6 +5,10 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporarily disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/Explicit/usm_memset.cpp b/sycl/test-e2e/Graph/Explicit/usm_memset.cpp index 6bcd8d75e893e..50821fd8d008b 100644 --- a/sycl/test-e2e/Graph/Explicit/usm_memset.cpp +++ b/sycl/test-e2e/Graph/Explicit/usm_memset.cpp @@ -6,9 +6,10 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // // USM memset command not supported for OpenCL -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. -// UNSUPPORTED: opencl, gpu-intel-dg2 +// UNSUPPORTED: opencl, gpu-intel-dg2 #define GRAPH_E2E_EXPLICIT diff --git a/sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp b/sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp index 21ef67372cf54..c0729ebb3a015 100644 --- a/sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/add_nodes_after_finalize.cpp @@ -7,7 +7,8 @@ // // // Temporarily disabled until failure is addressed. -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: windows, gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/after_use.cpp b/sycl/test-e2e/Graph/RecordReplay/after_use.cpp index 4991d8b4b2c51..4a87a09e0fbce 100644 --- a/sycl/test-e2e/Graph/RecordReplay/after_use.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/after_use.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp b/sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp index 51d4f576dc68a..951a016994261 100644 --- a/sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/barrier_with_work.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp b/sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp index 5f45eab9848d0..bcdfb702b78c7 100644 --- a/sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/basic_usm.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp b/sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp index 7ffed02062c3d..b71fd0a690220 100644 --- a/sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/basic_usm_host.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp b/sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp index 708e24ebf6329..74bc18a7b3496 100644 --- a/sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/basic_usm_mixed.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp b/sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp index bbd0cd98ca7ec..51e4597354473 100644 --- a/sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/basic_usm_shared.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/empty_node.cpp b/sycl/test-e2e/Graph/RecordReplay/empty_node.cpp index 0402fb0dc008d..2155b226e2fc3 100644 --- a/sycl/test-e2e/Graph/RecordReplay/empty_node.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/empty_node.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task.cpp index a21af0447578c..4f4d50fe3b3f3 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task2.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task2.cpp index bf51f66c2326f..cd867eb4caadd 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task2.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task2.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp index a107d63f615e1..c3037c78d8eaf 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task_in_order.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp index 40739cad57cdd..64d625197f089 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task_last.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task_multiple_deps.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task_multiple_deps.cpp index 7e312df58d092..a8ff9b53637cd 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task_multiple_deps.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task_multiple_deps.cpp @@ -5,6 +5,10 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporarily disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task_single.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task_single.cpp index 6d86cef96c862..4e2730592ef95 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task_single.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task_single.cpp @@ -5,6 +5,10 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporarily disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp b/sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp index 41e14a412c0bf..e5570cb61a2d3 100644 --- a/sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/host_task_successive.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/memadvise.cpp b/sycl/test-e2e/Graph/RecordReplay/memadvise.cpp index a5b87f8143832..1f7989f9a0361 100644 --- a/sycl/test-e2e/Graph/RecordReplay/memadvise.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/memadvise.cpp @@ -2,7 +2,10 @@ // RUN: %if linux && (level_zero || cuda) %{ env SYCL_PI_TRACE=2 %{run} %t.out 2>&1 FileCheck %s %} %else %{ %{run} %t.out %} // Mem advise command not supported for OpenCL -// UNSUPPORTED: opencl +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporarily disable USM based tests while investigating the bug. +// UNSUPPORTED: opencl, gpu-intel-dg2 // Since Mem advise is only a memory hint that doesn't // impact results but only performances, we verify diff --git a/sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp b/sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp index cf29257b5e90f..0709d25e225bd 100644 --- a/sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/multiple_exec_graphs.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/prefetch.cpp b/sycl/test-e2e/Graph/RecordReplay/prefetch.cpp index dca297f7772b3..a5a18c08c6b66 100644 --- a/sycl/test-e2e/Graph/RecordReplay/prefetch.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/prefetch.cpp @@ -2,7 +2,10 @@ // RUN: %if linux && (level_zero || cuda) %{ env SYCL_PI_TRACE=2 %{run} %t.out 2>&1 FileCheck %s %} %else %{ %{run} %t.out %} // prefetch command not supported for OpenCL -// UNSUPPORTED: opencl +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporarily disable USM based tests while investigating the bug. +// UNSUPPORTED: opencl, gpu-intel-dg2 // Since Prefetch is only a memory hint that doesn't // impact results but only performances, we verify diff --git a/sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp b/sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp index 89ed9ca3909cc..a88e462461a04 100644 --- a/sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/queue_constructor_usm.cpp @@ -5,7 +5,8 @@ // // CHECK-NOT: LEAK // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp b/sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp index 7185d75fd69d4..d5e9520417a71 100644 --- a/sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/queue_shortcuts.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp b/sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp index fc7f6443e2ac0..9e2416541e091 100644 --- a/sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/repeated_exec.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp index f866e333fea69..37e29e16edf40 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph_execute_without_parent.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph_execute_without_parent.cpp index 61048e410d70a..b7442d24c6f1d 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph_execute_without_parent.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph_execute_without_parent.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph_multiple_submission.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph_multiple_submission.cpp index 072a9b7e15547..57b4c1cd3abdd 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph_multiple_submission.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph_multiple_submission.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp index aed516db0d15f..e78794733dc42 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph_nested.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp b/sycl/test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp index af8b73b0cc8d4..8c3c5f0980c55 100644 --- a/sycl/test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/sub_graph_two_parent_graphs.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp b/sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp index 50aaaf9cf4c62..1fdf104310623 100644 --- a/sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/usm_copy.cpp @@ -5,9 +5,9 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// // USM copy command not supported for OpenCL -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable the tests while investigating the bug. // UNSUPPORTED: opencl, gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp b/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp index 8f95d09ca7f06..66a9589d9e242 100644 --- a/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/usm_fill.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2 diff --git a/sycl/test-e2e/Graph/RecordReplay/usm_fill_shared.cpp b/sycl/test-e2e/Graph/RecordReplay/usm_fill_shared.cpp index 401cdc7aa430f..ed959ca5a400b 100644 --- a/sycl/test-e2e/Graph/RecordReplay/usm_fill_shared.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/usm_fill_shared.cpp @@ -5,6 +5,10 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Temporarily disable USM based tests while investigating the bug. +// UNSUPPORTED: gpu-intel-dg2 #define GRAPH_E2E_RECORD_REPLAY diff --git a/sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp b/sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp index f0b21d10a7410..86c533110f26b 100644 --- a/sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp +++ b/sycl/test-e2e/Graph/RecordReplay/usm_memset.cpp @@ -6,11 +6,11 @@ // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // USM memset command not supported for OpenCL -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: opencl, gpu-intel-dg2 - #define GRAPH_E2E_RECORD_REPLAY #include "../Inputs/usm_memset.cpp" diff --git a/sycl/test-e2e/Graph/empty_graph.cpp b/sycl/test-e2e/Graph/empty_graph.cpp index 1cd17dc885156..c574d65e9357f 100644 --- a/sycl/test-e2e/Graph/empty_graph.cpp +++ b/sycl/test-e2e/Graph/empty_graph.cpp @@ -5,7 +5,8 @@ // 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 UR_L0_LEAKS_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Post-commit test failed https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 +// Post-commit test failed +// https://github.com/intel/llvm/actions/runs/7814201804/job/21315560479 // Temporarily disable USM based tests while investigating the bug. // UNSUPPORTED: gpu-intel-dg2