Skip to content

Commit f8391a1

Browse files
authored
[SYCL][Graph] Remove unnecessary UNSUPPORTED from update tests (#13280)
- This is already covered by aspect requirements
1 parent 245f0aa commit f8391a1

16 files changed

+0
-16
lines changed

sycl/test-e2e/Graph/Update/update_before_finalize.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a graph node before finalization
1110

sycl/test-e2e/Graph/Update/update_nd_range.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a graph node using index-based explicit update
1110

sycl/test-e2e/Graph/Update/update_range.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a graph node using index-based explicit update
1110

sycl/test-e2e/Graph/Update/update_with_indices_accessor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a graph node accessor argument using index-based explicit
1110
// update

sycl/test-e2e/Graph/Update/update_with_indices_accessor_double_update.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a graph node accessor argument multiple times before the graph
1110
// is updated, using index-based explicit update

sycl/test-e2e/Graph/Update/update_with_indices_accessor_multiple_nodes_different_indices.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a single dynamic parameter which is registered with multiple
1110
// graph nodes where it has a different argument index in each node

sycl/test-e2e/Graph/Update/update_with_indices_accessor_ordering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a graph node accessor argument using index-based explicit
1110
// update while also submitting work using those accessors to a normal queue

sycl/test-e2e/Graph/Update/update_with_indices_multiple_exec_graphs.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests creating multiple executable graphs from the same modifiable graph and
1110
// only updating one of them.

sycl/test-e2e/Graph/Update/update_with_indices_ordering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests that updating a graph is ordered with respect to previous executions of
1110
// the graph which may be in flight.

sycl/test-e2e/Graph/Update/update_with_indices_ptr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a graph node using index-based explicit update
1110

sycl/test-e2e/Graph/Update/update_with_indices_ptr_double_update.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a graph node using index-based explicit update
1110

sycl/test-e2e/Graph/Update/update_with_indices_ptr_multiple_nodes.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a single dynamic parameter which is registered with multiple
1110
// graph nodes

sycl/test-e2e/Graph/Update/update_with_indices_ptr_multiple_nodes_different_indices.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a single dynamic parameter which is registered with multiple
1110
// graph nodes where it has a different argument index in each node

sycl/test-e2e/Graph/Update/update_with_indices_ptr_multiple_params.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating multiple parameters to a singlegraph node using index-based
1110
// explicit update

sycl/test-e2e/Graph/Update/update_with_indices_ptr_subgraph.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a graph node in an executable graph that was used as a
1110
// subgraph node in another executable graph is not reflected in the graph

sycl/test-e2e/Graph/Update/update_with_indices_scalar.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// 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 %}
77
//
8-
// UNSUPPORTED: opencl, level_zero
98

109
// Tests updating a graph node scalar argument using index-based explicit update
1110

0 commit comments

Comments
 (0)