File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5
5
// Extra run to check for immediate-command-list in Level Zero
6
6
// 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
7
//
8
+ // UNSUPPORTED: gpu-intel-dg2
8
9
9
10
// Tests obtaining a finalized, executable graph from a graph which is
10
11
// currently being recorded to without end_recording() being called.
Original file line number Diff line number Diff line change 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
6
// 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
+ //
8
+ // UNSUPPORTED: gpu-intel-dg2
7
9
8
10
// Tests the ability to finalize and submit a command graph which doesn't
9
11
// contain any nodes.
You can’t perform that action at this time.
0 commit comments