Skip to content

Commit a3795ab

Browse files
committed
[SYCL][test-e2e] Mark unsupported and failing tests for v2 adapter
1 parent e9cfb75 commit a3795ab

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

sycl/test-e2e/Adapters/level_zero/eager_init.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// UNSUPPORTED: ze_debug
33
// UNSUPPORTED-INTENDED: ze_debug UR emits summary of leaks that contains
44
// 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
58

69
// RUN: %{build} -Wno-error=deprecated-declarations %level_zero_options -o %t.out
710
// RUN: env UR_L0_DEBUG=1 SYCL_EAGER_INIT=1 %{run} %t.out 2>&1 | FileCheck %s

sycl/test-e2e/Adapters/level_zero/interop-get-native-mem.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// for native L0 API calls.
55
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
66
// 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
710
// RUN: %{build} %level_zero_options -o %t.out
811
// RUN: %{run} %t.out
912

sycl/test-e2e/Adapters/max_malloc.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// TODO: Temporarily disabled on Linux due to failures.
66
// UNSUPPORTED: linux
77

8+
// UNSUPPORTED: level_zero_v2_adapter
9+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19461
10+
811
#include <iostream>
912
#include <sycl/detail/core.hpp>
1013
#include <sycl/usm.hpp>

sycl/test-e2e/Basic/buffer/buffer_create.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %{build} %level_zero_options -o %t.out
33
// RUN: env UR_L0_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s
44
// UNSUPPORTED: ze_debug
5+
// UNSUPPORTED: level_zero_v2_adapter
6+
// UNSUPPORTED-INTENDED: v2 adapter might not use host memory for integrated
7+
// graphics
58

69
#include <iostream>
710
#include <level_zero/ze_api.h>

sycl/test-e2e/Graph/Explicit/interop-level-zero-get-native-mem.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// for native L0 API calls.
55
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
66
// 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
710
// RUN: %{build} %level_zero_options -o %t.out
811
// RUN: %{run} %t.out
912

sycl/test-e2e/Graph/RecordReplay/interop-level-zero-get-native-mem.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// for native L0 API calls.
55
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
66
// 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
710
// RUN: %{build} %level_zero_options -o %t.out
811
// RUN: %{run} %t.out
912
// Extra run to check for immediate-command-list in Level Zero

0 commit comments

Comments
 (0)