Skip to content

Commit 27c5aff

Browse files
authored
Revert "[SYCL][E2E] mark failing tests on v2 L0 adapter" (#17466)
This reverts commit 6733ee2. The driver version on CI is new enough already,.
1 parent 55a7a4a commit 27c5aff

9 files changed

+0
-25
lines changed

sycl/test-e2e/Basic/handler/handler_mem_op.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
// UNSUPPORTED: level_zero_v2_adapter
4-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17271
53

64
//==- handler.cpp - SYCL handler explicit memory operations test -*- C++-*--==//
75
//

sycl/test-e2e/InorderQueue/in_order_usm_host_dependency.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
// UNSUPPORTED: level_zero_v2_adapter
4-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17271
53

64
// Test checks that dependency chain between commands is preserved for in-order
75
// queue in the case when usm commands and host tasks are interleaved.

sycl/test-e2e/USM/copy.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// UNSUPPORTED: spirv-backend && arch-intel_gpu_bmg_g21
1313
// UNSUPPORTED-TRACKER: CMPLRLLVM-64705
1414

15-
// UNSUPPORTED: level_zero_v2_adapter
16-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17271
17-
1815
#include <sycl/detail/core.hpp>
1916
#include <sycl/usm.hpp>
2017

sycl/test-e2e/syclcompat/memory/memory_management_test1.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
// RUN: %{build} -o %t.out
3434
// RUN: %{run} %t.out
3535

36-
// UNSUPPORTED: level_zero_v2_adapter
37-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17271
38-
3936
#include <sycl/detail/core.hpp>
4037

4138
#include <syclcompat/memory.hpp>

sycl/test-e2e/syclcompat/memory/memory_management_test1_usmnone.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// UNSUPPORTED: level_zero_v2_adapter
14-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17271
15-
1613
#define SYCLCOMPAT_USM_LEVEL_NONE
1714
#include <sycl/detail/core.hpp>
1815
#include <syclcompat/memory.hpp>

sycl/test-e2e/syclcompat/memory/memory_management_test2.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
// RUN: %{build} -o %t.out
3434
// RUN: %{run} %t.out
3535

36-
// UNSUPPORTED: level_zero_v2_adapter
37-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17271
38-
3936
#include <sycl/detail/core.hpp>
4037

4138
#include <syclcompat/memory.hpp>

sycl/test-e2e/syclcompat/memory/memory_management_test2_usmnone.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
// RUN: %{build} -o %t.out
1010
// RUN: %{run} %t.out
1111

12-
// UNSUPPORTED: level_zero_v2_adapter
13-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17271
14-
1512
#define SYCLCOMPAT_USM_LEVEL_NONE
1613
#include <sycl/detail/core.hpp>
1714
#include <syclcompat/memory.hpp>

sycl/test-e2e/syclcompat/memory/memory_management_test3.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
// RUN: %{build} -o %t.out
3333
// RUN: %{run} %t.out
3434

35-
// UNSUPPORTED: level_zero_v2_adapter
36-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17271
37-
3835
#include <sycl/detail/core.hpp>
3936

4037
#include <syclcompat/memory.hpp>

sycl/test-e2e/syclcompat/memory/memory_management_test3_usmnone.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out
1313

14-
// UNSUPPORTED: level_zero_v2_adapter
15-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17271
16-
1714
#define SYCLCOMPAT_USM_LEVEL_NONE
1815
#include <sycl/detail/core.hpp>
1916
#include <syclcompat/memory.hpp>

0 commit comments

Comments
 (0)