File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
4
4
// 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 %}
5
5
// Extra run to check for immediate-command-list in Level Zero
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 %}
6
+ // Immediate command-list testing is disabled on Windows due to a
7
+ // non-deterministic leak of the Level Zero context, and is intended
8
+ // to be re-enabled once this can be investigated and fixed.
9
+ // 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 %}
7
10
8
11
// REQUIRES: aspect-usm_host_allocations
9
12
Original file line number Diff line number Diff line change 3
3
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
4
4
// 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 %}
5
5
// Extra run to check for immediate-command-list in Level Zero
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 %}
6
+ // Immediate command-list testing is disabled on Windows due to a
7
+ // non-deterministic leak of the Level Zero context, and is intended
8
+ // to be re-enabled once this can be investigated and fixed.
9
+ // 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 %}
7
10
8
11
// REQUIRES: aspect-usm_host_allocations
9
12
You can’t perform that action at this time.
0 commit comments