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 33// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44// 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 %}
55// 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 %}
710
811// REQUIRES: aspect-usm_host_allocations
912
Original file line number Diff line number Diff line change 33// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
44// 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 %}
55// 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 %}
710
811// REQUIRES: aspect-usm_host_allocations
912
You can’t perform that action at this time.
0 commit comments