diff --git a/sycl/test-e2e/Graph/Explicit/update_before_finalize.cpp b/sycl/test-e2e/Graph/Explicit/update_before_finalize.cpp index c2d5af7735c14..8b1d8379aeba2 100644 --- a/sycl/test-e2e/Graph/Explicit/update_before_finalize.cpp +++ b/sycl/test-e2e/Graph/Explicit/update_before_finalize.cpp @@ -5,7 +5,7 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Unsupported: opencl, level_zero +// UNSUPPORTED: opencl, level_zero // Tests updating a graph node before finalization diff --git a/sycl/test-e2e/Graph/Explicit/update_nd_range.cpp b/sycl/test-e2e/Graph/Explicit/update_nd_range.cpp index f0a8928c5b633..e8352c391a1ca 100644 --- a/sycl/test-e2e/Graph/Explicit/update_nd_range.cpp +++ b/sycl/test-e2e/Graph/Explicit/update_nd_range.cpp @@ -5,7 +5,7 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Unsupported: opencl, level_zero +// UNSUPPORTED: opencl, level_zero // Tests updating a graph node using index-based explicit update diff --git a/sycl/test-e2e/Graph/Explicit/update_range.cpp b/sycl/test-e2e/Graph/Explicit/update_range.cpp index e04adf8cb453e..b0a907526e42d 100644 --- a/sycl/test-e2e/Graph/Explicit/update_range.cpp +++ b/sycl/test-e2e/Graph/Explicit/update_range.cpp @@ -5,7 +5,7 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Unsupported: opencl, level_zero +// UNSUPPORTED: opencl, level_zero // Tests updating a graph node using index-based explicit update diff --git a/sycl/test-e2e/Graph/Explicit/update_with_indices_accessor.cpp b/sycl/test-e2e/Graph/Explicit/update_with_indices_accessor.cpp index 6ea48246ee1fa..1f0ee89bd5536 100644 --- a/sycl/test-e2e/Graph/Explicit/update_with_indices_accessor.cpp +++ b/sycl/test-e2e/Graph/Explicit/update_with_indices_accessor.cpp @@ -5,7 +5,7 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Unsupported: opencl, level_zero +// UNSUPPORTED: opencl, level_zero // Tests updating a graph node scalar argument using index-based explicit update diff --git a/sycl/test-e2e/Graph/Explicit/update_with_indices_multiple_exec_graphs.cpp b/sycl/test-e2e/Graph/Explicit/update_with_indices_multiple_exec_graphs.cpp index c3f730d8d1831..fb4f8cc7dab15 100644 --- a/sycl/test-e2e/Graph/Explicit/update_with_indices_multiple_exec_graphs.cpp +++ b/sycl/test-e2e/Graph/Explicit/update_with_indices_multiple_exec_graphs.cpp @@ -5,7 +5,7 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Unsupported: opencl, level_zero +// UNSUPPORTED: opencl, level_zero // Tests creating multiple executable graphs from the same modifiable graph and // only updating one of them. diff --git a/sycl/test-e2e/Graph/Explicit/update_with_indices_ordering.cpp b/sycl/test-e2e/Graph/Explicit/update_with_indices_ordering.cpp index 63da9510d264d..3f081ab4633be 100644 --- a/sycl/test-e2e/Graph/Explicit/update_with_indices_ordering.cpp +++ b/sycl/test-e2e/Graph/Explicit/update_with_indices_ordering.cpp @@ -5,7 +5,7 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Unsupported: opencl, level_zero +// UNSUPPORTED: opencl, level_zero // Tests that updating a graph is ordered with respect to previous executions of // the graph which may be in flight. diff --git a/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr.cpp b/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr.cpp index 127543cdcb400..843da6a4b4ac6 100644 --- a/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr.cpp +++ b/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr.cpp @@ -5,7 +5,7 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Unsupported: opencl, level_zero +// UNSUPPORTED: opencl, level_zero // Tests updating a graph node using index-based explicit update diff --git a/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_double_update.cpp b/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_double_update.cpp index fd7ec939f90c0..f933a754c0e2e 100644 --- a/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_double_update.cpp +++ b/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_double_update.cpp @@ -5,7 +5,7 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Unsupported: opencl, level_zero +// UNSUPPORTED: opencl, level_zero // Tests updating a graph node using index-based explicit update diff --git a/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_multiple_nodes.cpp b/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_multiple_nodes.cpp index 42b92d4ecd02b..d33fa99b97af2 100644 --- a/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_multiple_nodes.cpp +++ b/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_multiple_nodes.cpp @@ -5,7 +5,7 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Unsupported: opencl, level_zero +// UNSUPPORTED: opencl, level_zero // Tests updating a single dynamic parameter which is registered with multiple // graph nodes diff --git a/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_multiple_params.cpp b/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_multiple_params.cpp index 4eb411e1cb6e5..eda375af0b733 100644 --- a/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_multiple_params.cpp +++ b/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_multiple_params.cpp @@ -5,7 +5,7 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Unsupported: opencl, level_zero +// UNSUPPORTED: opencl, level_zero // Tests updating multiple parameters to a singlegraph node using index-based // explicit update diff --git a/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_subgraph.cpp b/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_subgraph.cpp index 386d503e4b0b5..0478a80ca938a 100644 --- a/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_subgraph.cpp +++ b/sycl/test-e2e/Graph/Explicit/update_with_indices_ptr_subgraph.cpp @@ -5,7 +5,7 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Unsupported: opencl, level_zero +// UNSUPPORTED: opencl, level_zero // Tests updating a graph node in an executable graph that was used as a // subgraph node in another executable graph is not reflected in the graph diff --git a/sycl/test-e2e/Graph/Explicit/update_with_indices_scalar.cpp b/sycl/test-e2e/Graph/Explicit/update_with_indices_scalar.cpp index 0ee594b005293..85d2389436851 100644 --- a/sycl/test-e2e/Graph/Explicit/update_with_indices_scalar.cpp +++ b/sycl/test-e2e/Graph/Explicit/update_with_indices_scalar.cpp @@ -5,7 +5,7 @@ // Extra run to check for immediate-command-list in Level Zero // RUN: %if level_zero && linux %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %} // -// Unsupported: opencl, level_zero +// UNSUPPORTED: opencl, level_zero // Tests updating a graph node scalar argument using index-based explicit update