File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed 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
9
7
10
8
// Tests obtaining a finalized, executable graph from a graph which is
11
9
// 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
9
7
10
8
// Tests the ability to finalize and submit a command graph which doesn't
11
9
// contain any nodes.
Original file line number Diff line number Diff line change
1
+ config.unsupported_features += [' gpu-intel-dg2' ]
You can’t perform that action at this time.
0 commit comments