Skip to content

Commit

Permalink
Fix update tests not handling unsupported backends correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Bensuo committed Mar 7, 2024
1 parent 5b89527 commit f5a5518
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion sycl/test-e2e/Graph/Explicit/update_before_finalize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Graph/Explicit/update_nd_range.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Graph/Explicit/update_range.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Graph/Explicit/update_with_indices_ptr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f5a5518

Please sign in to comment.