Skip to content

Commit 5ae9219

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

File tree

6 files changed

+16
-2
lines changed

6 files changed

+16
-2
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// RUN: env UR_L0_ENABLE_RELAXED_ALLOCATION_LIMITS=1 SYCL_PROGRAM_COMPILE_OPTIONS=-ze-intel-greater-than-4GB-buffer-required %{run} %t.out
44

55
// TODO: Temporarily disabled on Linux due to failures.
6-
// UNSUPPORTED: linux
6+
// UNSUPPORTED: linux, level_zero_v2_adapter
7+
// TODO: https://github.com/intel/llvm/issues/19461
78

89
#include <iostream>
910
#include <sycl/detail/core.hpp>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// REQUIRES: gpu,level_zero,level_zero_dev_kit
22
// RUN: %{build} %level_zero_options -o %t.out
33
// RUN: env UR_L0_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s
4-
// UNSUPPORTED: ze_debug
4+
// UNSUPPORTED: ze_debug, level_zero_v2_adapter
5+
// v2 adapter might not use host memory for integrated graphics
56

67
#include <iostream>
78
#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)