File tree Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 2
2
// UNSUPPORTED: ze_debug
3
3
// UNSUPPORTED-INTENDED: ze_debug UR emits summary of leaks that contains
4
4
// function names that we match in the test.
5
+ // UNSUPPORTED: level_zero_v2_adapter
6
+ // UNSUPPORTED-INTENDED: v2 adapter might create a command list for buffer
7
+ // copy
5
8
6
9
// RUN: %{build} -Wno-error=deprecated-declarations %level_zero_options -o %t.out
7
10
// RUN: env UR_L0_DEBUG=1 SYCL_EAGER_INIT=1 %{run} %t.out 2>&1 | FileCheck %s
Original file line number Diff line number Diff line change 4
4
// for native L0 API calls.
5
5
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
6
6
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18273
7
+ // UNSUPPORTED: level_zero_v2_adapter
8
+ // UNSUPPORTED-INTENDED: v2 adapter might not use host memory for integrated
9
+ // graphics
7
10
// RUN: %{build} %level_zero_options -o %t.out
8
11
// RUN: %{run} %t.out
9
12
Original file line number Diff line number Diff line change 5
5
// TODO: Temporarily disabled on Linux due to failures.
6
6
// UNSUPPORTED: linux
7
7
8
+ // UNSUPPORTED: level_zero_v2_adapter
9
+ // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19461
10
+
8
11
#include < iostream>
9
12
#include < sycl/detail/core.hpp>
10
13
#include < sycl/usm.hpp>
Original file line number Diff line number Diff line change 2
2
// RUN: %{build} %level_zero_options -o %t.out
3
3
// RUN: env UR_L0_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s
4
4
// UNSUPPORTED: ze_debug
5
+ // UNSUPPORTED: level_zero_v2_adapter
6
+ // UNSUPPORTED-INTENDED: v2 adapter might not use host memory for integrated
7
+ // graphics
5
8
6
9
#include < iostream>
7
10
#include < level_zero/ze_api.h>
Original file line number Diff line number Diff line change 4
4
// for native L0 API calls.
5
5
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
6
6
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18273
7
+ // UNSUPPORTED: level_zero_v2_adapter
8
+ // UNSUPPORTED-INTENDED: v2 adapter might not use host memory for integrated
9
+ // graphics
7
10
// RUN: %{build} %level_zero_options -o %t.out
8
11
// RUN: %{run} %t.out
9
12
Original file line number Diff line number Diff line change 4
4
// for native L0 API calls.
5
5
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
6
6
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18273
7
+ // UNSUPPORTED: level_zero_v2_adapter
8
+ // UNSUPPORTED-INTENDED: v2 adapter might not use host memory for integrated
9
+ // graphics
7
10
// RUN: %{build} %level_zero_options -o %t.out
8
11
// RUN: %{run} %t.out
9
12
// Extra run to check for immediate-command-list in Level Zero
You can’t perform that action at this time.
0 commit comments