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 2
2
// RUN: %{run} %t.out
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
+
6
+ // Disabled due to https://github.com/intel/llvm/issues/14350
5
7
// 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 %}
7
9
8
10
// REQUIRES: aspect-usm_shared_allocations
9
11
You can’t perform that action at this time.
0 commit comments