File tree 1 file changed +2
-2
lines changed
sycl/test-e2e/Graph/ValidUsage
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
// 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 %}
7
7
//
8
8
// 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 %}
11
11
//
12
12
// Tests that the optimization to use the L0 Copy Engine for memory commands
13
13
// does not interfere with the linear graph optimization
You can’t perform that action at this time.
0 commit comments