Skip to content

Commit 5c855de

Browse files
Changed env vars to UR ones
1 parent a04d066 commit 5c855de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/Graph/ValidUsage/linear_graph_copy.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// 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 %}
77
//
88
// Extra runs to test in-order command lists path
9-
// RUN: %if level_zero %{env UR_L0_USE_DRIVER_INORDER_LISTS=1 SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
10-
// RUN: %if level_zero %{env UR_L0_USE_DRIVER_INORDER_LISTS=1 UR_L0_USE_DRIVER_COUNTER_BASED_EVENTS=0 SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
9+
// RUN: %if level_zero %{env UR_L0_USE_DRIVER_INORDER_LISTS=1 UR_L0_CMD_BUFFER_USE_IMMEDIATE_APPEND_PATH=0 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
10+
// RUN: %if level_zero %{env UR_L0_USE_DRIVER_INORDER_LISTS=1 UR_L0_CMD_BUFFER_USE_IMMEDIATE_APPEND_PATH=1 UR_L0_USE_DRIVER_COUNTER_BASED_EVENTS=0 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
1111
//
1212
// Tests that the optimization to use the L0 Copy Engine for memory commands
1313
// does not interfere with the linear graph optimization

0 commit comments

Comments
 (0)