File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
sycl/test-e2e/Graph/Explicit Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 22// RUN: %{run} %t.out
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 %}
5+
6+ // Disabled due to https://github.com/intel/llvm/issues/14350
57// 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 %}
8+ // xRUN : %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 %}
79
810// REQUIRES: aspect-usm_shared_allocations
911
You can’t perform that action at this time.
0 commit comments