Skip to content

Commit

Permalink
Remove L0 restriction from linear graph copy test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bensuo committed Jun 4, 2024
1 parent 4a47e54 commit 604d581
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sycl/test-e2e/Graph/ValidUsage/linear_graph_l0_copy.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
// RUN: env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
// Extra run to check for immediate-command-list in Level Zero
// RUN: env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
//
// REQUIRES: level_zero

// Tests that the optimization to use the L0 Copy Engine for memory commands
// does not interfere with the linear graph optimization
Expand Down

0 comments on commit 604d581

Please sign in to comment.